mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
Ported changes over from 2.0 docs.
Add port designation to test URL for Windows.html Corrected regular expression in DirectoryMatch document git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -759,7 +759,7 @@ subdirectories</td></tr>
|
||||
takes as an argument a regular expression. For example:</p>
|
||||
|
||||
<div class="example"><p><code>
|
||||
<DirectoryMatch "^/www/.*/[0-9]{3}">
|
||||
<DirectoryMatch "^/www/(.+/)?[0-9]{3}">
|
||||
</code></p></div>
|
||||
|
||||
<p>would match directories in <code>/www/</code> that consisted of three
|
||||
|
@ -712,7 +712,7 @@ subdirectories</description>
|
||||
takes as an argument a regular expression. For example:</p>
|
||||
|
||||
<example>
|
||||
<DirectoryMatch "^/www/.*/[0-9]{3}">
|
||||
<DirectoryMatch "^/www/(.+/)?[0-9]{3}">
|
||||
</example>
|
||||
|
||||
<p>would match directories in <code>/www/</code> that consisted of three
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user