读书人

apache 2.4.3 服务可以起动但无法停

发布时间: 2012-09-27 11:11:17 作者: rapoo

apache 2.4.3 服务可以启动,但无法停止

Assembly code
cd /tmp/httpd-2.4.3./configure --prefix=/usr/local/apache --enable-so --enable-deflate=shared --enable-expires=shared --enable-headers=shared --enable-rewrite=shared --enable-static-support --with-included-apr --with-mpm=preforkmake && make installcp -f build/rpm/httpd.init /etc/init.d/httpdchmod +x /etc/init.d/httpdchkconfig --add httpdchkconfig httpd oncd /etcmv httpd httpd_oldmkdir -p httpd/conf.dln -s /usr/local/apache/conf httpd/confcd /usr/sbin/ln -fs /usr/local/apache/bin/httpdln -fs /usr/local/apache/bin/apachectlcd /var/logrm -rf httpd/ln -s /usr/local/apache/logs httpd



服务可以启动,但无法停止,日志中也没有记录

[解决办法]
/etc/init.d/httpd stop
有什么错误提示?
[解决办法]
fedora可以这么做,你试试:

service httpd stop

读书人网 >Apache

热点推荐