The requested URL /server-status was not found on this server
https://www.shunzi.com/server-status
做服务器status页面时,访问出的错误如下。
The requested URL /server-status was not found on this server
解决办法需要开启配置httpd.conf配置文件中的模块
Include /etc/httpd24/extra/httpd-info.conf把#号去掉。启用info文件。
启动apache服务。
再次访问解决。
转载于:https://blog.51cto.com/shunzi/1380604