summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix EBCDIC related cut'n'paste errorStefan Fritsch2011-01-021-1/+1
* Added shebang check so that .vbs scripts can work as CGI.Guenter Knauf2011-01-021-3/+6
* Change the format of the SSL_{CLIENT,SERVER}_{I,S}_DN variablesStefan Fritsch2011-01-015-53/+89
* Remove obsolete and redundant log message in env auth providerStefan Fritsch2010-12-301-5/+0
* Change another variable that could be confused for conn_rec.Graham Leggett2010-12-301-3/+3
* Fix a spin should we encounter a corrupt bucket from the proxy.Graham Leggett2010-12-301-1/+2
* Make the REQUEST_SCHEME variable available to scripts and mod_rewriteStefan Fritsch2010-12-301-1/+4
* * Silence compiler warningRuediger Pluem2010-12-301-1/+1
* * Silence compiler warning about possibly uninitialized useRuediger Pluem2010-12-301-1/+1
* Allow to use arbitrary boolean expressions (ap_expr) in RewriteCond.Stefan Fritsch2010-12-291-9/+45
* in struct backrefinfo: remove nsub member which is never read,Stefan Fritsch2010-12-291-4/+1
* Allow to unset environment variables using E=!VAR.Stefan Fritsch2010-12-291-7/+14
* In comments: s@ XX @ XXX: @ so they can actually be found seen.Igor Galić2010-12-294-4/+4
* * Fix r1039304 and make the patch similar to the one proposed forRuediger Pluem2010-12-291-8/+8
* revert r1031670:Eric Covener2010-12-291-6/+6
* readability improvements:Stefan Fritsch2010-12-281-22/+28
* Rename some variables for better readability:Stefan Fritsch2010-12-281-35/+35
* * The concept of the cleaned flag is flawed: Once we returned the connectionRuediger Pluem2010-12-233-11/+15
* * Do not fiddle around with the close field if we might have returned theRuediger Pluem2010-12-231-7/+5
* The alias_set variable is set when a parent location contains a ProxyPass,Graham Leggett2010-12-211-3/+0
* * Do not drop contents of incomplete lines, but safe them for the nextRuediger Pluem2010-12-211-0/+8
* Text, pleaseWilliam A. Rowe Jr2010-12-208-1929/+1929
* Add new AuthzSendForbiddenOnFailure directive to allow sending '403 FORBIDDEN'Stefan Fritsch2010-12-181-14/+39
* The expression parser has moved.Rainer Jung2010-12-151-10/+0
* PR 50447: mod_rewrite escapes the original [escaped] query string even whenEric Covener2010-12-111-3/+13
* Fix some doxygen warningsStefan Fritsch2010-12-083-4/+4
* PR50349: Honor 'AcceptPathInfo OFF' during internal redirects,Eric Covener2010-12-071-0/+5
* PR 39313: allow the user to configure which rules come first when RewriteRulesEric Covener2010-12-041-0/+22
* PR#24243: allow some control over how IndexIgnore'd files are merged.Eric Covener2010-12-041-1/+6
* Add support for RLimit* in mod_cgid. PR 42135.Eric Covener2010-12-041-53/+58
* Rename ap_expr's typedef names:Stefan Fritsch2010-12-042-3/+3
* PR44076: allow "userdir disabled" or "userdir public_html" in global scope toEric Covener2010-12-041-13/+25
* Reverted r1040177 due to Joe's objection.Guenter Knauf2010-12-031-8/+0
* Stop warning, init should be an int.Stephen Henson2010-11-301-1/+1
* Use correct type, need OPENSSL_STRING for >= 1.0 which doesn't exist on 0.9.8Stephen Henson2010-11-302-2/+5
* Removed unused var.Guenter Knauf2010-11-291-1/+0
* Fixed some win32 types.Guenter Knauf2010-11-291-2/+2
* Supress compiler warning.Guenter Knauf2010-11-291-0/+8
* Fix SetEnvIfExpr to work with expressions that do not set the regexpStefan Fritsch2010-11-281-10/+19
* Fix segfault on parse errorStefan Fritsch2010-11-271-1/+1
* * Put a note in the connection notes that the SSL handshake to the backendRuediger Pluem2010-11-262-0/+10
* Further trivial updates mod_disk_cache -> mod_cache_disk.Rainer Jung2010-11-262-2/+2
* Fix some Windows build issuesStefan Fritsch2010-11-251-125/+0
* Fixed compile-time error message.Guenter Knauf2010-11-221-1/+1
* More ap_expr updates:Stefan Fritsch2010-11-212-2/+4
* ap_expr related fixes/enhancements:Stefan Fritsch2010-11-211-1/+1
* Fixed NetWare build.Guenter Knauf2010-11-201-1/+1
* mod_include: Add the onerror attribute to the include element, allowingGraham Leggett2010-11-201-8/+29
* Rename disk_cache to cache_disk within logging statements.Graham Leggett2010-11-201-33/+33
* mod_disk_cache renamed to mod_cache_disk, to be consistent with theGraham Leggett2010-11-206-47/+49