编译安装到这一步
sudo ./configure --prefix=/usr/local/apache2 --with-apr=/usr/local/apache2/apr-1.6.2 --with-apr-util=/usr/local/apache2/apr-util-1.6.0/ --with-pcre=/usr/local/pcre-8.41 --with-expat=builtin --enable-so --enable-rewrite --enable-ssl
添加启动脚本apache2到service时找不到启动脚本
多谢各位了
参考的这篇文章https://www.jianshu.com/p/a55cf40b747e
希望看到的能够指点一下,不胜感激
在 make install
之前有没有运行 make
?
没有,配置要直接make install
@inmetigersniffstrose: 要先运行 make
,参考 Linux下编译安装Apache 2.4
@dudu: 好的,我再试试,多谢了
重新编译一下好了,就是我查看到的进程是httpd,浏览器访问不到
运行
– dudu 6年前./configure
时出错了?@dudu: 加enable-ssl参数会报错,然后我去掉后重新配置一下,make install后在/usr/local/bin下没有生成启动脚本apachectl
– inmetigersniffstrose 6年前