From 2683fb42d00d08972ca0e5ca58e08e05694947d4 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Wed, 1 Feb 2012 15:40:03 +0000 Subject: [PATCH] Document AllowOverride Nonfatal option git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239174 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index aac3144776a..4044fc409af 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -413,10 +413,29 @@ NoDecode option available in 2.3.12 and later. module="mod_authz_host">Deny and Order). -
Nonfatal
+
Nonfatal=[Override|Unknown|All]
- Allow use of AllowOverride option to treat syntax errors in .htaccess as non-fatal.
+ Allow use of AllowOverride option to treat syntax errors in + .htaccess as non-fatal: instead of causing an Internal Server + Error, disallowed or unrecognised directives will be ignored + and a warning logged: + +

Note that a syntax error in a valid directive will still cause + an internal server error.

+ Security + Nonfatal errors may have security implications for .htaccess users. + For example, if AllowOverride disallows AuthConfig, users' + configuration designed to restrict access to a site will be disabled. + +
Options[=Option,...]
-- 2.47.3