From: Rich Bowen Date: Fri, 24 Dec 2004 19:55:21 +0000 (+0000) Subject: Added remark about alternate ports, as requested in 32794 X-Git-Tag: 2.0.53~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=480ee6c42b20cd7d078342a2f1c869622087f9bd;p=thirdparty%2Fapache%2Fhttpd.git Added remark about alternate ports, as requested in 32794 Not sure this is a particularly common problem, but it's easy enough to make the remark. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@123299 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en index 911679e752b..dad88529203 100644 --- a/docs/manual/platform/windows.html.en +++ b/docs/manual/platform/windows.html.en @@ -707,6 +707,13 @@ http://127.0.0.1/

+

If you happen to be running Apache on an alternate port, you need + to explicitly put that in the URL:

+ +

+ http://127.0.0.1:8080/ +

+

Once your basic installation is working, you should configure it properly by editing the files in the conf subdirectory. Again, if you change the configuration of the Windows NT service diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml index ce67fc3075f..1d91f612ac3 100644 --- a/docs/manual/platform/windows.xml +++ b/docs/manual/platform/windows.xml @@ -704,6 +704,13 @@ http://127.0.0.1/ +

If you happen to be running Apache on an alternate port, you need + to explicitly put that in the URL:

+ + + http://127.0.0.1:8080/ + +

Once your basic installation is working, you should configure it properly by editing the files in the conf subdirectory. Again, if you change the configuration of the Windows NT service