cvs commit: apache-1.3/src/modules/proxy mod_proxy.c proxy_ftp.c proxy_util.c

1999-03-10 Thread dgaudet
dgaudet 99/03/10 09:42:47 Modified:src CHANGES src/include ap_ctype.h ap_mmn.h http_core.h src/main http_protocol.c util.c util_date.c src/modules/proxy mod_proxy.c proxy_ftp.c proxy_util.c Log: somehow we missed implementing

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c

1998-10-30 Thread fielding
fielding98/10/30 14:41:28 Modified:src CHANGES src/main http_config.c http_protocol.c src/modules/proxy mod_proxy.c Log: Disable sending of error-notes on a 500 (Internal Server Error) response since it often includes file path info. Enable

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c mod_proxy.h proxy_connect.c

1998-09-08 Thread martin
martin 98/09/08 14:15:57 Modified:src CHANGES htdocs/manual/mod mod_proxy.html htdocs/manual new_features_1_3.html src/modules/proxy mod_proxy.c mod_proxy.h proxy_connect.c Log: Sameer posted the AllowCONNECT back in march. I

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c

1998-08-16 Thread martin
martin 98/08/16 13:21:30 Modified:src CHANGES src/include ap_mmn.h src/modules/proxy mod_proxy.c mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c Log: Modify the proxy

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c mod_proxy.h proxy_http.c

1998-08-16 Thread martin
martin 98/08/16 13:51:57 Modified:htdocs/manual/mod mod_proxy.html src CHANGES src/include httpd.h src/modules/proxy mod_proxy.c mod_proxy.h proxy_http.c Log: Add proxy Via: header management. Currently, Via: headers can be left

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c

1998-07-21 Thread martin
martin 98/07/21 08:39:44 Modified:.STATUS src CHANGES src/modules/proxy mod_proxy.c Log: Added Max-Forwards: trace support to the proxy Revision ChangesPath 1.446 +3 -1 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c mod_proxy.h proxy_cache.c proxy_ftp.c proxy_http.c proxy_util.c

1998-07-09 Thread martin
martin 98/07/09 12:45:59 Modified:htdocs/manual/mod directives.html mod_proxy.html src/modules/proxy mod_proxy.c mod_proxy.h proxy_cache.c proxy_ftp.c proxy_http.c proxy_util.c Log: cache in the event that the client cancels the transfer,

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c

1998-05-27 Thread martin
martin 98/05/27 15:56:07 Modified:src CHANGES src/include compat.h src/main http_protocol.c http_request.c src/modules/proxy mod_proxy.c mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c

1998-04-01 Thread martin
martin 98/04/01 06:41:45 Modified:src/include util_uri.h src/main http_protocol.c util_uri.c src/modules/proxy mod_proxy.c Log: After recent changes, the proxying of CONNECT host:port HTTP/1.0 requests (as are issued by current browsers for

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c

1998-03-26 Thread martin
martin 98/03/26 02:10:55 Modified:src/modules/proxy mod_proxy.c Log: Use HTTP_BAD_REQUEST for BAD_REQUEST everywhere Revision ChangesPath 1.48 +1 -7 apache-1.3/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c proxy_ftp.c proxy_http.c

1998-03-20 Thread Ralf S. Engelschall
rse 98/03/19 23:56:57 Modified:.STATUS htdocs/manual new_features_1_3.html htdocs/manual/mod mod_proxy.html src CHANGES src/modules/proxy mod_proxy.c proxy_ftp.c proxy_http.c Log: Reanimation of an

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c

1998-03-06 Thread dgaudet
dgaudet 98/03/05 23:51:00 Modified:src CHANGES src/include httpd.h src/modules/proxy mod_proxy.c Log: Fix a bug pointed out by Lars on new-httpd in message-id [EMAIL PROTECTED]. I'm not sure how this ever worked before. Luck I guess. If

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c

1998-03-04 Thread dgaudet
dgaudet 98/03/04 00:54:33 Modified:src/modules/proxy mod_proxy.c Log: Dean messed up ProxyPass, Mark fixed it. Submitted by: Mark J Cox [EMAIL PROTECTED] Revision ChangesPath 1.43 +25 -30apache-1.3/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c

1998-03-04 Thread dgaudet
dgaudet 98/03/04 02:50:33 Modified:src/modules/proxy mod_proxy.c Log: Revert a parsed uri change which I think was Martin's -- in proxy_fixup the comparisons are done against the url as stored in r-filename... it's kind of lame, but this is just how the proxy works. So for

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c mod_proxy.h proxy_util.c

1998-02-27 Thread martin
martin 98/02/27 02:18:42 Modified:src/modules/proxy mod_proxy.c mod_proxy.h proxy_util.c Log: Add pool to interfaces of proxy_is_XXX functions (needed for future expansion) Revision ChangesPath 1.39 +4 -3 apache-1.3/src/modules/proxy/mod_proxy.c Index:

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c

1998-02-27 Thread martin
martin 98/02/27 06:47:16 Modified:src/modules/proxy mod_proxy.c Log: Sorry -- Forgot one pool argument in previous patch Revision ChangesPath 1.40 +1 -1 apache-1.3/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c

1998-02-22 Thread martin
martin 98/02/22 13:22:13 Modified:src/modules/proxy mod_proxy.c Log: Ignore case on host name comparisons for NoCache and NoProxy directives Revision ChangesPath 1.37 +2 -2 apache-1.3/src/modules/proxy/mod_proxy.c Index: mod_proxy.c