]> granicus.if.org Git - apache/history - modules
Adds the second virtual host to the example, so that we don't end up
[apache] / modules /
2011-01-14 Ruediger Pluem* We can only get there if the line is too long and...
2011-01-13 Jim JagielskiDisplay number of members possible per balancer
2011-01-13 Jim JagielskiAnd check the nonce, taking care to ensure that the
2011-01-13 Jim JagielskiMove nonce to balancer struct and add logic for nonce...
2011-01-13 Jim JagielskiSet some defaults... do it here @ worker creation,...
2011-01-13 Jim Jagielskiwhitespace
2011-01-13 Jim JagielskiBuilds and passes tests as prefork... good save state
2011-01-13 Jim JagielskiAdjust for conf->workers being *proxy_worker and balanc...
2011-01-13 Jim JagielskiMore movement to shared stuff...
2011-01-13 Jim JagielskiOK... a good commit point (we don't quite compile yet...
2011-01-13 Jim JagielskiUse branch now
2011-01-12 Ruediger Pluem* Fix comment typo as noticed by jorton
2011-01-11 Jim Jagielskirevert...
2011-01-10 Stefan Fritschclarify that the displayed IP address may not be the...
2011-01-09 Stefan FritschDisplay the local IP address in server-status. This...
2011-01-09 Stefan Fritschmod_status: Don't show slots which are disabled by...
2011-01-08 Stefan FritschDon't log AuthMerging XXX as <RequireXXX>
2011-01-08 Stefan FritschFix a bug in authz logic merging which caused
2011-01-07 Jim Jagielskiwhitespace
2011-01-07 Jim JagielskiUse consistant naming and be sure to pad
2011-01-06 Ruediger Pluem* Be ANSI C compatible
2011-01-05 Jeff Trawickfix comment
2011-01-05 Jim Jagielskiupdate comment
2011-01-05 Nick KewChange AuthnCacheProvider --> AuthnCacheProvideFor...
2011-01-05 Graham LeggettMake sure we clone the table rather than copy it, to...
2011-01-05 Graham LeggettUpdate the comment to indicate what the backend request...
2011-01-05 Graham Leggettmod_proxy_http: Allocate the fake backend request from...
2011-01-04 Graham Leggettmod_proxy_http: Ensure that when the backend is closed...
2011-01-02 Stefan FritschFix EBCDIC related cut'n'paste error
2011-01-02 Guenter KnaufAdded shebang check so that .vbs scripts can work as...
2011-01-01 Stefan FritschChange the format of the SSL_{CLIENT,SERVER}_{I,S}_DN...
2010-12-30 Stefan FritschRemove obsolete and redundant log message in env auth...
2010-12-30 Graham LeggettChange another variable that could be confused for...
2010-12-30 Graham LeggettFix a spin should we encounter a corrupt bucket from...
2010-12-30 Stefan FritschMake the REQUEST_SCHEME variable available to scripts...
2010-12-30 Ruediger Pluem* Silence compiler warning
2010-12-30 Ruediger Pluem* Silence compiler warning about possibly uninitialized use
2010-12-29 Stefan FritschAllow to use arbitrary boolean expressions (ap_expr...
2010-12-29 Stefan Fritschin struct backrefinfo: remove nsub member which is...
2010-12-29 Stefan FritschAllow to unset environment variables using E=!VAR.
2010-12-29 Igor GalićIn comments: s@ XX @ XXX: @ so they can actually be...
2010-12-29 Ruediger Pluem* Fix r1039304 and make the patch similar to the one...
2010-12-29 Eric Covenerrevert r1031670:
2010-12-28 Stefan Fritschreadability improvements:
2010-12-28 Stefan FritschRename some variables for better readability:
2010-12-23 Ruediger Pluem* The concept of the cleaned flag is flawed: Once we...
2010-12-23 Ruediger Pluem* Do not fiddle around with the close field if we might...
2010-12-21 Graham LeggettThe alias_set variable is set when a parent location...
2010-12-21 Ruediger Pluem* Do not drop contents of incomplete lines, but safe...
2010-12-20 William A. Rowe JrText, please
2010-12-18 Stefan FritschAdd new AuthzSendForbiddenOnFailure directive to allow...
2010-12-15 Rainer JungThe expression parser has moved.
2010-12-11 Eric CovenerPR 50447: mod_rewrite escapes the original [escaped...
2010-12-08 Stefan FritschFix some doxygen warnings
2010-12-07 Eric CovenerPR50349: Honor 'AcceptPathInfo OFF' during internal...
2010-12-04 Eric CovenerPR 39313: allow the user to configure which rules come...
2010-12-04 Eric CovenerPR#24243: allow some control over how IndexIgnore'd...
2010-12-04 Eric CovenerAdd support for RLimit* in mod_cgid. PR 42135.
2010-12-04 Stefan FritschRename ap_expr's typedef names:
2010-12-04 Eric CovenerPR44076: allow "userdir disabled" or "userdir public_ht...
2010-12-03 Guenter KnaufReverted r1040177 due to Joe's objection.
2010-11-30 Stephen HensonStop warning, init should be an int.
2010-11-30 Stephen HensonUse correct type, need OPENSSL_STRING for >= 1.0 which...
2010-11-29 Guenter KnaufRemoved unused var.
2010-11-29 Guenter KnaufFixed some win32 types.
2010-11-29 Guenter KnaufSupress compiler warning.
2010-11-28 Stefan FritschFix SetEnvIfExpr to work with expressions that do not...
2010-11-27 Stefan FritschFix segfault on parse error
2010-11-26 Ruediger Pluem* Put a note in the connection notes that the SSL hands...
2010-11-26 Rainer JungFurther trivial updates mod_disk_cache -> mod_cache_disk.
2010-11-25 Stefan FritschFix some Windows build issues
2010-11-22 Guenter KnaufFixed compile-time error message.
2010-11-21 Stefan FritschMore ap_expr updates:
2010-11-21 Stefan Fritschap_expr related fixes/enhancements:
2010-11-20 Guenter KnaufFixed NetWare build.
2010-11-20 Graham Leggettmod_include: Add the onerror attribute to the include...
2010-11-20 Graham LeggettRename disk_cache to cache_disk within logging statements.
2010-11-20 Graham Leggettmod_disk_cache renamed to mod_cache_disk, to be consist...
2010-11-20 Stefan Fritschdetab
2010-11-20 Stefan FritschLog errors/infos during expression evaluation and assoc...
2010-11-20 Stefan FritschAdd SetEnvIfExpr directive to set env var depending...
2010-11-19 Graham LeggettFix a spelling mistake.
2010-11-19 Graham LeggettFix a spelling mistake.
2010-11-19 Graham LeggettFix a spelling mistake.
2010-11-18 Stefan FritschFix 'comparison of unsigned expression < 0 is always...
2010-11-18 Stefan FritschFix 'comparison is always false due to limited range...
2010-11-18 Stefan Fritschmod_proxy: Fix ProxyPassInterpolateEnv directive.
2010-11-16 Graham LeggettWhen the proxy closes the backend connection early...
2010-11-16 Graham LeggettRevert r1035504, this was the wrong way to do it.
2010-11-16 Graham LeggettFix pool lifetime issues when the proxy backend connect...
2010-11-14 Nick KewReturn 400 not 503 if we have to abort due to malformed...
2010-11-14 Nick KewFix mod_proxy to support setting source address.
2010-11-11 Guenter KnaufMore splitting as suggested by minfrin.
2010-11-10 Guenter KnaufSplitted off cache defines/structs used by htcacheclean.
2010-11-10 Jeff TrawicksuEXEC: Add Suexec directive to disable suEXEC without...
2010-11-09 Stefan FritschAdd support for conditional logging depending on an...
2010-11-09 Stefan Fritschuse temp_pool for some temporary regexps
2010-11-08 Graham Leggettmod_rewrite: Fix the RewriteEngine directive to work...
2010-11-07 Jeff Trawickmark connection for close after the return from
2010-11-07 Jeff Trawicklog how long worker will be disabled
next