Author: rbowen
Date: Fri Jun 9 20:04:22 2006
New Revision: 413218
URL: http://svn.apache.org/viewvc?rev=413218&view=rev
Log:
/usr/local/apache/apache should just be /usr/local/apache
Modified:
httpd/httpd/trunk/docs/manual/howto/auth.html.en
httpd/httpd/trunk/docs/manual/howto/auth.xml
Modified: httpd/httpd/trunk/docs/manual/howto/auth.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/auth.html.en?rev=413218&r1=413217&r2=413218&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/auth.html.en (original)
+++ httpd/httpd/trunk/docs/manual/howto/auth.html.en Fri Jun 9 20:04:22 2006
@@ -206,7 +206,7 @@
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 />
Modified: httpd/httpd/trunk/docs/manual/howto/auth.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/auth.xml?rev=413218&r1=413217&r2=413218&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/auth.xml (original)
+++ httpd/httpd/trunk/docs/manual/howto/auth.xml Fri Jun 9 20:04:22 2006
@@ -197,7 +197,7 @@
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 />
|