xxx001sc 发表于 2018-2-1 23:02:08

求助,LAMP一键包,安装openSSL后 ,apache 启动问题

使用LAMP一键包装的apachel    目录在/usr/local/apache因为网站要测试SSL ,就安装了openssl,然后自动生成了 /etc/httpd/conf/httpd.conf
现在使用重启apache 的命令/etc/init.d/httpd restart重启服务的话加载是的 /etc这个目录的httpd.conf 文件。
如何修改使用/usr/local/apache 这个目录的呢。

licess 发表于 2018-2-2 11:04:17

你可能是通过其他方式又安装了个apache吧,卸载掉就行了

xxx001sc 发表于 2018-2-3 13:43:24

回复 2# 的帖子

现在用 /etc/httpd/conf/httpd start 启动的话提示Starting httpd: httpd: Could not open configuration file /etc/httpd/conf/httpd.conf: No such file or directory
查找httpd 进程的话   启动文件是 /usr/local/apache/bin/httpd
现在都是用/usr/local/apache/bin/httpd -k restart 进行操作= =

licess 发表于 2018-2-3 18:16:34

/etc/httpd/conf/httpd start这根本不是lnmp的管理命令肯定不行, /usr/local/apache/bin/httpd 这个目录的才是lnmp的 https://lnmp.org/faq/lnmp-status-manager.html
页: [1]
查看完整版本: 求助,LAMP一键包,安装openSSL后 ,apache 启动问题