This is the log of Apache: [Wed Nov 22 20:42:55 2006] [notice] Apache/2.0.59 (Win32) PHP/5.1.6 configured -- resuming normal operations [Wed Nov 22 20:42:55 2006] [notice] Server built: Jul 27 2006 15:55:03 [Wed Nov 22 20:42:55 2006] [notice] Parent: Created child process 2692 [Wed Nov 22 20:42:56 2006] [notice] Child 2692: Child process is running [Wed Nov 22 20:42:56 2006] [notice] Child 2692: Acquired the start mutex. [Wed Nov 22 20:42:56 2006] [notice] Child 2692: Starting 250 worker threads. [Wed Nov 22 20:43:03 2006] [notice] Parent: child process exited with status 3221225477 -- Restarting.
BTW I have tried another LAMP packages but I get the same results. My operating system is Windows XP SP2. Any suggestion will appreciative.
start the startwamp.exe program, and then use the wamp try icon and use the 'Test Port 80' feature. it will test port 80 which apache needs to be free to work. if another server link IIS or program like skype is using port 80 shut them down, and you will be able to start apache again.
make sure your firewall allows you to run apache as a web server and allows access to port 80. it that does not work, your isp may block port 80 which apache needs to connect to the web. open your apache conf file httpd.conf and find: Listen 80
change it to Listen 80
save the file and try to start wamp again. if it starts you need to access your website with your browser like this: http://localhost:80
I turn off my firewall & antivirus then I changed the httpd.conf to Listen 81 but the same thing occur BTW I don't see the relation my the ISP because I'm trying to access this server locally from the same machine.