| Commit message (Expand) | Author | Age | Files | Lines |
* | Document pre_read_request and bump mmn | Jim Jagielski | 2011-02-14 | 1 | -0/+2 |
* | mod_cache: When a request other than GET or HEAD arrives, we must | Graham Leggett | 2011-02-13 | 1 | -0/+4 |
* | Use ap_state_query() to fix many modules that were not correctly initializing | Stefan Fritsch | 2011-02-12 | 1 | -0/+4 |
* | Create new ap_state_query() function that allows modules to determine | Stefan Fritsch | 2011-02-12 | 1 | -0/+5 |
* | mod_cache: When a bad Expires date is present, we need to behave as if | Graham Leggett | 2011-02-12 | 1 | -0/+4 |
* | mod_cache: We must ignore quoted-string values that appear in a | Graham Leggett | 2011-02-12 | 1 | -0/+3 |
* | revert r1026746: | Stefan Fritsch | 2011-02-12 | 1 | -0/+3 |
* | Reinstate comment. | Graham Leggett | 2011-02-11 | 1 | -0/+4 |
* | mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which must | Graham Leggett | 2011-02-11 | 1 | -3/+2 |
* | * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Fix possible | Joe Orton | 2011-02-11 | 1 | -0/+4 |
* | * Make module compile by fixing some typos. | Ruediger Pluem | 2011-02-09 | 1 | -0/+3 |
* | * server/mpm/prefork/prefork.c (stop_listening, sig_term, restart): | Joe Orton | 2011-02-08 | 1 | -0/+3 |
* | revert r1066944, r1067177 for now | Stefan Fritsch | 2011-02-05 | 1 | -3/+0 |
* | Reload resolv.conf on graceful restarts | Stefan Fritsch | 2011-02-03 | 1 | -0/+3 |
* | Ignore leading dots when looking for mime extensions | Stefan Fritsch | 2011-01-21 | 1 | -0/+3 |
* | Add support to set variables with the 'Define' directive. Change | Stefan Fritsch | 2011-01-20 | 1 | -0/+4 |
* | Add a patch from Vincent Deffontaines to make the adding of X-forwarded-* | Igor Galić | 2011-01-19 | 1 | -0/+3 |
* | Increase memory alignment for slotmem data in | Rainer Jung | 2011-01-17 | 1 | -0/+3 |
* | * modules/ssl/ssl_engine_config.c, modules/ssl/ssl_private.h: Add | Joe Orton | 2011-01-17 | 1 | -0/+4 |
* | * modules/ssl/ssl_engine_io.c: Revamp output buffering: add a | Joe Orton | 2011-01-17 | 1 | -0/+4 |
* | Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk. | Stefan Fritsch | 2011-01-17 | 1 | -0/+6 |
* | It's a change | Jim Jagielski | 2011-01-13 | 1 | -0/+5 |
* | mod_status: Don't show slots which are disabled by MaxClients as open. | Stefan Fritsch | 2011-01-10 | 1 | -0/+3 |
* | Fix ap_mpm_query results: | Stefan Fritsch | 2011-01-09 | 1 | -0/+3 |
* | Fix a bug in authz logic merging which caused | Stefan Fritsch | 2011-01-08 | 1 | -0/+3 |
* | Change AuthnCacheProvider --> AuthnCacheProvideFor to deal with overloading | Nick Kew | 2011-01-05 | 1 | -0/+7 |
* | mod_proxy_http: Allocate the fake backend request from a child pool | Graham Leggett | 2011-01-05 | 1 | -0/+7 |
* | Change the format of the SSL_{CLIENT,SERVER}_{I,S}_DN variables | Stefan Fritsch | 2011-01-02 | 1 | -0/+5 |
* | Make the REQUEST_SCHEME variable available to scripts and mod_rewrite | Stefan Fritsch | 2010-12-30 | 1 | -0/+3 |
* | Allow to use arbitrary boolean expressions (ap_expr) in RewriteCond. | Stefan Fritsch | 2010-12-29 | 1 | -0/+3 |
* | Allow to unset environment variables using E=!VAR. | Stefan Fritsch | 2010-12-29 | 1 | -0/+3 |
* | revert r1031670: | Eric Covener | 2010-12-29 | 1 | -0/+3 |
* | add a 2.3.9-era CHANGES entry that should have been noted for | Eric Covener | 2010-12-29 | 1 | -0/+3 |
* | Applying patch from PR 33078 (with slight changes to its return values) | Igor Galić | 2010-12-28 | 1 | -0/+3 |
* | Correct typo in CHANGES, as per tid50321 | Rich Bowen | 2010-12-28 | 1 | -1/+1 |
* | When exporting request headers to HTTP_* environment variables, drop variables | Stefan Fritsch | 2010-12-28 | 1 | -0/+4 |
* | prefer exact port matches in ip-based VH lookup over wildcards. | Eric Covener | 2010-12-28 | 1 | -0/+4 |
* | Remove need for NameVirtualHost directive by implicitly configuring any dupli... | Eric Covener | 2010-12-28 | 1 | -0/+5 |
* | Changing the default Options from All to FollowSymlinks. | Igor Galić | 2010-12-24 | 1 | -0/+3 |
* | rotatelogs: Add -e option to write logs through to stdout for optional | Graham Leggett | 2010-12-21 | 1 | -0/+3 |
* | * Do not drop contents of incomplete lines, but safe them for the next | Ruediger Pluem | 2010-12-21 | 1 | -0/+3 |
* | Add new AuthzSendForbiddenOnFailure directive to allow sending '403 FORBIDDEN' | Stefan Fritsch | 2010-12-18 | 1 | -0/+3 |
* | And roll on 2.3.11... | Jim Jagielski | 2010-12-13 | 1 | -0/+3 |
* | PR 50447: mod_rewrite escapes the original [escaped] query string even when | Eric Covener | 2010-12-11 | 1 | -0/+3 |
* | PR50349: Honor 'AcceptPathInfo OFF' during internal redirects, | Eric Covener | 2010-12-07 | 1 | -0/+4 |
* | PR 39313: allow the user to configure which rules come first when RewriteRules | Eric Covener | 2010-12-04 | 1 | -0/+4 |
* | PR#24243: allow some control over how IndexIgnore'd files are merged. | Eric Covener | 2010-12-04 | 1 | -0/+4 |
* | Add support for RLimit* in mod_cgid. PR 42135. | Eric Covener | 2010-12-04 | 1 | -0/+3 |
* | core: Fail startup when the argument to ServerName looks like a glob | Eric Covener | 2010-12-04 | 1 | -0/+4 |
* | re-fix wording | Eric Covener | 2010-12-04 | 1 | -2/+2 |