summaryrefslogtreecommitdiff
path: root/modules/proxy
Commit message (Expand)AuthorAgeFilesLines
...
* * modules/proxy/mod_proxy_http.cSander Striker2005-03-301-1/+13
* mod_proxy: Add proxy-sendextracrlf option to send an extra CRLF at theJustin Erenkrantz2005-03-141-0/+11
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): FixJoe Orton2005-02-241-0/+3
* Fix a syntax error when DEBUGGING is defined.Paul Querna2005-02-171-2/+1
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-113-10/+10
* Remove formatting characters from ap_log_error() calls. TheseJeff Trawick2005-02-092-4/+4
* * modules/proxy/mod_proxy_ajp.cSander Striker2005-02-091-0/+3
* * modules/proxy/proxy_util.cSander Striker2005-02-081-0/+3
* If we rec' a bad response header line, ignore what we'veJim Jagielski2005-02-081-0/+1
* Better handle the case where ProxyBadHeader StartBody isJim Jagielski2005-02-071-20/+39
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0413-33/+44
* * modules/proxy/config.m4: Fix mod_proxy build after filename changes.Joe Orton2005-02-041-5/+5
* mod_proxy: Fix ProxyRemoteMatch directive.Justin Erenkrantz2005-02-031-2/+2
* Also translate Destination headers when ProxyPassReverse'dSander Striker2005-02-032-2/+5
* Clean up some crumbs... The sandwich is next.Sander Striker2005-02-031-1/+0
* Rename proxy modules.Sander Striker2005-02-0315-10/+10
* Remove old FIX_15207 snippetsJim Jagielski2005-02-031-83/+0
* proxy HTTP: Rework the handling of request bodies to handleJeff Trawick2005-02-031-188/+496
* Close PR 32459, 15207. API change for PROXY_DECLARE ap_proxy_canonenc()Jim Jagielski2005-02-036-14/+16
* Fix #32367 support for ProxyPass /foo !Mladen Turk2005-02-011-0/+5
* Add in a weighted byte count of all traffic (in and out) asJim Jagielski2005-01-244-11/+127
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response): HandleJoe Orton2005-01-192-3/+6
* Match parameter typesJim Jagielski2005-01-111-1/+1
* Rewrite Cookies and other headers in mod_proxy_ajp as configured withSander Striker2005-01-117-130/+180
* Make the combination of mod_proxy_ajp and mod_rewrite work correctly. Sander Striker2005-01-073-22/+16
* Fix a signedness issue that revealed a serious bug, the 'i' wasWilliam A. Rowe Jr2005-01-051-4/+5
* Kill the pool cleanup when closing non cachable connection.Mladen Turk2005-01-021-4/+11
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-1/+1
* Fix closing connection for non-cachable proxies.Mladen Turk2005-01-011-3/+3
* Close the connection for generic forward andMladen Turk2005-01-011-1/+9
* Simplify connection address and port resolving for non-cachable workers (gere...Mladen Turk2004-12-311-19/+16
* Do not cache hostname and port for forward andMladen Turk2004-12-311-5/+21
* mod_proxy: Fix a request corruption problem and a buffering problemJeff Trawick2004-12-301-1/+3
* simplify the BalancerMember load factor weighting. Instead ofJim Jagielski2004-12-162-94/+26
* "transfered" is not a word.Cliff Woolley2004-12-144-12/+12
* grammatical parameter change... "readed" -> "read"Jim Jagielski2004-12-144-6/+6
* Make proxy address cache thread safe and available onlyMladen Turk2004-12-146-31/+72
* We are an int.Jim Jagielski2004-12-131-1/+1
* Seems to me that if we have a worker which is usable, weJim Jagielski2004-12-131-2/+0
* Set the connection addr from connection pool addresMladen Turk2004-12-091-1/+3
* mod_proxy: Respect errors reported by pre_connection hooks.Jeff Trawick2004-12-082-2/+18
* wrong format string was converted to APR_PID_T_FMTJeff Trawick2004-12-021-1/+1
* Add generic reverse proxy worker so that module-driven reverse proxying works...Mladen Turk2004-12-013-0/+32
* Build proxy_ajp too when --enable-proxy is declared.Mladen Turk2004-11-301-2/+2
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-306-18/+18
* Use APR_PID_T_FMT instead %d for pid logging.Mladen Turk2004-11-291-2/+2
* Make sure that worker initialization is done onlyMladen Turk2004-11-291-4/+17
* Remove the .cvsignore files.Joe Orton2004-11-191-20/+0
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response): Don't treatJoe Orton2004-11-111-2/+0
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response): Use theJoe Orton2004-11-111-11/+33