]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
"Rule" is pretty abstract in this case and seems to
authorJoshua Slive <slive@apache.org>
Thu, 2 Sep 2004 14:53:28 +0000 (14:53 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 2 Sep 2004 14:53:28 +0000 (14:53 +0000)
cause confusion for many people.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104935 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_autoindex.c

index 2a34fa887a58afa47ab9e35cfa4cc84e67cfae67..6c09d8a899449fe85dee151225f571fd5a13f837 100644 (file)
@@ -2239,7 +2239,8 @@ static int handle_autoindex(request_rec *r)
     }
     else {
         ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
-                      "Directory index forbidden by rule: %s", r->filename);
+                      "Directory index forbidden by "
+                      "Options directive: %s", r->filename);
         return HTTP_FORBIDDEN;
     }
 }