Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Apache Service Wont Start Using Apache Monitor |
|
Author |
|
xyz
Joined: 18 Apr 2021 Posts: 1
|
Posted: Sun 18 Apr '21 21:31 Post subject: Apache Service Wont Start Using Apache Monitor |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 22 Apr '21 21:14 Post subject: |
|
|
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 |
|
|
|
|
|
|