- Timestamp:
- Sep 22, 2013, 7:05:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc19-dev/server/common/patches/httpd-mod_status-security.patch
r2439 r2469 1 From 6fc43320aab74560a5aad10f6602309f9de9b762Mon Sep 17 00:00:00 20011 From c9e5769ec7163cadd44a1b1a75a12a75a5a1db58 Mon Sep 17 00:00:00 2001 2 2 From: Alexander Chernyakhovsky <achernya@mit.edu> 3 3 Date: Fri, 3 May 2013 21:39:17 -0400 4 Subject: [PATCH 2/4] Prevent mod_status from taking effect in .htaccess files4 Subject: [PATCH] Prevent mod_status from taking effect in .htaccess files 5 5 6 6 Introduce a directive to the Apache configuration that is only … … 11 11 Signed-off-by: Geoffrey Thomas <geofft@mit.edu> 12 12 --- 13 modules/generators/mod_status.c | 13 modules/generators/mod_status.c | 33 +++++++++++++++++++++++++++++---- 14 14 1 file changed, 29 insertions(+), 4 deletions(-) 15 15 16 16 diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c 17 index 0237f1d..5a9ea7b10064417 index fe832b3..92a6f69 100644 18 18 --- a/modules/generators/mod_status.c 19 19 +++ b/modules/generators/mod_status.c … … 61 61 } 62 62 63 @@ -9 74,11 +999,11@@ static void register_hooks(apr_pool_t *p)63 @@ -948,10 +973,10 @@ static void register_hooks(apr_pool_t *p) 64 64 AP_DECLARE_MODULE(status) = 65 65 { … … 74 74 register_hooks /* register_hooks */ 75 75 }; 76 77 76 -- 78 1. 7.9.6 (Apple Git-31.1)77 1.8.1.2 79 78
Note: See TracChangeset
for help on using the changeset viewer.