0

I installed Apache web server successfully.When I type the local host in browser it shows that it works. And then I save the php file to server httpdocs and restart it shows the the following alert.

Apache monitor is Already Started.

Please let me know where I am going wrong ?

Pavan Manjunath
  • 27,404
  • 12
  • 99
  • 125
DurgaPrasad
  • 139
  • 1
  • 1
  • 7

1 Answers1

2

You don't need to restart Apache every time you save a php file in httpdocs. just refresh you browser.

mariosk89
  • 944
  • 1
  • 11
  • 31
  • then I guess something is wrong with the whole server's configuration. try re-installing it. Apache runs as a service in windows, so it is possible that another program (perhaps tuneUp or an antivirous) is interfering with it – mariosk89 May 16 '12 at 07:27
  • restart your system , and try accessing the php file using localhost , and let us know what do you get – Satya May 16 '12 at 07:27
  • please send any recommended tool for develop php apps with Apache server – DurgaPrasad May 16 '12 at 07:28
  • wen i restart the system i am getting the same problem ? – DurgaPrasad May 16 '12 at 07:33