]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added remark about alternate ports, as requested in 32794
authorRich Bowen <rbowen@apache.org>
Fri, 24 Dec 2004 19:55:21 +0000 (19:55 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 24 Dec 2004 19:55:21 +0000 (19:55 +0000)
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

docs/manual/platform/windows.html.en
docs/manual/platform/windows.xml

index 911679e752b6cc09e50e2b1164c4b0d3c22b377c..dad88529203ce3c15bdd76e219647a023c034bef 100644 (file)
       http://127.0.0.1/
     </code></p></div>
 
+    <p>If you happen to be running Apache on an alternate port, you need
+    to explicitly put that in the URL:</p>
+
+    <div class="example"><p><code>
+      http://127.0.0.1:8080/
+    </code></p></div>
+
     <p>Once your basic installation is working, you should configure it
     properly by editing the files in the <code>conf</code> subdirectory.
     Again, if you change the configuration of the Windows NT service
index ce67fc3075f086f14b7ea7c60a31ef4e78257756..1d91f612ac3bc212b3595ffa4ec1d2397ff0c7a9 100644 (file)
       http://127.0.0.1/
     </example>
 
+    <p>If you happen to be running Apache on an alternate port, you need
+    to explicitly put that in the URL:</p>
+
+    <example>
+      http://127.0.0.1:8080/
+    </example>
+
     <p>Once your basic installation is working, you should configure it
     properly by editing the files in the <code>conf</code> subdirectory.
     Again, if you change the configuration of the Windows NT service