Page 1 of 1

Cant start Apache

PostPosted: 03. June 2005 04:06
by Relax
Hi, I'm using xampp & having troubles with starting Apache. When I start it using control panel or bat file, it starts & then shuts down immediately. But it used to work well. MySql & other services are working properly. I recently changed my ISP , I wonder if that could effect this. Running Apache as localhost on my standard alone pc though.

I'm on winXp.

Thanks in advance

PostPosted: 03. June 2005 10:19
by Wiedmann
Start Apache with the batchfile (apache_start.bat) in a command window and read the error message.

PostPosted: 05. June 2005 07:36
by sckoh
Open prompt window(DOS) and type the below to check the reason;
Code: Select all
D:/xampp/apache/bin>apache -t

Re: Cant start Apache

PostPosted: 11. June 2005 04:29
by ilustrate
Relax wrote:Hi, I'm using xampp & having troubles with starting Apache. When I start it using control panel or bat file, it starts & then shuts down immediately. But it used to work well. MySql & other services are working properly. I recently changed my ISP , I wonder if that could effect this. Running Apache as localhost on my standard alone pc though.

I'm on winXp.

Thanks in advance
It took me a few days to get my xampp version working on windows. I couldn't get apache to stay on. Apache will not stay on if you happen to be running SKYPE. It seems to use up the ports. I found this on other threads and realized all I had to do was turn off Skype.

PostPosted: 21. June 2005 15:43
by ikebowen
Aha! That saved me a bit of trouble... Thanks!