From 9d66007aa2676fad84ac1205cc5032e2561336b5 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Wed, 14 Jul 2004 06:36:42 +0000 Subject: [PATCH] Added 'AllowOverride Options=Indexes,MultiViews' to give an admin better control over what options can be used in .htaccess files. PR: 29310 Submitted by: Tom Alsberg git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104283 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 4 ++ docs/manual/mod/core.xml | 9 ++-- include/http_config.h | 4 ++ include/http_core.h | 1 + include/httpd.h | 2 + server/config.c | 6 +++ server/core.c | 90 ++++++++++++++++++++++++++++++++++++++-- server/request.c | 5 +++ 8 files changed, 114 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 6465d7a581..0d8da0ef2e 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) core: Add Options= syntax to AllowOverride to specify which options + may be overridden in .htaccess files. PR 29310. + [Tom Alsberg , Paul Querna] + *) ab: Handle long URLs with an error instead of an buffer overflow. PR 28204. [Erik Weide , Paul Querna] diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index b7a6173faf..9f7731ed7b 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1,7 +1,7 @@ - +