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 2012/11/08 04:05:38 UTC

svn commit: r1406904 - /httpd/httpd/branches/2.4.x/docs/conf/httpd.conf.in

Author: rbowen
Date: Thu Nov  8 03:05:38 2012
New Revision: 1406904

URL: http://svn.apache.org/viewvc?rev=1406904&view=rev
Log:

s/Options/AllowOverride/ in comment describing AllowOverride


Modified:
    httpd/httpd/branches/2.4.x/docs/conf/httpd.conf.in

Modified: httpd/httpd/branches/2.4.x/docs/conf/httpd.conf.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/conf/httpd.conf.in?rev=1406904&r1=1406903&r2=1406904&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/conf/httpd.conf.in (original)
+++ httpd/httpd/branches/2.4.x/docs/conf/httpd.conf.in Thu Nov  8 03:05:38 2012
@@ -148,7 +148,7 @@ DocumentRoot "@exp_htdocsdir@"
     #
     # AllowOverride controls what directives may be placed in .htaccess files.
     # It can be "All", "None", or any combination of the keywords:
-    #   Options FileInfo AuthConfig Limit
+    #   AllowOverride FileInfo AuthConfig Limit
     #
     AllowOverride None