]> granicus.if.org Git - apache/history - modules
Initial balancer documentation. Just framework.
[apache] / modules /
2004-09-11 Mladen TurkAdd more comments to the code -- No functional change.
2004-09-11 Mladen TurkAdd more comments to the code -- No functional change.
2004-09-11 Nick KewTidying loose ends.
2004-09-11 Mladen TurkUse worker as a parameter for connection_constructor.
2004-09-11 Nick KewAdd #if APR_HAS_MMAP to fix for non-MMAPing platforms.
2004-09-11 Joe OrtonFix format string warnings in proxy_ajp on 64-bit platf...
2004-09-11 Mladen TurkDo not add forward proxy to other proxies. Use new...
2004-09-11 Mladen TurkRemove the unused close_connection function.
2004-09-11 Mladen TurkMake sure that the connection pool cleanup is called...
2004-09-10 Mladen TurkInitialize the forward proxy worker too.
2004-09-10 Mladen TurkJust like for balancers initialize the workers on post_...
2004-09-10 Mladen TurkInitialize the balancer on child_init instead on first...
2004-09-10 Nick KewEntering mod_filter and documentation, as previously...
2004-09-10 Mladen TurkInclude unistd.h for getpid.
2004-09-10 Mladen TurkFix compile time warnings (logging pointer and unused...
2004-09-10 Mladen TurkRemove the proxy_conn_cleanup. The socket will be closed
2004-09-10 Mladen TurkMove the shared scoreboard data initization to the...
2004-09-09 Mladen TurkRemove unneeded variable. No functional change.
2004-09-09 Mladen TurkAdd function protos so that -Wmissing-declarations...
2004-09-09 Mladen TurkFix typo.
2004-09-09 Mladen TurkIf any of steps return status != OK close the connection
2004-09-09 Mladen TurkMake sure that the status is not overwritten.
2004-09-09 Jeff Trawickspellcheck
2004-09-09 Mladen TurkFirst try the reverse proxies. If there is no worker...
2004-09-09 Mladen TurkAdd PROXY_WORKER_IGNORE_ERRORS flags that
2004-09-09 Mladen TurkAdd sockaddr to proxy_conn_rec. Using the workers address
2004-09-09 Mladen TurkUse forward worker for all PROXYREQ_PROXY requests.
2004-09-09 Mladen TurkAdd 'default' foward proxy worker to the proxy_server_conf.
2004-09-09 Mladen TurkAdd 'default' foward proxy worker to the proxy_server_conf.
2004-09-05 Paul Quernamod_info: Added all Standard Hooks to the Hook Listing.
2004-09-05 Paul Quernafix XHTML 1.0 Validation Errors.
2004-09-05 Paul Quernamod_info: Added ?hooks. Now outputs XHTML. Added more...
2004-09-05 Paul QuernaRemove the use of sprintf.
2004-09-05 Paul QuernaNo Functional Changes to mod_info.
2004-09-03 Jeff Trawickspell check
2004-09-03 Paul QuernaRewrote config tree walk using recursion the way God...
2004-09-02 Joshua Slive"Rule" is pretty abstract in this case and seems to
2004-09-02 Jim JagielskiAllow for the use of --with-module=foo:bar where the...
2004-09-01 Justin ErenkrantzFix a trio of bugs in how mod_proxy relays requests:
2004-09-01 Nick KewFix Bug 18388 (Set-Cookie in 304)
2004-08-31 William A. Rowe Jr Add mod_authnz_ldap for the win32 build
2004-08-31 William A. Rowe Jr Catch up for Win32 to authnz_ldap changes, and make...
2004-08-28 André MaloFix query string handling for proxied URLs.
2004-08-28 André MaloFix darn typo.
2004-08-26 André Maloremove unused variables and fix some compiler warnings...
2004-08-26 André Malo#ifndef AP_UNSAFE_ERROR_LOG_UNESCAPED the stderr to...
2004-08-26 Bill Stoddardfd == file descriptor. I like fs for file system for...
2004-08-26 Bradley NicholesPreserve the return value from the apr_stat() call...
2004-08-26 Bradley NicholesPreserve the return value from the apr_stat() call...
2004-08-26 Mladen TurkUntabify the source.
2004-08-26 Mladen TurkAdd dynamic management to load balancer:
2004-08-26 Mladen TurkAdd pool used for allocating proxy_server_conf to that...
2004-08-25 Bradley NicholesAllow multiple IP addresses to be configured for the...
2004-08-25 Mladen TurkDocument new API functions.
2004-08-25 Mladen TurkRemove the tabs from code.
2004-08-25 Mladen TurkAdded SSL custom indicators. They can be set using...
2004-08-25 Mladen TurkUntabify the code. Have no idea who put all those tabs...
2004-08-25 Mladen TurkAdded ProxySet directive (can be rename to something...
2004-08-25 Mladen TurkRemove BalancerStickySession directive.
2004-08-24 Mladen TurkRemove uneeded access_status variable.
2004-08-24 Mladen TurkDo not check the balancer param.
2004-08-24 Mladen TurkIncrease the request count for each runtime worker
2004-08-24 Mladen TurkImplement REQ_ATTRIBUTE using request rec environment...
2004-08-24 Mladen TurkUse the session route from request rec notes.
2004-08-24 Mladen TurkAdd session route to request rec notes if present.
2004-08-24 Justin ErenkrantzClean up some bogus error messages.
2004-08-24 Mladen TurkUse ap_str_tolower for lowercasing the scheme.
2004-08-24 Mladen TurkChange the links to ajp files. They are no longer in...
2004-08-24 Bill StoddardEscape bytes returned by the errfn because it might...
2004-08-23 Bradley NicholesSince OpenLDAP doesn't validate the certificate until...
2004-08-21 Jean-Frederic ClereProcess request and response in ap_proxy_ajp_request...
2004-08-20 Bradley NicholesBuild using the ajp code in the proxy directory.
2004-08-20 Bradley NicholesFix a few references to mod_auth_ldap to be mod_authnz_ldap
2004-08-19 Bradley NicholesClean up some compiler warnings
2004-08-19 Bradley NicholesAdd build files for the util_ldap module
2004-08-18 Bradley Nicholesmod_auth_ldap and util_ldap no longer build from the...
2004-08-18 Bradley Nicholescharset.conv has been moved to the docs/conf directory
2004-08-18 Bradley Nicholesmod_auth_ldap has been moved to the modules/aaa directo...
2004-08-18 Bradley Nicholesutil_ldap has been moved to the modules/ldap directory
2004-08-18 Bradley NicholesUpdate the netware make files to stop building the...
2004-08-18 Bradley NicholesMove util_ldap out of experimental and into ldap.
2004-08-18 Jean-Frederic ClereArrange the logic sending to body data to Tomcat.
2004-08-18 Jean-Frederic ClereSorry there were 2 typos
2004-08-18 Jean-Frederic ClereTypo.
2004-08-18 Jean-Frederic ClerePrevent / beeing accepted wrongly by the proxy when...
2004-08-18 Jean-Frederic ClereThe ajp subdirectory does not exist so we don't need...
2004-08-18 Bradley NicholesBoth the r->user and r->ap_auth_type were set previousl...
2004-08-18 Jean-Frederic Clerejakarta-tomcat-connectors AJP files.
2004-08-18 Graham LeggettFix some compiler warnings in proxy
2004-08-18 Graham LeggettMake sure mod_authnz_ldap is included in the unix builds.
2004-08-18 Graham LeggettClarify an error message to tell the user what to do...
2004-08-18 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer...
2004-08-18 Joe Orton* modules/mappers/mod_userdir.c (register_hooks): Move...
2004-08-17 Bradley NicholesRe-structure the auth_ldap module to fit the new authen...
2004-08-17 William A. Rowe Jr Require zlib to be pre-compiled, and rely upon the...
2004-08-17 William A. Rowe Jr Eliminate several unused variables, observe a file...
2004-08-17 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_input_read):...
2004-08-17 Joe OrtonImplement -t -DDUMP_MODULES using generic test_config...
2004-08-16 Bradley NicholesClean up the makefile
2004-08-16 Jeff Trawickfix an infinite loop in proxy CONNECT
next