summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_disk_cache renamed to mod_cache_disk, to be consistent with theGraham Leggett2010-11-206-47/+49
* detabStefan Fritsch2010-11-201-1/+1
* Log errors/infos during expression evaluation and associate the messageStefan Fritsch2010-11-205-0/+5
* Add SetEnvIfExpr directive to set env var depending on expression.Stefan Fritsch2010-11-201-119/+171
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
* Fix 'comparison of unsigned expression < 0 is always false' warning.Stefan Fritsch2010-11-181-1/+1
* Fix 'comparison is always false due to limited range of data type'.Stefan Fritsch2010-11-181-1/+1
* mod_proxy: Fix ProxyPassInterpolateEnv directive.Stefan Fritsch2010-11-181-1/+1
* When the proxy closes the backend connection early, force a setaside onGraham Leggett2010-11-161-1/+18
* Revert r1035504, this was the wrong way to do it.Graham Leggett2010-11-163-16/+85
* Fix pool lifetime issues when the proxy backend connection is terminatedGraham Leggett2010-11-163-85/+16
* Return 400 not 503 if we have to abort due to malformed chunked encoding.Nick Kew2010-11-141-2/+2
* Fix mod_proxy to support setting source address.Nick Kew2010-11-143-0/+49
* More splitting as suggested by minfrin.Guenter Knauf2010-11-113-45/+72
* Splitted off cache defines/structs used by htcacheclean.Guenter Knauf2010-11-113-64/+98
* suEXEC: Add Suexec directive to disable suEXEC without renaming theJeff Trawick2010-11-102-9/+44
* Add support for conditional logging depending on an expression.Stefan Fritsch2010-11-091-7/+29
* use temp_pool for some temporary regexpsStefan Fritsch2010-11-091-2/+2
* mod_rewrite: Fix the RewriteEngine directive to work within aGraham Leggett2010-11-081-15/+44
* mark connection for close after the return fromJeff Trawick2010-11-071-8/+6
* log how long worker will be disabledJeff Trawick2010-11-071-2/+3
* improve wording of some function descriptionsJeff Trawick2010-11-071-32/+31
* axe outdated comment about FIXMEs/CHECKMEsJeff Trawick2010-11-071-6/+0
* avoid duplicate end-of-stdin headerJeff Trawick2010-11-071-10/+17
* add support for trace loglevels in mod_luaStefan Fritsch2010-11-061-0/+48
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-0618-5304/+118
* Put the expression parser back into mod_includeStefan Fritsch2010-11-061-65/+675
* Fix hook sorting for the pre_config hook.Stefan Fritsch2010-11-061-0/+0
* a pointer optim.Jim Jagielski2010-11-051-2/+1
* PR47765: ProxyPass and ProxyPassReverse should not be accepted inEric Covener2010-11-051-0/+12
* Change the default of the Header directive to apply to responses of all typesEric Covener2010-11-051-6/+6
* rename the mod_headers variables used to track onsuccess vs. always for clarityEric Covener2010-11-051-7/+7
* gratuitous style change Jeff Trawick2010-11-051-0/+2
* repeat apr_poll() while EINTRJeff Trawick2010-11-051-0/+3
* PR50220: keep on chugging after EINTR in mod_proxy_connectEric Covener2010-11-051-0/+3
* PR#47766 mod_autoindex directives not merged into sections with no autoindex ...Eric Covener2010-11-051-4/+5
* Error messages like "theoretically shouldn't happen" are incrediblyRich Bowen2010-11-041-1/+1
* Fix a pool lifetime issue: Make sure we clean up our brigade before weGraham Leggett2010-11-041-2/+2
* Followup to r1026665: reset "cleaned" flag inRainer Jung2010-11-041-0/+1
* Note for future dev....Jim Jagielski2010-11-031-5/+7
* mod_cache: correctly parse quoted strings in cache headers.Nick Kew2010-11-031-0/+24
* Remove mis-placed period.Daniel Earl Poirier2010-11-021-1/+1
* Warning in configure -h that mod_dumpio was only for developersDaniel Earl Poirier2010-11-021-1/+1
* Add to modules' help text (displayed by ./configure -h) moreDaniel Earl Poirier2010-11-0111-24/+24
* Fix a number of typos and misspellings. Reported by Ville Skytta.Daniel Earl Poirier2010-10-308-12/+12
* Add an END flag to RewriteRule that acts like L=LAST but also preventsEric Covener2010-10-291-0/+26
* handle the ca_list == NULL case correctly (which can only happen with outStefan Fritsch2010-10-251-1/+1
* Make sure to always log an error if loading of CA certificates failsStefan Fritsch2010-10-251-1/+10