Page 1 of 1

Apache won't run

PostPosted: 24. August 2014 18:10
by rlraymond
:10:25 PM [Apache] Status change detected: running
1:10:25 PM [Apache] Status change detected: stopped
1:10:25 PM [Apache] Error: Apache shutdown unexpectedly.
1:10:25 PM [Apache] This may be due to a blocked port, missing dependencies,
1:10:25 PM [Apache] improper privileges, a crash, or a shutdown by another method.
1:10:25 PM [Apache] Press the Logs button to view error logs and check
1:10:25 PM [Apache] the Windows Event Viewer for more clues
1:10:25 PM [Apache] If you need more help, copy and post this
1:10:25 PM [Apache] entire log window on the forums

i have changed my ports, does anyone have any other ideas?

Re: Apache won't run

PostPosted: 25. August 2014 02:42
by gsmith
Have you tried this and found absolutely nothing?
rlraymond wrote:1:10:25 PM [Apache] Press the Logs button to view error logs and check
1:10:25 PM [Apache] the Windows Event Viewer for more clues
What about if you try starting Apache from the command line .. *cough* manually?

Re: Apache won't run

PostPosted: 25. August 2014 22:43
by local9ssb
Its would block port 80?

Re: Apache won't run

PostPosted: 28. August 2014 13:00
by rlraymond
I already changed the port, it is not running in port 80

Re: Apache won't run

PostPosted: 28. August 2014 13:11
by rlraymond
Yes, I have started Apache from the command line

Re: Apache won't run

PostPosted: 04. September 2014 13:04
by Shinobu Minobe
I have exactly the same problem.
I have changed httpd.conf as follows.
â—‹Listen 80 to 81
ServerName localhost:80 to 81
Then changed C:\xampp\apache\conf\extra\httpd-ssl.conf as follows.
Listen 443 to 441
VirtualHost _default_:443 to 441
ServerName localhost:443 to 441

However, the problem has not been solved. Is there any solution?