简体   繁体   English

错误:Apache 意外关机。 怎么修?

[英]Error: Apache shutdown unexpectedly. How to fix?

i was trying to run apache server, but gave this error messages as shown in screen shot, i tried diff stackoverflow solutions Like changing the port 80 to 81 and also deleted Skype which i never used, still getting this messages, I installed xampp in D:\xampp I ran the app as我试图运行 apache 服务器,但给出了如屏幕截图所示的此错误消息,我尝试了 diff stackoverflow 解决方案,例如将端口 80 更改为 81,还删除了我从未使用过的 Skype,仍然收到此消息,我在 D 中安装了 xampp :\xampp 我将应用程序运行为这是我运行 xampp 的时候 administrator but of no use管理员但没用

=> you can change your port 8080 => 你可以改变你的端口 8080

=>=>change httpd.conf file open =>=>更改 httpd.conf 文件打开

=>click config right click and change poart add 8080 where 80 =>单击配置右键单击并更改poart add 8080 where 80

Listen 8080听8080

ServerName localhost:8080服务器名称 localhost:8080

=>change httpd-ssl.conf file open => 更改 httpd-ssl.conf 文件打开

Listen 4433听4433

ServerName www.example.com:4433服务器名称www.example.com:4433

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM