This is a discussion on How can I run Apache as a service in XP? within the Apache Web Server forums, part of the Web Server and Related Forums category; How can I run Apache as a service in Windows XP Pro? I looked on the apache.org web site ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
How can I run Apache as a service in Windows XP Pro? I looked on
the apache.org web site and found out how to do so in NT and 2000, but nothing on XP? Perhaps as a side not when I issue the command: apache -k -n "Apache2" -f httpd/Apache2\conf\httpd.conf", I get the message: The system cannot find the file specified. : No installed service named "Apache2". TIA, Scott |
|
|||
|
On Fri, 11 Jul 2003 00:00:43 GMT, The Other Guy responded to a post
from Scott Vetter <svetter@ameritech.net> who wrote in alt.apache.configuration: > How can I run Apache as a service in Windows XP Pro? I looked on >the apache.org web site and found out how to do so in NT and 2000, but >nothing on XP? > > Perhaps as a side not when I issue the command: apache -k -n >"Apache2" -f httpd/Apache2\conf\httpd.conf", I get the message: The >system cannot find the file specified. : No installed service named >"Apache2". > >TIA, > >Scott Two things to try, Scott 1) http://httpd.apache.org/docs-2.0/pla...ws.html#winsvc type in "apache -k install " at a DOS prompt; 2) go into Admin Tools --> Services in the Control Panel (assumes WIN NT-based O/S) and start the Apache services manually. Also keep in mind that you may have to configure any routers and firewalls to work with Apache on that port. See if that helps. Good luck. Regards, TOG -- ../configure --prefix=~/zyterion Not this guy or that guy, The Other Guy. This spot may contain a satirical comment or comedic source, and is meant to be funny. If you are easily offended, gullible or don't have a sense of humour we suggest you read elsewhere. |
|
|||
|
Go to the apache2\bin dir
> apache -k install Do one of the following > NET START Apache2 > apache -k start For more information: http://www.devside.net |
| Thread Tools | |
| Display Modes | |
|
|