【发布时间】:2016-12-16 00:45:28
【问题描述】:
我已经更改了其他线程上发布的端口
httpd-ssl.conf:Listen 8080,ServerName localhost:8080
还编辑了 httpd-ssl.conf:
Listen 4433, <VirtualHost _default_:4433> ,ServerName www.example.com:4433
我不明白,因为 Apache 正在启动,但只有在这些错误消息之后...... 只是想知道这样放置是否可以,以及可能导致问题的原因。
[Apache] Problem detected!
[Apache] Port 80 in use by "Unable to open process" with PID 4!
[Apache] Apache WILL NOT start without the configured ports free!
[Apache] You need to uninstall/disable/reconfigure the blocking application
[Apache] or reconfigure Apache and the Control Panel to listen on a different port
[Apache] Attempting to start Apache app...
[Apache] Status change detected: running
【问题讨论】:
标签: apache xampp httpd.conf ports