我已经创建了一个新的 httpd.conf 文件,现在我希望我的 Apache 使用该 conf 文件并开始。但这对我不起作用。当我试图启动 Apache 时,我收到错误
./apachectl -k start
httpd: Could not open configuration file /usr/local/install/apache/conf/httpd.conf: No such file or directory
我的新 conf 文件在
/me/<user>/conf/httpd.conf
我无法理解我在哪里做的更改使用此 http.conf
首先安装 apache。对于 ArchLinux,请遵循this安装指南。
然后启动服务只是运行这个命令广告管理员:
sudo systemctl start httpd.service
检查它是否正在使用:
sudo systemctl status httpd.service
apachectl-f /me/<user>/conf/httpd.conf
本站系公益性非盈利分享网址,本文来自用户投稿,不代表边看边学立场,如若转载,请注明出处
评论列表(57条)