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: problem with apache. how to see apache in ApacheMonitor |
|
Author |
|
max120
Joined: 07 Apr 2016 Posts: 1 Location: Germany
|
Posted: Thu 07 Apr '16 21:55 Post subject: problem with apache. how to see apache in ApacheMonitor |
|
|
I downloaded Apache
Code: |
[Apache VC10 Binary] httpd-2.4.18-win32.zip |
from this link
http://www.apachelounge.com/download/VC10/
I extract it to :
Code: | C:\Program Files\Apache24 |
then configure it following this site :
Quote: | https://www.h3xed.com/web-development/how-to-install-latest-apache-server-httpd-windows |
Then when I double click on
, it opened however
I got a problem :
Apache service monitor
Service status : empty a white blank
I do not know what is the problem . I tried to google the problem but I could not get any resources that help me solve the problem .
PS : my OS is windows XP 32 bit and I have visual studio compiler c++ 2010
--- mod note: changed Subject / title --- |
|
Back to top |
|
admin Site Admin
Joined: 15 Oct 2005 Posts: 692
|
Posted: Thu 07 Apr '16 23:00 Post subject: |
|
|
Please use a meaningful subject, see forum rules.
Did you installed Apache as service ? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 08 Apr '16 8:18 Post subject: |
|
|
run cmd.exe as Administrator
Code: |
C:\Program Files\Apache24\bin
httpd -k install
|
ready to go. |
|
Back to top |
|
|
|
|
|
|