Friday, May 1, 2015

Error : Apache Shutdown Unexpectedly

In order to solve this problem, Please open your XAMPP control panel, then click on apache config button, then choose "Apache (httpd.conf) as shown below :
Inside httpd.conf find this line code :
Listen 80
Change 80 to 8080,
Then find another line code ServerName localhost:80, Change 80 to 8080,
Ok.. Save your change then close httpd.conf.

Next.... Back to xampp control panel, click on apache config again, this time choose Apache (httpd-ssl.conf) :
Go find Listen 443 then change 443 to 4433 :
Next find this one too ServerName www.example.com:443, Change we did on above, change 443 to 4433 :
Yaaaikzzz.. Save your change on http-ssl.conf, then start Apache server again on xampp control panel :
That's all of it... Thanks.... :-)

No comments:

Post a Comment