I followed your instructions on how to install Apache and they worked fine. The server started without problem. Then I installed PHP and restarted Apache. It gave the “Requested Operation Failed” error. Any ideas? Thanks for the work you did.
Greg
A ‘Requested Operation Failed’ error from Apache generally means something is wrong with the configuration file – httpd.conf. It may also result because another program is using port 80.
Sponsored Links
Requested Operation Failed because of httpd.conf
Firstly, make sure that you’ve edited the Apache httpd.conf file properly. Any stray characters will completely ruin the server configuration and prevent it from starting, resulting in a Requested Operation Filed error. Check and double-check the modifications you’ve made to the configuration file. I also suggest rebooting your computer.
Remember you can test the Apache configuration through “Programs” -> “Apache HTTP Server 2.2” -> “Configure Apache Server” -> “Test Configuration“. If things are fine, a terminal window should quickly appear and then disappear.
Conflict between two programs – port 80 usage
The “Requested Operation Failed ” error may also be because of another program using port 80. A case in point is the popular video conferencing program, Skype. To get around this problem, change the port that Skype uses – “Tools” -> “Options” -> “Advanced” -> “Connection” and uncheck “Use port 80 and 443 as alternatives for incoming connections“.
Firewalls and anti-virus programs (Norton) can also be prevent Apache web server from starting up properly.
Conclusion: It seems you have made a mistake while editing the Apache httpd.conf file because of which the web server throws a ‘Requested Operation Failed’ error; remember, it worked fine the first time and failed after PHP was installed.
I’ve tried to have a look at several possible places and still couldn’t figure it out. Here you’re hundred per cent right – it was new Skype coming with different configuration so blocking port 80.
Thank you very much indeed for this post!
Thanks alot. you saved loads of my time by suggesting skype conflict. Really appreciate your post.
I had the same issue with a different cause.
The culprit turned out to be the “World Wide Web Publishing Service”. It was using port :80 , so Apache couldn’t.
I found the process in the services list, ( Control Panel=>Administrative Tools=>Services) stopped it, and set it to manual start (right click=>Properties). solved the problem right away.
I’m using Windows 7 home Premium in case it matters.
hope this helps some one.
redux2: sorry if this reposts.
@Bubbymike,
it helped me!
I had the same problem. Thanks!
Thanks so much!!!
thanks so much!!!
@bubbymike,
Me too… you rule 🙂
I’ve waste my time on Google to troubleshoot my problem, but I solved it here by your post. 😀
Thanks for your help. I didn’t think that Skype port configuration made a conflict with my Apache.
Hurray it works………….problem solved. Good tutorial
Another solution is to go to httpd.conf and change
Listen 80
to
Listen 8030