标签:linux ubuntu apache httpd apachectl
先解释一下linux下Apache有个前段管理工具:apachectl,用来管理后台Apache的启动,关闭,还有一些设置,具体通过
apachectl --help
在这里我们可以通过apachectl这个脚本(bash脚本),查看其控制的httpd在哪?
1.先找到apachectl脚本
whereis apachectl
vi命令:/HTTPD
查找HTTPD
图20150129_01是系统自带apache的位置,(在Ubuntu系统中自带Apache下的httpd已经被更名:Apache2)
图20150129_02是系自己安装apache的位置
解析ubuntu下自带Apache和自己编译安装Apache的位置
标签:linux ubuntu apache httpd apachectl
原文地址:http://blog.csdn.net/chen_jint/article/details/43271755