summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* * revert r355823 and r355837Ruediger Pluem2005-12-111-6/+0
* * Move handling of backends that broke after the headers have been sentRuediger Pluem2005-12-111-0/+6
* Proxy balancer lbmethods are now registered as providers and notJim Jagielski2005-09-091-9/+3
* Restruct of lbmethod find-best algo's, bypassing hook mechanism.Jim Jagielski2005-09-071-8/+8
* Doxygen fixup / cleanupIan Holsman2005-08-281-2/+8
* simple, functional interface to add additional balancer lb selection methodsJim Jagielski2005-08-121-4/+21
* Fix mess left by incompleteness of previous ProxyPassReverse fixNick Kew2005-08-121-6/+6
* Fix ProxyPassReverse & family to work correctly in <Location>Nick Kew2005-08-101-5/+13
* Add status param option so that current workerMladen Turk2005-07-281-1/+3
* This patch adds a new hook (request_status) that gets ran in proxy_handlerIan Holsman2005-07-171-0/+15
* Use two optional functions from mod_ssl so that weMladen Turk2005-04-091-0/+2
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Close PR 32459, 15207. API change for PROXY_DECLARE ap_proxy_canonenc()Jim Jagielski2005-02-031-1/+1
* Add in a weighted byte count of all traffic (in and out) asJim Jagielski2005-01-241-0/+4
* Rewrite Cookies and other headers in mod_proxy_ajp as configured withSander Striker2005-01-111-0/+21
* "transfered" is not a word.Cliff Woolley2004-12-141-1/+1
* grammatical parameter change... "readed" -> "read"Jim Jagielski2004-12-141-1/+1
* Make proxy address cache thread safe and available onlyMladen Turk2004-12-141-0/+12
* Add generic reverse proxy worker so that module-driven reverse proxying works...Mladen Turk2004-12-011-0/+1
* Add server_rec to initialize_worker_share so that it get'sMladen Turk2004-09-291-2/+3
* Reformat code to no tab and no CR-LFMladen Turk2004-09-281-614/+614
* Make sure that we don't increase balancer worker count onMladen Turk2004-09-281-605/+614
* Remove proxy_runtime_worker and make the things simpler byMladen Turk2004-09-261-26/+32
* Make worker retry algorithm much simpler removing incrementalMladen Turk2004-09-171-0/+2
* Add maximum nuber of attempts for failover and run scheme handlerMladen Turk2004-09-161-0/+3
* Register output function so that core can retrieve it and setMladen Turk2004-09-151-1/+1
* Always use prive connection pool for allocation, and callMladen Turk2004-09-131-2/+0
* Do not add forward proxy to other proxies. Use new function toMladen Turk2004-09-111-0/+7
* Remove the unused close_connection function.Mladen Turk2004-09-111-7/+0
* Just like for balancers initialize the workers on post_configMladen Turk2004-09-101-1/+10
* Move the shared scoreboard data initization to the balancer module.Mladen Turk2004-09-101-2/+3
* Add PROXY_WORKER_IGNORE_ERRORS flags thatMladen Turk2004-09-091-0/+1
* Add sockaddr to proxy_conn_rec. Using the workers addressMladen Turk2004-09-091-0/+1
* Add 'default' foward proxy worker to the proxy_server_conf.Mladen Turk2004-09-091-3/+5
* Untabify the source.Mladen Turk2004-08-261-4/+4
* Add pool used for allocating proxy_server_conf to that struct.Mladen Turk2004-08-261-5/+5
* Document new API functions.Mladen Turk2004-08-251-15/+182
* Remove the tabs from code.Mladen Turk2004-08-251-11/+11
* Fix some compiler warnings in proxyGraham Leggett2004-08-181-0/+1
* Added proxy status for conf, and elected member to runtime workerWilliam A. Rowe Jr2004-08-111-0/+7
* Implement the worker retry functionality.William A. Rowe Jr2004-08-111-0/+1
* Shared memory support. The shared memory is insideWilliam A. Rowe Jr2004-08-111-4/+25
* Add route and redirect to worker so they can be set trough configuration.William A. Rowe Jr2004-08-111-2/+11
* Fix structure element typo.William A. Rowe Jr2004-08-111-1/+1
* Fix some config checking params.William A. Rowe Jr2004-08-111-2/+5
* Change the scheme handler hook to include worker.William A. Rowe Jr2004-08-111-5/+5
* Added close_on_recycle flags for creatin connections.William A. Rowe Jr2004-08-111-1/+2
* Added acquire and release connection functions.William A. Rowe Jr2004-08-111-5/+5
* Added ap_proxy_connection_create function that makesWilliam A. Rowe Jr2004-08-111-1/+2