【发布时间】:2018-03-19 20:01:03
【问题描述】:
很想知道是否有办法使用一些控制实用程序来找出它。似乎 apachectl 做不到,但也许可以。
编辑:我可能应该补充一点
root# cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)
root# httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built: Oct 19 2017 20:39:16
并且 apache docs '' 指定的“默认” DocumentRoot 不存在
# ls -la /usr/local/apache/htdocs
ls: cannot access /usr/local/apache/htdocs: No such file or directory
【问题讨论】:
标签: apache httpd.conf document-root