1) make a autorun script and put to /etc/init.d 2) link to specify run level directory such as copy ? /opt/httpd/bin/apachectl to /etc/init.d and link to rc3.d? rc6.d #> cp /opt/httpd/bin/apachec...
分类:
Web程序 时间:
2015-05-13 10:49:40
阅读次数:
110
问题一:
说明http服务器没有问题 ,
找到文件所在的位置 rm -rf /etc/httpd/conf.d/welcome.conf /var/www/error/noindex.html 删掉即可。
问题二:
1、 通过apachectl -t 检测配置文件也没有问题
2、查看.conf 文件的 Allow fr...
分类:
数据库 时间:
2015-05-11 22:03:21
阅读次数:
199
在前面介绍了apache的几种工作模式后,但是参数调整会出现一系列问题:
/usr/local/apache/bin/apachectl -k start后httpd服务无法启动,错误日志报错:
[Fri May 08 08:21:00.903245 2015] [core:warn] [pid 29799:tid 140652774147840] AH00098: pid file /u...
分类:
Web程序 时间:
2015-05-08 14:59:00
阅读次数:
149
运行“sudo apachectl start”,再输入帐号密码,这样Apache就运行了。运行“sudo apachectl -v”,你会看到Mac OS X 10.6.3中的Apache版本号:Server version: Apache/2.2.14 (Unix)Server built: ....
分类:
数据库 时间:
2015-05-07 18:23:24
阅读次数:
163
1.启动服务器
MacBook-Air:~ wgyp$ sudo apachectl start
Password:
MacBook-Air:~ wgyp$ sudo apachectl -v
Server version: Apache/2.2.26 (Unix)
Server built: Dec 10 2013 22:09:38
2.在浏览器中输入ht...
分类:
Web程序 时间:
2015-05-07 00:58:50
阅读次数:
128
windows下面的apache配置apache是mac下是默认就有的,我们只需使用命令开启、暂停和重启就好了sudo apachectl startsudo apachectl stopsudo apachectl restart但是这个apache 开启后,默认访问的是/Library(资源库)...
分类:
Web程序 时间:
2015-05-04 19:37:11
阅读次数:
143
启动Apache有两种方法1、打开网络共享打开”系统偏好设置”->”共享”,在”互联网共享”那一项前面打√。2、打开终端,输入sudo apachectl start这时需要输入密码,输入电脑密码即可,然后输入sudo apachectl -v可以查看到Apache的版本信息Server version: Apache/2.2.24 (Unix)
Server built: Jul 7 201...
分类:
数据库 时间:
2015-04-29 17:16:13
阅读次数:
216
我使用的Mac OS X版本是10.8.2,Mac自带了Apache环境。启动Apache设置虚拟主机启动Apache(可直接用root来操作)打开“终端(terminal)”,输入 sudo apachectl -v,(可能需要输入机器秘密)。如下显示Apache的版本接着输入 sudo apac...
分类:
Web程序 时间:
2015-04-26 13:36:09
阅读次数:
167
使用phpinfo()函数输出PHP信息,然后找到Configuration File (php.ini) apachectl 其设计意图是帮助管理员控制Apache httpd后台守护进程的功能。Centos linux php扩展安装步骤1 首先进入到php源码包中 cd /opt/php-5....
分类:
Web程序 时间:
2015-04-22 23:42:59
阅读次数:
215
我使用的Mac OS X版本是10.8.2,Mac自带了Apache环境。启动Apache设置虚拟主机启动Apache打开“终端(terminal)”,输入 sudo apachectl -v,(可能需要输入机器秘密)。如下显示Apache的版本接着输入 sudo apachectl start,这...
分类:
Web程序 时间:
2015-04-21 20:35:38
阅读次数:
185