sonnysavage
Programmer
I've installed Apache as a service on my Win98 machine.
I used this command to do so:
I use this command to start the service:
(I've removed the registry entry which loads it at boot time)
What happens when I give a restart command:
(hint: nothing happens, not even an error message)
What happens when I give the shutdown command:
If I try to use
it just seems to restart. When I re-boot Windows, I have to click "End Task" to close it.
Has anyone else seen/resolved this issue? Thanks!
I used this command to do so:
Code:
apache -n apache2 -k install -f "C:\Program Files\Apache Group\Apache2\conf\httpd.conf" -d "C:\Program Files\Apache Group\Apache2\."
I use this command to start the service:
Code:
Apache -n apache2 -k start
What happens when I give a restart command:
Code:
C:\Program Files\Apache Group\Apache2\bin>Apache -n apache2 -k restart
C:\Program Files\Apache Group\Apache2\bin>
What happens when I give the shutdown command:
Code:
C:\Program Files\Apache Group\Apache2\bin>Apache -n apache2 -k shutdown
The Apache2 service is stopping.
Failed to stop the Apache2 service.
C:\Program Files\Apache Group\Apache2\bin>
If I try to use
Code:
ctrl-alt-del
Has anyone else seen/resolved this issue? Thanks!