Page 1 of 1

Apache does not have "Running" status

PostPosted: 27. December 2008 21:54
by callielara
I am new at this and I downloaded and installed XAMPP today. In the control panel under Modules, Apache does not have a "running status". I clicked on the Start button for Apache and see a message that says Apache started (with the port number). However there is no check mark in the Apache checkbox and the button stays in the start status. Does anyone have any suggestions on what I am doing incorrectly.

Any help is appreciated.
Thank you.

Re: Apache does not have "Running" status

PostPosted: 27. December 2008 22:04
by ifdef
Try to connect to localhost in your browser to verify that the server is serving pages. The next step would be to run the Apache start script from the command line to see if it shows you any additional information.

Also include:
What OS are you using?
What Version of XAMPP?
Are there any previous installs on your system?

Re: Apache does not have "Running" status

PostPosted: 27. December 2008 22:10
by Sharley
ifdef wrote:Try to connect to localhost in your browser to verify that the server is serving pages
If Apache is not running then trying to access http://localhost would not be an option.

Click on Stop on all the XAMPP components in the XAMPP Control Panel (XCP) and then Exit the XCP.

Go to xampp folder and double click on xampp_start.bat file and see what error message is returned why Apache can't start - Vista users may have to right click on the bat file and select Run as administrator.

Make sure that Microsoft's IIS is disabled and you are not running Skype on port 80 as both those apps will prevent Apache from starting.

Re: Apache does not have "Running" status

PostPosted: 27. December 2008 22:20
by callielara
I am using MS Vista and running XAMPP 1.7.0. I have installed and deinstalled 3x. I keep getting "page not found" when I try to test using http://localhost/.

Re: Apache does not have "Running" status

PostPosted: 27. December 2008 22:23
by Sharley
callielara wrote:I am using MS Vista and running XAMPP 1.7.0. I have installed and deinstalled 3x. I keep getting "page not found" when I try to test using http://localhost/.
What error message did you get when you ran the apache_start.bat file?

Re: Apache does not have "Running" status

PostPosted: 27. December 2008 22:27
by callielara
I was running a SKYPE at the time. Once I shut it down and tried running Apache again. It worked. Thanks very much. All of the replies received were very much appreciated.