logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache Service Wont Start Using Apache Monitor
Author
xyz



Joined: 18 Apr 2021
Posts: 1

PostPosted: Sun 18 Apr '21 21:31    Post subject: Apache Service Wont Start Using Apache Monitor Reply with quote

Apache version 2.4.46 (Win64) using Windows 10 version 20H2 build 19042.906.

When trying to start Apache using Apache Monitor after a fresh install you will get the following error message:

"The requested operation has failed!"


After looking into it further I discovered the service used to control Apache was using C:/apache/ instead of the default installation directory (C:/apache24/).



Renaming the directory Apache is installed in to "apache" instead of "apache24" fixed the issue.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Thu 22 Apr '21 21:14    Post subject: Reply with quote

If you want it to be in the apache24 folder.

Run cmd as Admin.

Code:

httpd.exe -k uninstall


rename the folder to apache24 and run

Code:

httpd.exe -k install


Also check the paths in your httpd.conf
Back to top


Reply to topic   Topic: Apache Service Wont Start Using Apache Monitor View previous topic :: View next topic
Post new topic   Forum Index -> Apache