- Timestamp:
- Sep 22, 2013, 7:05:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc19-dev/server/common/patches/httpd-fixup-vhost.patch
r2439 r2469 1 From 373eb8f72153417173d8ecdf11223fba0a740c19Mon Sep 17 00:00:00 20011 From e90c8e59a93e5dde747e6dec7b960d2a6f2523ab Mon Sep 17 00:00:00 2001 2 2 From: Alexander Chernyakhovsky <achernya@mit.edu> 3 3 Date: Fri, 3 May 2013 22:43:28 -0400 4 Subject: [PATCH 4/4] Export method to fixup a single virtual host4 Subject: [PATCH] Export method to fixup a single virtual host 5 5 6 6 Apache normally provides ap_fixup_virtual_hosts, which merges the … … 12 12 ap_fixup_virtual_hosts. 13 13 --- 14 include/http_config.h | 15 server/config.c | 58 +++++++++++++++++++++++++++----------------------14 include/http_config.h | 9 ++++++++ 15 server/config.c | 58 ++++++++++++++++++++++++++++----------------------- 16 16 2 files changed, 41 insertions(+), 26 deletions(-) 17 17 … … 37 37 * Reserve some modules slots for modules loaded by other means than 38 38 diff --git a/server/config.c b/server/config.c 39 index bc0804a..22a131e10064439 index c1aae17..254c5d2 100644 40 40 --- a/server/config.c 41 41 +++ b/server/config.c 42 @@ -224 6,46 +2246,52 @@ AP_DECLARE(void) ap_merge_log_config(const struct ap_logconf *old_conf,42 @@ -2245,46 +2245,52 @@ AP_DECLARE(void) ap_merge_log_config(const struct ap_logconf *old_conf, 43 43 } 44 44 } … … 120 120 } 121 121 -- 122 1. 7.9.6 (Apple Git-31.1)122 1.8.1.2 123 123
Note: See TracChangeset
for help on using the changeset viewer.