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 2.2.3 Aborts when started as a service... |
|
Author |
|
Apache_Lounge_User
Joined: 16 Mar 2006 Posts: 1
|
Posted: Sun 24 Sep '06 10:56 Post subject: Apache 2.2.3 Aborts when started as a service... |
|
|
Hi all,
I have installed the windows binaries of apache 2.2.3 from apachelounge and hit this problem... The server runs well, without any problems if started from a windows command window, however it crashes if started as a service.
This is... if after installing the service it is started as "net start apache2"
The error is:
1 - Windws pops up an error window with the following:
Apache HTTP Server has encountered a problem and
needs to close. We are sorry for the inconvenience.
2 - The windows command prompt displays:
The Apache2 service is starting......................................
The Apache2 service could not be started.
More help is available by typing NET HELPMSG 3523.
3 - Unfortunatley net helpmsg 3523 does not provide any help at all. Just tells me what I already know "The *** service could not be started." - Very helpfull indeed
Can anyone shed some as why this is happening?
BTW - Running apache 2.2.3 in win XP pro, SPack 2 and PHP 5.
Thanks and regards |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7364 Location: Germany, Next to Hamburg
|
Posted: Sun 24 Sep '06 12:11 Post subject: |
|
|
in the commandline browse to the apache\bin folder
httpd -k start should start the if not
try httpd -t -e debug that should output all loaded modules and show any syntax errors in httpd.conf |
|
Back to top |
|
|
|
|
|
|