summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-1/+1
* simplify the BalancerMember load factor weighting. Instead ofJim Jagielski2004-12-161-2/+2
* "transfered" is not a word.Cliff Woolley2004-12-141-2/+2
* grammatical parameter change... "readed" -> "read"Jim Jagielski2004-12-141-2/+2
* Make proxy address cache thread safe and available onlyMladen Turk2004-12-141-0/+4
* Add generic reverse proxy worker so that module-driven reverse proxying works...Mladen Turk2004-12-011-0/+14
* Merge the proxy_status too. Thanks to Christian von Rouques for the patch.Mladen Turk2004-10-141-0/+1
* Use apr_strftime instead our own format_byte_out function.Mladen Turk2004-09-291-24/+5
* Make sure that we don't increase balancer worker count onMladen Turk2004-09-281-0/+2
* Initialize workers for every virtual server not just for default one.Mladen Turk2004-09-261-19/+22
* Remove proxy_runtime_worker and make the things simpler byMladen Turk2004-09-261-28/+48
* Display worker status under server-statusMladen Turk2004-09-161-5/+14
* Add maximum nuber of attempts for failover and run scheme handlerMladen Turk2004-09-161-64/+91
* Register output function so that core can retrieve it and setMladen Turk2004-09-151-1/+3
* Add more comments to the code -- No functional change.Mladen Turk2004-09-111-1/+43
* Do not add forward proxy to other proxies. Use new function toMladen Turk2004-09-111-9/+7
* Initialize the forward proxy worker too.Mladen Turk2004-09-101-0/+3
* Just like for balancers initialize the workers on post_configMladen Turk2004-09-101-1/+12
* Add PROXY_WORKER_IGNORE_ERRORS flags thatMladen Turk2004-09-091-6/+9
* Add 'default' foward proxy worker to the proxy_server_conf.Mladen Turk2004-09-091-0/+11
* remove unused variables and fix some compiler warnings about constAndré Malo2004-08-261-1/+1
* Add pool used for allocating proxy_server_conf to that struct.Mladen Turk2004-08-261-1/+2
* Untabify the code. Have no idea who put all those tabs in sources.Mladen Turk2004-08-251-13/+13
* Added ProxySet directive (can be rename to something else).Mladen Turk2004-08-251-21/+89
* Remove BalancerStickySession directive.Mladen Turk2004-08-251-35/+0
* Clean up some bogus error messages.Justin Erenkrantz2004-08-241-2/+4
* Prevent / beeing accepted wrongly by the proxy when having for example:Jean-Frederic Clere2004-08-181-0/+7
* fix format string mismatch (int vs. apr_time_t)Jeff Trawick2004-08-131-1/+1
* Small status displaying fix.William A. Rowe Jr2004-08-111-1/+1
* Added proxy status for conf, and elected member to runtime workerWilliam A. Rowe Jr2004-08-111-2/+129
* Make sure that if the pre_request was called that the post_requestWilliam A. Rowe Jr2004-08-111-6/+9
* Use the pool for add_worker call.William A. Rowe Jr2004-08-111-1/+1
* Add pool to functions for setting worker and balancer parameters.William A. Rowe Jr2004-08-111-7/+18
* Fix some config checking params.William A. Rowe Jr2004-08-111-9/+9
* Change the scheme handler hook to include worker.William A. Rowe Jr2004-08-111-9/+10
* Added KeepAlive worker option.William A. Rowe Jr2004-08-111-0/+9
* Added iobuffersize and receivebuffersize to be worker specific.William A. Rowe Jr2004-08-111-14/+36
* Added timeout_set for worker. Each worker can have a different timeoutWilliam A. Rowe Jr2004-08-111-2/+9
* Added acquire timeout for obtaining resources from reslist.William A. Rowe Jr2004-08-111-1/+8
* Remove proxy_mdule_conf.William A. Rowe Jr2004-08-111-24/+0
* Remove proxy_conn struct and add it's params to proxy_conn_rec.William A. Rowe Jr2004-08-111-8/+8
* Add worker timeout inherited from ProxyTimeout.William A. Rowe Jr2004-08-111-0/+4
* Remove unusable code. The constructor and destructor willWilliam A. Rowe Jr2004-08-111-13/+4
* Use pre_pequest function and set proxy_module_conf bound to clientWilliam A. Rowe Jr2004-08-111-7/+45
* dup real and fakeWilliam A. Rowe Jr2004-08-111-2/+2
* Add pre_request and post_request proxy hooks.William A. Rowe Jr2004-08-111-1/+28
* Remove all worker/balancer API's to proxy_util.William A. Rowe Jr2004-08-111-205/+0
* Added API for creating balancers.William A. Rowe Jr2004-08-111-17/+88
* Use RAW_ARGS instead ITERATE.William A. Rowe Jr2004-08-111-23/+67
* Move worker params parsing to a separate function.William A. Rowe Jr2004-08-111-11/+49