summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update transformations.Graham Leggett2010-11-2017-20/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037336 13f79535-47bb-0310-9956-ffa450edef68
* mod_include: Add the onerror attribute to the include element, allowingGraham Leggett2010-11-204-13/+66
| | | | | | | an URL to be specified to include on error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037335 13f79535-47bb-0310-9956-ffa450edef68
* Update status of ap_expr and LimitStefan Fritsch2010-11-202-12/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037326 13f79535-47bb-0310-9956-ffa450edef68
* Don't compile expr_dump_tree() by defaultStefan Fritsch2010-11-201-5/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037325 13f79535-47bb-0310-9956-ffa450edef68
* Check input lenght to avoid potential overflowsStefan Fritsch2010-11-201-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037321 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2010-11-202-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037271 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2010-11-203-17/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037262 13f79535-47bb-0310-9956-ffa450edef68
* Rename disk_cache to cache_disk within logging statements.Graham Leggett2010-11-201-33/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037247 13f79535-47bb-0310-9956-ffa450edef68
* Rename mod_disk_cache to mod_cache_disk within the documentation.Graham Leggett2010-11-2092-489/+503
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037244 13f79535-47bb-0310-9956-ffa450edef68
* Updated the .fr ssl howto so it matches r1035435 changesVincent Deffontaines2010-11-202-53/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037241 13f79535-47bb-0310-9956-ffa450edef68
* balise mal ferméeVincent Deffontaines2010-11-201-48/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037233 13f79535-47bb-0310-9956-ffa450edef68
* mod_disk_cache renamed to mod_cache_disk, to be consistent with theGraham Leggett2010-11-209-50/+55
| | | | | | | naming of other modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037229 13f79535-47bb-0310-9956-ffa450edef68
* A first attempt at PR#50307Igor Galić2010-11-204-81/+26
| | | | | | | | Trying to get rid of old- or un-facts. ./build.sh all git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037224 13f79535-47bb-0310-9956-ffa450edef68
* detabStefan Fritsch2010-11-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037143 13f79535-47bb-0310-9956-ffa450edef68
* Log errors/infos during expression evaluation and associate the messageStefan Fritsch2010-11-207-4/+18
| | | | | | | with the module that is calling ap_expr_exec() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037140 13f79535-47bb-0310-9956-ffa450edef68
* Add SetEnvIfExpr directive to set env var depending on expression.Stefan Fritsch2010-11-202-119/+174
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037137 13f79535-47bb-0310-9956-ffa450edef68
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036702 13f79535-47bb-0310-9956-ffa450edef68
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036699 13f79535-47bb-0310-9956-ffa450edef68
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036696 13f79535-47bb-0310-9956-ffa450edef68
* Fix 'comparison of unsigned expression < 0 is always false' warning.Stefan Fritsch2010-11-181-1/+1
| | | | | | | (There was no actual problem as id is never set to a negative value.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036606 13f79535-47bb-0310-9956-ffa450edef68
* Fix 'comparison is always false due to limited range of data type'.Stefan Fritsch2010-11-181-1/+1
| | | | | | | One-bit flags should really be unsigned git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036605 13f79535-47bb-0310-9956-ffa450edef68
* mod_proxy: Fix ProxyPassInterpolateEnv directive.Stefan Fritsch2010-11-185-3/+29
| | | | | | | PR: 50292 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036602 13f79535-47bb-0310-9956-ffa450edef68
* ./build.sh allIgor Galić2010-11-1824-449/+507
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036321 13f79535-47bb-0310-9956-ffa450edef68
* Content-Length is set by mod_asis.Igor Galić2010-11-182-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036315 13f79535-47bb-0310-9956-ffa450edef68
* When the proxy closes the backend connection early, force a setaside onGraham Leggett2010-11-161-1/+18
| | | | | | | | any buckets still outstanding to ensure they've been copied out of the backend connection's pool and it is safe to release the backend connection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035605 13f79535-47bb-0310-9956-ffa450edef68
* Revert r1035504, this was the wrong way to do it.Graham Leggett2010-11-164-18/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035576 13f79535-47bb-0310-9956-ffa450edef68
* Fix pool lifetime issues when the proxy backend connection is terminatedGraham Leggett2010-11-164-86/+18
| | | | | | | | | | early by forcing a setaside on transient buckets placed in the brigade by mod_ssl. This has the effect of extending the lifetime of buckets until the end of the request. This is a variation on the original fix for this problem, which added transient buckets to be setaside later in the process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035504 13f79535-47bb-0310-9956-ffa450edef68
* Adds indentation. Cosmetic change only.Rich Bowen2010-11-152-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035435 13f79535-47bb-0310-9956-ffa450edef68
* Missing newlineRich Bowen2010-11-152-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035434 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2010-11-147-743/+643
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035023 13f79535-47bb-0310-9956-ffa450edef68
* Return 400 not 503 if we have to abort due to malformed chunked encoding.Nick Kew2010-11-142-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1034918 13f79535-47bb-0310-9956-ffa450edef68
* Fix mod_proxy to support setting source address.Nick Kew2010-11-145-2/+57
| | | | | | | | PR 29404 Seems lots of users want this, and a couple of them have recenly asked nicely git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1034916 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2010-11-135-172/+276
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1034813 13f79535-47bb-0310-9956-ffa450edef68
* fix MPM typoJeff Trawick2010-11-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1034057 13f79535-47bb-0310-9956-ffa450edef68
* Remove workaround that was only necessary when htcacheclean included httpd.hStefan Fritsch2010-11-111-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1034018 13f79535-47bb-0310-9956-ffa450edef68
* update.Lucien Gentis2010-11-111-52/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033992 13f79535-47bb-0310-9956-ffa450edef68
* More splitting as suggested by minfrin.Guenter Knauf2010-11-114-45/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033952 13f79535-47bb-0310-9956-ffa450edef68
* Update.Lucien Gentis2010-11-111-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033951 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2010-11-113-27/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033943 13f79535-47bb-0310-9956-ffa450edef68
* Splitted off cache defines/structs used by htcacheclean.Guenter Knauf2010-11-114-65/+99
| | | | | | | | This makes htcacheclean again independent from httpd.h. Submitted by: NormW <normw gknw net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033779 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild.Rich Bowen2010-11-1010-113/+122
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033653 13f79535-47bb-0310-9956-ffa450edef68
* Add ProxyPassReverse to the examples in the mod_proxy_balancer docs.Rich Bowen2010-11-102-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033621 13f79535-47bb-0310-9956-ffa450edef68
* When restarting, reset ap_server_config_defines to what was set on the commandStefan Fritsch2010-11-101-0/+18
| | | | | | | | line. This makes the result more predictable for the user and resolves some string lifetime issues in the implementation of set_define/unset_define. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033619 13f79535-47bb-0310-9956-ffa450edef68
* Supress generation of unused yy_top_state function, to avoid a compilerStefan Fritsch2010-11-102-57/+49
| | | | | | | warning. Regenerate the scanner code with flex. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033594 13f79535-47bb-0310-9956-ffa450edef68
* generated xml transformationsJeff Trawick2010-11-1010-35/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033522 13f79535-47bb-0310-9956-ffa450edef68
* suEXEC: Add Suexec directive to disable suEXEC without renaming theJeff Trawick2010-11-107-10/+75
| | | | | | | | | | | | | binary (Suexec Off), or force startup failure if suEXEC is required but not supported (Suexec On). Change SuexecUserGroup to fail startup instead of just printing a warning if suEXEC is disabled. Additionally, ap_unixd_config.suexec_disabled_reason has a message, suitable for logging/messaging, explaining why the feature isn't available. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033519 13f79535-47bb-0310-9956-ffa450edef68
* * Fix parameter name as new is a reserved word in C++ which makes compilingRuediger Pluem2010-11-102-13/+13
| | | | | | | | | of http_config.h with C++ impossible. PR: 50243 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033427 13f79535-47bb-0310-9956-ffa450edef68
* Fixed eol props.Guenter Knauf2010-11-100-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033312 13f79535-47bb-0310-9956-ffa450edef68
* support error log id as variablesStefan Fritsch2010-11-092-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033167 13f79535-47bb-0310-9956-ffa450edef68
* Add support for conditional logging depending on an expression.Stefan Fritsch2010-11-091-7/+29
| | | | | | | | | | The syntax is a bit unwieldy, the quotes have to start before the 'expr=': CustomLog "logs/cond_log" combined "expr=req('User-Agent') == 'x'" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033157 13f79535-47bb-0310-9956-ffa450edef68