--------- commands---------
apachectl -k start
apachectl -k stop
apachectl -k restart
apachectl configtest
cat conf/httpd.pid
----------- httpd.conf :
----------------
TraceEnable off
ServerTokens ProductOnly
ServerSignature Off
本文介绍了Apache服务器的基本管理命令,包括启动、停止、重启及配置文件检查等操作,并展示了httpd.conf配置文件中关于追踪和服务器标识的部分设置。
--------- commands---------
apachectl -k start
apachectl -k stop
apachectl -k restart
apachectl configtest
cat conf/httpd.pid
----------- httpd.conf :
----------------
TraceEnable off
ServerTokens ProductOnly
ServerSignature Off
4212

被折叠的 条评论
为什么被折叠?