summaryrefslogtreecommitdiffstats
path: root/docs/manual/suexec.xml.tr (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-11-20mod_include: Add the onerror attribute to the include element, allowingGraham Leggett4-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
2010-11-20Update status of ap_expr and LimitStefan Fritsch2-12/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037326 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20Don't compile expr_dump_tree() by defaultStefan Fritsch1-5/+10
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037325 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20Check input lenght to avoid potential overflowsStefan Fritsch1-1/+10
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037321 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20Updates.Lucien Gentis2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037271 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20Updates.Lucien Gentis3-17/+29
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037262 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20Rename disk_cache to cache_disk within logging statements.Graham Leggett1-33/+33
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037247 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20Rename mod_disk_cache to mod_cache_disk within the documentation.Graham Leggett92-489/+503
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037244 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20Updated the .fr ssl howto so it matches r1035435 changesVincent Deffontaines2-53/+18
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037241 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20balise mal ferméeVincent Deffontaines1-48/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037233 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20mod_disk_cache renamed to mod_cache_disk, to be consistent with theGraham Leggett9-50/+55
naming of other modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037229 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20A first attempt at PR#50307Igor Galić4-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
2010-11-20detabStefan Fritsch1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037143 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20Log errors/infos during expression evaluation and associate the messageStefan Fritsch7-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
2010-11-20Add SetEnvIfExpr directive to set env var depending on expression.Stefan Fritsch2-119/+174
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037137 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19Fix a spelling mistake.Graham Leggett1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036702 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19Fix a spelling mistake.Graham Leggett1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036699 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19Fix a spelling mistake.Graham Leggett1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036696 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18Fix 'comparison of unsigned expression < 0 is always false' warning.Stefan Fritsch1-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
2010-11-18Fix 'comparison is always false due to limited range of data type'.Stefan Fritsch1-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
2010-11-18mod_proxy: Fix ProxyPassInterpolateEnv directive.Stefan Fritsch5-3/+29
PR: 50292 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036602 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18./build.sh allIgor Galić24-449/+507
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036321 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18Content-Length is set by mod_asis.Igor Galić2-2/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036315 13f79535-47bb-0310-9956-ffa450edef68
2010-11-16When the proxy closes the backend connection early, force a setaside onGraham Leggett1-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
2010-11-16Revert r1035504, this was the wrong way to do it.Graham Leggett4-18/+86
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035576 13f79535-47bb-0310-9956-ffa450edef68
2010-11-16Fix pool lifetime issues when the proxy backend connection is terminatedGraham Leggett4-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
2010-11-15Adds indentation. Cosmetic change only.Rich Bowen2-0/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035435 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15Missing newlineRich Bowen2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035434 13f79535-47bb-0310-9956-ffa450edef68
2010-11-14Updates.Lucien Gentis7-743/+643
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035023 13f79535-47bb-0310-9956-ffa450edef68
2010-11-14Return 400 not 503 if we have to abort due to malformed chunked encoding.Nick Kew2-2/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1034918 13f79535-47bb-0310-9956-ffa450edef68
2010-11-14Fix mod_proxy to support setting source address.Nick Kew5-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
2010-11-13Updates.Lucien Gentis5-172/+276
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1034813 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11fix MPM typoJeff Trawick1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1034057 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11Remove workaround that was only necessary when htcacheclean included httpd.hStefan Fritsch1-7/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1034018 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11update.Lucien Gentis1-52/+97
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033992 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11More splitting as suggested by minfrin.Guenter Knauf4-45/+74
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033952 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11Update.Lucien Gentis1-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033951 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11Updates.Lucien Gentis3-27/+47
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033943 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11Splitted off cache defines/structs used by htcacheclean.Guenter Knauf4-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
2010-11-10Rebuild.Rich Bowen10-113/+122
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033653 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10Add ProxyPassReverse to the examples in the mod_proxy_balancer docs.Rich Bowen2-4/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033621 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10When restarting, reset ap_server_config_defines to what was set on the commandStefan Fritsch1-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
2010-11-10Supress generation of unused yy_top_state function, to avoid a compilerStefan Fritsch2-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
2010-11-10generated xml transformationsJeff Trawick10-35/+69
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033522 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10suEXEC: Add Suexec directive to disable suEXEC without renaming theJeff Trawick7-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
2010-11-10* Fix parameter name as new is a reserved word in C++ which makes compilingRuediger Pluem2-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
2010-11-09support error log id as variablesStefan Fritsch2-0/+10
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033167 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09Add support for conditional logging depending on an expression.Stefan Fritsch1-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
2010-11-09use temp_pool for some temporary regexpsStefan Fritsch1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033145 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09Update transformsDaniel Earl Poirier3-342/+25
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033039 13f79535-47bb-0310-9956-ffa450edef68