summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update transformationsIgor Galić2010-12-2916-507/+330
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053664 13f79535-47bb-0310-9956-ffa450edef68
* Fix grammar.Igor Galić2010-12-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053662 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2010-12-2910-506/+346
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053655 13f79535-47bb-0310-9956-ffa450edef68
* * Fix r1039304 and make the patch similar to the one proposed forRuediger Pluem2010-12-291-8/+8
| | | | | | | | | 2.2.x: If the SSL handshake to the backend fails we cannot even sent an HTTP request. So the check needs to happen already when we sent data not when we receive data. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053584 13f79535-47bb-0310-9956-ffa450edef68
* xformsEric Covener2010-12-291-11/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053528 13f79535-47bb-0310-9956-ffa450edef68
* mention my flip-flop on "Header always" to not add additional confusion to Eric Covener2010-12-291-0/+1
| | | | | | | | someone treading in this area, and plan to remove after GA. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053526 13f79535-47bb-0310-9956-ffa450edef68
* PR50525: Header always ... doesn't really mean "always" in terms of what you Eric Covener2010-12-291-12/+26
| | | | | | | | | | can edit/merge/append/set since it only looks at r->err_headers_out and the initial value may have lived in r->headers_out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053523 13f79535-47bb-0310-9956-ffa450edef68
* revert r1031670:Eric Covener2010-12-293-17/+21
| | | | | | | | | | | | | | | | Change the default of the Header directive to apply to responses of all types instead of just 2xx successful responses. This turned out to be do more harm than good for anything other than "set", since "always" doesn't ever see/operate on existing r->headers_out headers -- just err_headers_out. I think onsuccess needs to remain the default and this needs to move into a doc revamp. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053516 13f79535-47bb-0310-9956-ffa450edef68
* add a 2.3.9-era CHANGES entry that should have been noted for Eric Covener2010-12-291-0/+3
| | | | | | | | | mod_headers defaults. Should I flag this CHANGES entry in any way? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053515 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2010-12-281-15/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053444 13f79535-47bb-0310-9956-ffa450edef68
* update translationAndré Malo2010-12-281-20/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053442 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2010-12-284-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053436 13f79535-47bb-0310-9956-ffa450edef68
* Remove some stuff that's already been done.Rich Bowen2010-12-281-10/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053384 13f79535-47bb-0310-9956-ffa450edef68
* Applying patch from PR 33078 (with slight changes to its return values)Igor Galić2010-12-283-4/+31
| | | | | | | This patch disallows the mixing of relative (+/-) and absolute Options where insensible. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053375 13f79535-47bb-0310-9956-ffa450edef68
* Log a trace message if we drop a header with an invalid nameStefan Fritsch2010-12-281-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053365 13f79535-47bb-0310-9956-ffa450edef68
* Move duplicated code into utility functionsStefan Fritsch2010-12-281-70/+42
| | | | | | | Submitted by: Malte S. Stretz <mss@apache.org>, Stefan Fritsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053363 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in CHANGES, as per tid50321Rich Bowen2010-12-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053358 13f79535-47bb-0310-9956-ffa450edef68
* update transformsStefan Fritsch2010-12-2853-363/+222
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053357 13f79535-47bb-0310-9956-ffa450edef68
* When exporting request headers to HTTP_* environment variables, drop variablesStefan Fritsch2010-12-285-10/+70
| | | | | | | | | | whose names contain invalid characters. Describe in the docs how to restore the old behaviour. Submitted by: Malte S. Stretz <mss apache org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053353 13f79535-47bb-0310-9956-ffa450edef68
* readability improvements:Stefan Fritsch2010-12-281-22/+28
| | | | | | | | rename w -> user, x -> prefix break some very long lines git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053349 13f79535-47bb-0310-9956-ffa450edef68
* Rename some variables for better readability:Stefan Fritsch2010-12-281-35/+35
| | | | | | | | | p -> alias (not a pool) r -> real (not a request_rec) f -> fake git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053345 13f79535-47bb-0310-9956-ffa450edef68
* prefer exact port matches in ip-based VH lookup over wildcards.Eric Covener2010-12-282-6/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053309 13f79535-47bb-0310-9956-ffa450edef68
* Doc for r1053230, NameVirtualHost is now unnecessary and other general ↵Eric Covener2010-12-288-329/+114
| | | | | | NVH-vs-VH improvements. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053231 13f79535-47bb-0310-9956-ffa450edef68
* Remove need for NameVirtualHost directive by implicitly configuring any ↵Eric Covener2010-12-282-138/+66
| | | | | | | | | | | | | | | | | | | duplicated VH addresses as name-based virtual hosts. This also combines _default_ and * into a single type of wildcard since these presented a false dichotomy between address specs. These are post-config only changes and do not change the runtime lookups. The biggest loss here is that an unintended duplication of virtual host addresses can no longer be reported as directly in the past, but should still be debuggabl via apachectl -S (unintended NVH). These problems are a drop in the bucket compared to the difficulty users have with using NameVirtualHost. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053230 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2010-12-282-6/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053227 13f79535-47bb-0310-9956-ffa450edef68
* update translationAndré Malo2010-12-281-1/+30
| | | | | | | Reviewed by: Kess <kess apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053226 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2010-12-282-11/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053218 13f79535-47bb-0310-9956-ffa450edef68
* Update translation, bit by bit.André Malo2010-12-281-1/+58
| | | | | | | Reviewed by: Kess <kess apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053216 13f79535-47bb-0310-9956-ffa450edef68
* provide a mod_substitute example that uses backreferencesEric Covener2010-12-272-0/+24
| | | | | | | | for matching as well as for substitution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053212 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2010-12-275-21/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053202 13f79535-47bb-0310-9956-ffa450edef68
* update translationAndré Malo2010-12-271-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053201 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild transformations.Rich Bowen2010-12-276-105/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053151 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary trailing / on <Directory /home> example. tid50421Rich Bowen2010-12-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053149 13f79535-47bb-0310-9956-ffa450edef68
* Typo and grammatical corrections for French error docs provided byRich Bowen2010-12-2710-13/+13
| | | | | | | Xavier Robin. tid50517 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053143 13f79535-47bb-0310-9956-ffa450edef68
* Removed define obsolete since r93260.Guenter Knauf2010-12-251-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052774 13f79535-47bb-0310-9956-ffa450edef68
* Update.Lucien Gentis2010-12-241-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052515 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild transformations.Igor Galić2010-12-2411-16/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052422 13f79535-47bb-0310-9956-ffa450edef68
* Changing the default Options from All to FollowSymlinks.Igor Galić2010-12-243-9/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052419 13f79535-47bb-0310-9956-ffa450edef68
* * The concept of the cleaned flag is flawed: Once we returned the connectionRuediger Pluem2010-12-234-12/+17
| | | | | | | | | | | | to the pool we cannot longer rely on it as another thread could have leased the connection in the meantime and might have modified it. BUT: We only use this flag once we returned the connection to the pool. So signal that we returned the connection to the pool by something that is local to the thread, in this case set backend to NULL if we already have returende the connection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052314 13f79535-47bb-0310-9956-ffa450edef68
* * Do not fiddle around with the close field if we might have returned theRuediger Pluem2010-12-231-7/+5
| | | | | | | | connection to the pool already. It might be already in use again by another thread. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052224 13f79535-47bb-0310-9956-ffa450edef68
* The alias_set variable is set when a parent location contains a ProxyPass,Graham Leggett2010-12-211-3/+0
| | | | | | | so this check catches valid ProxyPasses. Remove the check. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051628 13f79535-47bb-0310-9956-ffa450edef68
* note releaseJim Jagielski2010-12-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051599 13f79535-47bb-0310-9956-ffa450edef68
* rotatelogs: Add -e option to write logs through to stdout for optionalGraham Leggett2010-12-213-3/+29
| | | | | | | further processing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051582 13f79535-47bb-0310-9956-ffa450edef68
* * Do not drop contents of incomplete lines, but safe them for the nextRuediger Pluem2010-12-212-0/+11
| | | | | | | | | round of reading. PR: 50481 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051468 13f79535-47bb-0310-9956-ffa450edef68
* Text, pleaseWilliam A. Rowe Jr2010-12-210-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051344 13f79535-47bb-0310-9956-ffa450edef68
* Text, pleaseWilliam A. Rowe Jr2010-12-218-1929/+1929
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051318 13f79535-47bb-0310-9956-ffa450edef68
* Update.Lucien Gentis2010-12-201-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051096 13f79535-47bb-0310-9956-ffa450edef68
* Fix typos, update transformsStefan Fritsch2010-12-1913-14/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050962 13f79535-47bb-0310-9956-ffa450edef68
* add some linksStefan Fritsch2010-12-194-15/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050960 13f79535-47bb-0310-9956-ffa450edef68
* a bit more documentation for ap_expr's variablesStefan Fritsch2010-12-192-96/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050955 13f79535-47bb-0310-9956-ffa450edef68