You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/09/28 12:52:49 UTC

svn commit: r1002112 - in /httpd/httpd/trunk/docs/manual/howto: htaccess.html.en htaccess.xml

Author: rbowen
Date: Tue Sep 28 10:52:49 2010
New Revision: 1002112

URL: http://svn.apache.org/viewvc?rev=1002112&view=rev
Log:
nitpick: Remove mention of obsolete directive.

Modified:
    httpd/httpd/trunk/docs/manual/howto/htaccess.html.en
    httpd/httpd/trunk/docs/manual/howto/htaccess.xml

Modified: httpd/httpd/trunk/docs/manual/howto/htaccess.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/htaccess.html.en?rev=1002112&r1=1002111&r2=1002112&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/htaccess.html.en (original)
+++ httpd/httpd/trunk/docs/manual/howto/htaccess.html.en Tue Sep 28 10:52:49 2010
@@ -386,7 +386,7 @@ Options +IncludesNoExec -ExecCGI<br />
     permitted.</p>
 
     <div class="example"><p><code>
-    [Sat Aug 09 16:19:20 2008] [alert] [client 192.168.200.51] /var/www/html/.htaccess: RewriteLog not allowed here
+    [Fri Sep 17 18:43:16 2010] [alert] [client 192.168.200.51] /var/www/html/.htaccess: DirectoryIndex not allowed here
     </code></p></div>
 
     <p>This will indicate either that you've used a directive that is

Modified: httpd/httpd/trunk/docs/manual/howto/htaccess.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/htaccess.xml?rev=1002112&r1=1002111&r2=1002112&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/htaccess.xml (original)
+++ httpd/httpd/trunk/docs/manual/howto/htaccess.xml Tue Sep 28 10:52:49 2010
@@ -418,7 +418,7 @@ Options +IncludesNoExec -ExecCGI<br />
     permitted.</p>
 
     <example>
-    [Sat Aug 09 16:19:20 2008] [alert] [client 192.168.200.51] /var/www/html/.htaccess: RewriteLog not allowed here
+    [Fri Sep 17 18:43:16 2010] [alert] [client 192.168.200.51] /var/www/html/.htaccess: DirectoryIndex not allowed here
     </example>
 
     <p>This will indicate either that you've used a directive that is