]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-proxy_content_base.patch
rel 15; builds
[packages/apache1.git] / apache1-proxy_content_base.patch
1 diff -ruN -x Makefile.in -x '*~' -x build-tree.orig -x 'ap_ctx.[ch]' -x 'ap_hook.[ch]' -x 'ap_mm.[ch]' -x os-inline.c -x os.h build-tree.orig/apache_1.3.34/src/modules/proxy/proxy_http.c build-tree/apache_1.3.34/src/modules/proxy/proxy_http.c
2 --- build-tree.orig/apache_1.3.34/src/modules/proxy/proxy_http.c        2003-02-03 12:13:26.000000000 -0500
3 +++ build-tree/apache_1.3.34/src/modules/proxy/proxy_http.c     2003-10-17 12:24:51.000000000 -0400
4 @@ -552,6 +595,8 @@
5          ap_table_set(resp_hdrs, "URI", proxy_location_reverse_map(r, urlstr));
6      if ((urlstr = ap_table_get(resp_hdrs, "Content-Location")) != NULL)
7          ap_table_set(resp_hdrs, "Content-Location", proxy_location_reverse_map(r, urlstr));
8 +    if ((urlstr = ap_table_get(resp_hdrs, "Content-Base")) != NULL)
9 +        ap_table_set(resp_hdrs, "Content-Base", proxy_location_reverse_map(r, urlstr));
10  
11  /* check if NoCache directive on this host */
12      if (nocache == 0) {
This page took 0.041244 seconds and 3 git commands to generate.