summaryrefslogtreecommitdiff
path: root/modules/proxy
Commit message (Expand)AuthorAgeFilesLines
...
* * modules/proxy/proxy_ftp.c (proxy_ftp_canon, proxy_ftp_handler,Joe Orton2004-11-111-16/+9
* * modules/proxy/proxy_connect.c (proxy_connect_handler,Joe Orton2004-11-111-15/+8
* Remove double calculation of tranfered bytes to backend.Mladen Turk2004-10-311-1/+0
* Do not use reslist if it wasn't created. This fixes cases on prefork withMladen Turk2004-10-161-1/+1
* Merge the proxy_status too. Thanks to Christian von Rouques for the patch.Mladen Turk2004-10-141-0/+1
* Use plain apr/apr-util for ajp.Mladen Turk2004-09-302-12/+19
* The name of the module is mod_proxy not mpm_proxy.Mladen Turk2004-09-291-1/+1
* No need to call the ap_proxy_initialize_worker when initializingMladen Turk2004-09-291-11/+7
* Use apr_strftime instead our own format_byte_out function.Mladen Turk2004-09-291-24/+5
* Add server_rec to initialize_worker_share so that it get'sMladen Turk2004-09-292-10/+22
* Reformat code to no tab and no CR-LFMladen Turk2004-09-286-2546/+2546
* Make sure that we don't increase balancer worker count onMladen Turk2004-09-284-2454/+2463
* Initialize workers for every virtual server not just for default one.Mladen Turk2004-09-262-29/+35
* Use the Christian von Roques's idea that makes the election mechanismMladen Turk2004-09-261-214/+197
* Count the bytes trasfered and readed so we can display the actualMladen Turk2004-09-262-7/+23
* Remove proxy_runtime_worker and make the things simpler byMladen Turk2004-09-263-72/+124
* Remove useless C++ comment.Jean-Frederic Clere2004-09-171-1/+0
* Remove duplicate logging from alloc and send data_msg.Mladen Turk2004-09-173-18/+10
* Remove logging inside ajp_send_data_msg. If send fails it is loggedMladen Turk2004-09-171-8/+1
* Do not check if the input sock param is NULL. It's already checked beforeMladen Turk2004-09-171-11/+2
* Make worker retry algorithm much simpler removing incrementalMladen Turk2004-09-172-12/+7
* Add failover attempts management to balancer-manager.Mladen Turk2004-09-161-2/+12
* Display worker status under server-statusMladen Turk2004-09-161-5/+14
* Add maximum nuber of attempts for failover and run scheme handlerMladen Turk2004-09-162-64/+94
* Do not set shared data from previous worker if ap_get_scoreboard_lb fails.Mladen Turk2004-09-151-2/+3
* Fix core dump on WIN32 caused by the fact that there is no way to run aMladen Turk2004-09-151-1/+2
* Fix worker retries and limit default retry timeout to 10 minutes.Mladen Turk2004-09-151-7/+11
* Worker shared data has to be visible across all child processes,Mladen Turk2004-09-151-12/+5
* Register output function so that core can retrieve it and setMladen Turk2004-09-153-4/+5
* * modules/proxy/proxy_http.c (proxy_http_handler, proxy_http_canon):Joe Orton2004-09-141-13/+7
* * modules/proxy/proxy_ajp.c (proxy_ajp_handler): #if 0-out variableJoe Orton2004-09-141-0/+2
* * modules/proxy/proxy_ajp.c (proxy_ajp_handler, proxy_ajp_canon): DropJoe Orton2004-09-141-14/+7
* Fix typo -- uri is constructed when there is no proxy in chain.Mladen Turk2004-09-131-1/+1
* No need to allocate hostname on each request forMladen Turk2004-09-131-6/+9
* Always use prive connection pool for allocation, and callMladen Turk2004-09-134-12/+11
* * modules/proxy/ajp_msg.c (ajp_msg_dump): Cast apr_size_t to unsignedJoe Orton2004-09-131-1/+1
* Add more comments to the code -- No functional change.Mladen Turk2004-09-111-1/+43
* Add more comments to the code -- No functional change.Mladen Turk2004-09-111-31/+88
* Use worker as a parameter for connection_constructor.Mladen Turk2004-09-111-8/+6
* Fix format string warnings in proxy_ajp on 64-bit platforms:Joe Orton2004-09-114-70/+43
* Do not add forward proxy to other proxies. Use new function toMladen Turk2004-09-113-9/+24
* Remove the unused close_connection function.Mladen Turk2004-09-112-18/+0
* Make sure that the connection pool cleanup is called beforeMladen Turk2004-09-111-9/+14
* Initialize the forward proxy worker too.Mladen Turk2004-09-101-0/+3
* Just like for balancers initialize the workers on post_configMladen Turk2004-09-103-16/+26
* Initialize the balancer on child_init instead on first request to skipMladen Turk2004-09-101-10/+18
* Include unistd.h for getpid.Mladen Turk2004-09-101-0/+4
* Fix compile time warnings (logging pointer and unused var).Mladen Turk2004-09-101-2/+1
* Remove the proxy_conn_cleanup. The socket will be closedMladen Turk2004-09-101-34/+18
* Move the shared scoreboard data initization to the balancer module.Mladen Turk2004-09-103-64/+94