Code Mamba

Code snippets

Apache won’t start as a service while using XAMPP (xampplite)

without comments

If you’re using xampplite and you Apache service does not start, you might want to check your error.log.
You can find it in PATH_TO_YOUR_XAMPPxamppliteapachelogserror.log
The common reason is, that a certain port, needed by Apache is not free.
For example it might be 443, 80, etc… In my case Port 443 was taken from my VMWare workstation.

Written by Wyand

November 23rd, 2011 at 1:16 pm

Posted in Other

Tagged with , ,

Leave a Reply