Commit 3c4a9183 authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent b46e7c35
Loading
Loading
Loading
Loading
+7 −0
Changes for docs/manual/platform/windows.html.en: 7 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -707,6 +707,13 @@
      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
+7 −0
Changes for docs/manual/platform/windows.xml: 7 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -704,6 +704,13 @@
      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