Ignore:
Timestamp:
Sep 22, 2013, 7:05:37 PM (11 years ago)
Author:
glasgall
Message:
update httpd patches for 2.4.6
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc19-dev/server/common/patches/httpd-mod_status-security.patch

    r2439 r2469  
    1 From 6fc43320aab74560a5aad10f6602309f9de9b762 Mon Sep 17 00:00:00 2001
     1From c9e5769ec7163cadd44a1b1a75a12a75a5a1db58 Mon Sep 17 00:00:00 2001
    22From: Alexander Chernyakhovsky <achernya@mit.edu>
    33Date: Fri, 3 May 2013 21:39:17 -0400
    4 Subject: [PATCH 2/4] Prevent mod_status from taking effect in .htaccess files
     4Subject: [PATCH] Prevent mod_status from taking effect in .htaccess files
    55
    66Introduce a directive to the Apache configuration that is only
     
    1111Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
    1212---
    13  modules/generators/mod_status.c |   33 +++++++++++++++++++++++++++++----
     13 modules/generators/mod_status.c | 33 +++++++++++++++++++++++++++++----
    1414 1 file changed, 29 insertions(+), 4 deletions(-)
    1515
    1616diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c
    17 index 0237f1d..5a9ea7b 100644
     17index fe832b3..92a6f69 100644
    1818--- a/modules/generators/mod_status.c
    1919+++ b/modules/generators/mod_status.c
     
    6161     }
    6262 
    63 @@ -974,11 +999,11 @@ static void register_hooks(apr_pool_t *p)
     63@@ -948,10 +973,10 @@ static void register_hooks(apr_pool_t *p)
    6464 AP_DECLARE_MODULE(status) =
    6565 {
     
    7474     register_hooks              /* register_hooks */
    7575 };
    76  
    7776--
    78 1.7.9.6 (Apple Git-31.1)
     771.8.1.2
    7978
Note: See TracChangeset for help on using the changeset viewer.