【发布时间】:2019-04-30 23:11:19
【问题描述】:
我在运行 Apache 时有这个输出,使用:
FROM httpd:2.4
标准输出是:
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
[Tue Apr 30 23:08:14.602222 2019] [mpm_event:notice] [pid 1:tid 140596800061504] AH00489: Apache/2.4.39 (Unix) configured -- resuming normal operations
[Tue Apr 30 23:08:14.602371 2019] [core:notice] [pid 1:tid 140596800061504] AH00094: Command line: 'httpd -D FOREGROUND'
如何在本地访问 apache 服务器然后使用浏览器?
这是我看到的默认配置:
/usr/local/apache2/conf/httpd.conf
https://gist.github.com/ORESoftware/27ec1911066ab4de85305dfa14bb7165
【问题讨论】:
标签: apache httpd.conf