Forum Moderators: phranque

Message Too Old, No Replies

Apache service no longer working

How do I restore Apache as a service?

         

Flolondon

9:41 pm on Jan 24, 2005 (gmt 0)

10+ Year Member



my apache service was working and now its not working. please tell me what to do, I went to services local and the apache was not there but i dont know how to install it back to the service please help..

jdMorgan

2:02 am on Jan 25, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Any idea how this happened?

A reboot doesn't fix it?

I assume you're running on Windows? What flavor?

As far as I know, you're looking at a reinstall or a registry edit to fix this, so we'd better have the details.

Jim

Flolondon

8:02 am on Jan 25, 2005 (gmt 0)

10+ Year Member



hiya, thanks for replying.

well I dont know what happened. it could have been me closing my laptop with music on still. I really dont know.

But the apache is still there in the programes section an in the registry but its not in the services local section and I dont know how to install this application into the services local. please help.

kalos

6:41 pm on Jan 25, 2005 (gmt 0)

10+ Year Member



(Assuming your Apache server is installed in C:\Program Files\Apache Group\Apache2 you can just type the following from within the bin directory:

[quote]
C:\Program Files\Apache Group\Apache2\bin>apache -k install
[\quote]

If there is no service installed it should install one. If there is already a service installed and it just isn't working properly you may want to check the error.log file to see why (just scroll to the bottom and look for a timestamp close to the last time you fired up the laptop).

-ben