This is a discussion on Stopping Apache2 within the Windows Web Servers forums, part of the Web Server and Related Forums category; Newbie has just set up Apache2 as local for development. Set up as only for current user on port 8080 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Newbie has just set up Apache2 as local for development.
Set up as only for current user on port 8080 when started manually. Problem: Starts up when PC boots and cannot stop manually. How do I stop Apache from taking over my PC? This ought to be simple but I can't find a solution. Gerry Atrick |
|
|||
|
On 26 Feb 2004, "Gerry Atrick" <shipton@dialstart.net> wrote in
news:iMmdnc1QYJ3BiqPdRVn-gQ@brightview.com: > Newbie has just set up Apache2 as local for development. > Set up as only for current user on port 8080 when started manually. > Problem: Starts up when PC boots and cannot stop manually. > How do I stop Apache from taking over my PC? You don't say what OS, but if it's Windows NT/2000/XP, type "net stop apache" at the command line. Check the services in Computer Management or Control Panel to make sure that's what the service is called. Also check to make sure startup is set to manual raher than automatic, if that's how you want it to work. |