| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | clarify about "enable/disable". | Eric Covener | 2010-12-04 | 1 | -2/+3 |
* | PR44076: allow "userdir disabled" or "userdir public_html" in global scope to | Eric Covener | 2010-12-04 | 1 | -0/+3 |
* | PR50350: When no -k option is provided on the httpd command line, the server | Eric Covener | 2010-11-29 | 1 | -0/+4 |
* | * Put a note in the connection notes that the SSL handshake to the backend | Ruediger Pluem | 2010-11-26 | 1 | -1/+5 |
* | Fix Windows build of mod_cache_disk which was broken after | Rainer Jung | 2010-11-26 | 1 | -0/+2 |
* | Roll on .10 | Jim Jagielski | 2010-11-23 | 1 | -0/+3 |
* | mod_include: Add the onerror attribute to the include element, allowing | Graham Leggett | 2010-11-20 | 1 | -0/+4 |
* | mod_disk_cache renamed to mod_cache_disk, to be consistent with the | Graham Leggett | 2010-11-20 | 1 | -0/+3 |
* | Add SetEnvIfExpr directive to set env var depending on expression. | Stefan Fritsch | 2010-11-20 | 1 | -0/+3 |
* | mod_proxy: Fix ProxyPassInterpolateEnv directive. | Stefan Fritsch | 2010-11-18 | 1 | -0/+3 |
* | Return 400 not 503 if we have to abort due to malformed chunked encoding. | Nick Kew | 2010-11-14 | 1 | -0/+3 |
* | Fix mod_proxy to support setting source address. | Nick Kew | 2010-11-14 | 1 | -0/+5 |
* | suEXEC: Add Suexec directive to disable suEXEC without renaming the | Jeff Trawick | 2010-11-10 | 1 | -0/+6 |
* | Add Error directive for aborting startup or htaccess processing | Jeff Trawick | 2010-11-08 | 1 | -0/+3 |
* | mod_rewrite: Fix the RewriteEngine directive to work within a | Graham Leggett | 2010-11-08 | 1 | -0/+4 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -0/+6 |
* | Fix hook sorting for the pre_config hook. | Stefan Fritsch | 2010-11-06 | 1 | -0/+3 |
* | PR49823: Make the hardcoded default for AllowOverride match the default confi... | Eric Covener | 2010-11-05 | 1 | -0/+3 |
* | PR47765: ProxyPass and ProxyPassReverse should not be accepted in | Eric Covener | 2010-11-05 | 1 | -0/+3 |
* | PR#47782: compiled-in default for MaxConnectionsPerChild is 10,000 vs the | Eric Covener | 2010-11-05 | 1 | -0/+4 |
* | PR50220: keep on chugging after EINTR in mod_proxy_connect | Eric Covener | 2010-11-05 | 1 | -0/+3 |
* | PR#47766 mod_autoindex directives not merged into sections with no autoindex ... | Eric Covener | 2010-11-05 | 1 | -0/+4 |
* | mod_cache: correctly parse quoted strings in cache headers. | Nick Kew | 2010-11-03 | 1 | -0/+3 |
* | Add an END flag to RewriteRule that acts like L=LAST but also prevents | Eric Covener | 2010-10-29 | 1 | -0/+4 |
* | Make sure to always log an error if loading of CA certificates fails | Stefan Fritsch | 2010-10-25 | 1 | -0/+3 |
* | If an unknown Content-* header is received for a PUT request, we must not | Stefan Fritsch | 2010-10-24 | 1 | -0/+3 |
* | If a malformed Content-Range header is received for a PUT request, we | Stefan Fritsch | 2010-10-24 | 1 | -0/+3 |
* | Improve error message if client cert verification fails | Stefan Fritsch | 2010-10-24 | 1 | -2/+3 |
* | mod_proxy: Release the backend connection as soon as EOS is detected, | Graham Leggett | 2010-10-23 | 1 | -0/+4 |
* | mod_proxy: Optimise ProxyPass within a Location so that it is stored | Graham Leggett | 2010-10-22 | 1 | -0/+4 |
* | Be extra careful to only pass the main server config to | Stefan Fritsch | 2010-10-20 | 1 | -0/+3 |
* | mod_proxy: Move the ProxyErrorOverride directive to have per directory scope. | Graham Leggett | 2010-10-20 | 1 | -0/+3 |
* | revert r1023227 as discussed on httpd-dev: | Stefan Fritsch | 2010-10-19 | 1 | -3/+0 |
* | Build mod_allowmethods (windows and netware stuff needs to be tested). | Stefan Fritsch | 2010-10-16 | 1 | -0/+4 |
* | core: Log a warning if <Limit> or <LimitExcept> are used. They are | Stefan Fritsch | 2010-10-16 | 1 | -0/+4 |