]> granicus.if.org Git - apache/history - modules
Make sure that the status is not overwritten.
[apache] / modules /
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
2004-08-16 Bradley NicholesRelax the pointer checking for the proxy_ajp module...
2004-08-14 Bradley NicholesConditionally build the proxy_ajp module of the ajplib...
2004-08-13 Bradley NicholesFix the parameter list for the scheme_handler ap_proxy_...
2004-08-13 Bradley NicholesAdd the new proxy protocol modules to the NetWare build
2004-08-13 Jeff Trawickaxe some unused variables and don't log an error code...
2004-08-13 Jeff Trawickapr_tolower() doesn't process the entire string
2004-08-13 Jeff Trawickfix some const issues with string searching
2004-08-13 Jeff Trawickfix format string mismatch (int vs. apr_time_t)
2004-08-11 William A. Rowe JrSmall status displaying fix.
2004-08-11 William A. Rowe JrFix setting of hostname for backend.
2004-08-11 William A. Rowe JrAdded proxy status for conf, and elected member to...
2004-08-11 William A. Rowe JrStart porting connection pool to ftp.
2004-08-11 William A. Rowe JrAdded dynamic worker limit. It ensures that the addng...
2004-08-11 William A. Rowe JrAdd some extra debugging to ease the bug chasing :)
2004-08-11 William A. Rowe JrMake sure that the things get logged using the same...
2004-08-11 William A. Rowe JrFix the url rewriting, and few minor developement bugs.
2004-08-11 William A. Rowe JrFix the return codes. We can not return the APR error...
2004-08-11 William A. Rowe JrMake sure that if the pre_request was called that the...
2004-08-11 William A. Rowe JrImplement the worker retry functionality.
2004-08-11 William A. Rowe JrUse the proxy_runtime_stat that either comes from score...
2004-08-11 William A. Rowe JrShared memory support. The shared memory is inside
next