【发布时间】:2015-09-14 08:44:18
【问题描述】:
我正在正常运行xampp,但是当我停止它并重新启动时出现以下错误:Attempting to start Apache service...
我尝试将httpd.conf 中的端口从 80 更改为 3030,将 httpd-ssl.conf 从 443 更改为 4499,但没有结果。
请帮帮我!
【问题讨论】:
标签: apache
我正在正常运行xampp,但是当我停止它并重新启动时出现以下错误:Attempting to start Apache service...
我尝试将httpd.conf 中的端口从 80 更改为 3030,将 httpd-ssl.conf 从 443 更改为 4499,但没有结果。
请帮帮我!
【问题讨论】:
标签: apache
在 Windows 下,您可以通过 netstat -a -n -o 检查端口 80 和 443 是否已在使用中。有不止一个程序可以阻止所需的端口。如果你看到一个进程阻塞了端口 80 或 443(比如说 PID 8256),你可以使用tasklist /fi "PID eq 8256" 找出你需要杀死哪个进程。
【讨论】:
httpd-vhost.conf格式错误