Question : some pro gram like apache run

How can i check are there any apache or web server run on my windows xp or not  I in stall wamp  mysql = apache on windows but it not work I want to stop  some pro gram like apache may be wamp will work

Answer : some pro gram like apache run

Open a command prompt and enter:
 netstat -na | find "80"
to see if anything is listening on the standard TCP web server port. If there is, look in Control Panel > Administrative Tools > Services for the usual suspects like "World Wide Web Publishing Service". Bear in mind, WAMP is going to install the Apache server so, if you see that in the Services, you won't want to disable it.
Random Solutions  
 
programming4us programming4us