diff options
author | Rich Bowen <rbowen@apache.org> | 2006-06-10 05:04:22 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2006-06-10 05:04:22 +0200 |
commit | 4f7635fe14150870da9dee93afe824e60fb6b84e (patch) | |
tree | 875071765850ec6fb27ccef413c3d8bb034a07a0 /docs/manual/howto | |
parent | There's four of 'em, not three. I know there's a Monty Python quote in (diff) | |
download | apache2-4f7635fe14150870da9dee93afe824e60fb6b84e.tar.xz apache2-4f7635fe14150870da9dee93afe824e60fb6b84e.zip |
/usr/local/apache/apache should just be /usr/local/apache
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto')
-rw-r--r-- | docs/manual/howto/auth.html.en | 2 | ||||
-rw-r--r-- | docs/manual/howto/auth.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index 02ec485a38..89f525db27 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -206,7 +206,7 @@ module from each group.</p> following directives, either placed in the file <code>/usr/local/apache/htdocs/secret/.htaccess</code>, or placed in <code>httpd.conf</code> inside a <Directory - /usr/local/apache/apache/htdocs/secret> section.</p> + /usr/local/apache/htdocs/secret> section.</p> <div class="example"><p><code> AuthType Basic<br /> diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index 4346ca19da..4eeb142266 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -197,7 +197,7 @@ module from each group.</p> following directives, either placed in the file <code>/usr/local/apache/htdocs/secret/.htaccess</code>, or placed in <code>httpd.conf</code> inside a <Directory - /usr/local/apache/apache/htdocs/secret> section.</p> + /usr/local/apache/htdocs/secret> section.</p> <example> AuthType Basic<br /> |