Apache 软件的版本:
http://updates.redhat.com
http://www.apache.org
下载,(1)有自由度和灵活性
(2)开源性不漏性
(3)可移植性
命令:#service httpd statr
httpd:
#service httpd restater
httpd:
#service httpd reload
httpd:
#service httpd stop
httpd:
#service httpd status
httpd
#chkcinfig httpd --list
#chkconfig --lever 35 httpd on
#chkconfig httpd -list
#
#ntsysv
#ps ax | grep httpd
#netstat -nutap | grep httpd
测试:
http://127.0.0.1
httpd 在/ver/www/html
配置:
/etc/httpd/conf/httpd.conf
服务主目录:
/etc/httpd/
主配置文件:
etc/httpdconf/httpd.conf
网页目录:
/ver/www/html
访问日志文件:
/ver/log/httpd/acces_log
错误日志文件:
/ver/log/httpd/error_log
配置文件不区分大小写,命令参数(argument)
通常以#开头的行被视为注释并被忽略,注释不能用在命令的后边。
空白行和命令前的空白字符将被忽略,因此可以采用缩进的方法以保持配置层次的清晰。
每一行包含一个命令,在行未使用反斜杠\可以表示续行,但是反斜杠与下一行之间不能有任何其他字符(包括空白字符)。
可以用apachectl configtest 或者 httpd -t 检查配置文件的错误,而无需启动apache服务器
请输入内容
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|