- Jan 15, 2005
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125270 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125269 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125268 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125267 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 14, 2005
-
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125203 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125202 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
Reviewed by: nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125201 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
connection was reset. PR: 32699 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125166 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
SSLCADNRequestFile and SSLCADNRequestPath. * modules/ssl/ssl_private.h (modssl_pk_server_t): Add ca_name_path, ca_name_file fields. * modules/ssl/ssl_engine_init.c (ssl_init_ctx_verify): If either of SSLCADNRequestFile or SSLCADNRequestPath are configured, load the CA DN list sent in the CertificateRequest from those certificates. * modules/ssl/ssl_engine_config.c (modssl_ctx_init_server): Use pcalloc to zero-initialize the entire modssl_pk_server_t structure. (ssl_config_server_new): Merge the ca_name_* fields. (ssl_cmd_SSLCADNRequestPath, ssl_cmd_SSLCADNRequestFile): New functions. PR: 32848 Submitted by: Tim Taylor <tim.taylor dfas.mil> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125165 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 13, 2005
-
-
Justin Erenkrantz authored
* configure.in: Use correct source path to get-version.sh and include/ dir. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125087 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125075 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 11, 2005
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124915 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124912 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
ProxyPassReverse and ProxyPassReverseCookiePath. * modules/proxy/proxy_ajp.c (ap_proxy_ajp_request): Update call to ajp_parse_header(). * modules/proxy/ajp.h (ajp_msg_get_string): constify argument. (ajp_parse_header): Add conf argument. * modules/proxy/proxy_util.c (ap_proxy_location_reverse_map): Promoted from mod_proxy_http. (ap_proxy_cookie_reverse_map): Promoted from mod_proxy_http; renamed from proxy_cookie_reverse_map. * modules/proxy/ajp_msg.c (ajp_msg_get_string): constify argument. * modules/proxy/proxy_http.c (ap_proxy_location_reverse_map, proxy_cookie_reverse_map: Removed. (process_proxy_header): Update header mapping table to reference the now public functions. * modules/proxy/ajp_header.c (ajp_unmarshal_response): And conf argument. Reverse map cookies and other headers. (ajp_parse_header): Update call to ajp_unmarshal_response(). * modules/proxy/mod_proxy.h (ap_proxy_location_reverse_map, ap_proxy_cookie_reverse_map): Declare functions that have been promoted to be public. (ap_proxy_header_reverse_map_fn): Typedef for the signature of the above two functions (currently used in mod_proxy_http). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124901 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 08, 2005
-
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124607 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124605 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124604 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
linked: --with-module=<modtype>:<modfile>,<modtype>:<modfile>,... If the <modtype>-subdirectory doesn't exist it will be created and populated with a standard Makefile.in. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124600 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
see also rev 102381 of acinclude.m4 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124599 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
* docs/manual/mod/mod_proxy.xml Rub out some spelling mistakes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124594 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 07, 2005
-
-
Sander Striker authored
* modules/proxy/proxy_ajp.c (ap_proxy_ajp_request): Update call to ajp_send_header(). * modules/proxy/ajp.h (ajp_send_header): Add a uri parameter. * modules/proxy/ajp_header.c (ajp_marshal_into_msgb): Add a uri parameter and use the passed in uri instead of r->uri. (ajp_send_header): Add a uri parameter. Update call to ajp_marshal_into_msgb(). * modules/mappers/mod_rewrite.c (is_absolute_uri): Add handling of 'ajp' and 'balancer' schemes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124584 13f79535-47bb-0310-9956-ffa450edef68
-
Hiroaki Kawai authored
See: http://issues.apache.org/bugzilla/show_bug.cgi?id=11521 Submitted by: TAKAHASHI Makoto <hobbit.makoto at nifty.ne.jp> Reviewed by: Nobuyuki Morita <marika at plum.freemail.ne.jp>, yoshiki, kawai git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124566 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Handle PATH_INFO as opaque byte-wise data for cgi invocation as handled for other variables with bug 9223. PR: 32730 Submitted by: Richard Donkin <rd9 donkin.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124556 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124549 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
users to the wrong assumption that Require isn't allowed in <Files> sections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124546 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124545 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124544 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 06, 2005
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124362 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124360 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
Submitted by: Eduardo Tompson Pereira <duaspila ig.com.br> Reviewed by: Luiz Rocha <lsdrocha gmail.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124358 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
Submitted by: Luiz Rocha <lsdrocha gmail.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124356 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124355 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 05, 2005
-
-
William A. Rowe Jr authored
Use /Apache21/ for the -default- httpd 2.1 root, to assist developers in working with the dev tree in parallel to the released httpd-2.0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124285 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
It's perferable to use a debug build of ssleay32/libeay32, but offer a fallback if they are built as release libraries for creating mod_ssl in debug mode. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124284 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
limit_req_fieldsize is signed, correct a signedness error using a cast since it's not possible to have a negative limit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124283 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The right set of headers to obtain the pre_connection hook. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124280 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Correct the order of includes to follow httpd conventions, and get Win32 compiling again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124279 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix another signedness bug git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124278 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix a signedness issue that revealed a serious bug, the 'i' was reused for character indexing within this loop. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124277 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Deposit mod_bucketeer.so and mod_dumpio.so into the installed apache2 instance. This does not configure httpd.conf to load them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124276 13f79535-47bb-0310-9956-ffa450edef68
-