| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo | Rich Bowen | 2013-01-31 | 1 | -1/+1 |
* | Emphasize that the output of #printenv is plain text so that it doesn't dump ... | Rich Bowen | 2013-01-24 | 1 | -2/+4 |
* | Tweak phrasing to more closely match what we say in the include section | Rich Bowen | 2013-01-24 | 1 | -4/+5 |
* | Adds examples for fsize and clarifies the difference between file and virtual | Rich Bowen | 2013-01-24 | 1 | -1/+19 |
* | Adds example to echo | Rich Bowen | 2013-01-24 | 1 | -0/+4 |
* | Typo | Rich Bowen | 2013-01-16 | 1 | -1/+1 |
* | Adds examples to the various <!--#config attributes. | Rich Bowen | 2013-01-16 | 1 | -8/+30 |
* | The word 'Basic' is not meaningful here. These are all of the available | Rich Bowen | 2013-01-16 | 1 | -1/+1 |
* | Drop pre-2.3 compatibility notes from trunk docs. | Rainer Jung | 2012-12-14 | 1 | -9/+0 |
* | Typo fixes | Daniel Gruno | 2012-09-03 | 1 | -1/+1 |
* | Syntax updates for mod_h*.xml, mod_i*.xml | Daniel Gruno | 2012-04-26 | 1 | -16/+16 |
* | mod_include: The SSIAccessEnable directive existed to ensure the addition | Graham Leggett | 2011-11-20 | 1 | -40/+4 |
* | mod_include: Add support for application/x-www-form-urlencoded encoding | Graham Leggett | 2011-10-29 | 1 | -32/+40 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -17/+17 |
* | Use the new "ap_expr" expression parser. | Stefan Fritsch | 2011-05-28 | 1 | -32/+80 |
* | ap_expr related fixes and enhancements | Stefan Fritsch | 2010-11-21 | 1 | -0/+2 |
* | Adding SetEnvIfExpr documentation, and more references to expr.html | Igor Galić | 2010-11-20 | 1 | -0/+5 |
* | mod_include: Add the onerror attribute to the include element, allowing | Graham Leggett | 2010-11-20 | 1 | -5/+26 |
* | mod_include: Reinstate support for UTF-8 character sets by allowing a | Graham Leggett | 2010-09-19 | 1 | -5/+50 |
* | Indicate this is a recent revision, didn't try to track back to the alpha rev | William A. Rowe Jr | 2010-08-02 | 1 | -0/+2 |
* | Allow fine control over the removal of Last-Modified and ETag headers | Graham Leggett | 2010-02-01 | 1 | -0/+85 |
* | Make ap_pregsub(), used by AliasMatch and friends, use the same syntax | Stefan Fritsch | 2010-01-30 | 1 | -1/+2 |
* | Small typos. | Lucien Gentis | 2009-03-08 | 1 | -3/+3 |
* | PR#13603 - clarify description of DOCUMENT_URI | Nick Kew | 2008-12-31 | 1 | -1/+5 |
* | SSIEnableAccess -> SSIAccessEnable | Takashi Sato | 2008-05-14 | 1 | -6/+6 |
* | Move the KeptBodySize directive, kept_body filters and the | Graham Leggett | 2008-04-11 | 1 | -1/+1 |
* | As per PR 33892 - Added comment re escaping slashes. | Tony Stevenson | 2008-02-08 | 1 | -0/+5 |
* | core: Add the option to keep aside a request body up to a certain | Graham Leggett | 2007-11-08 | 1 | -2/+10 |
* | * There is no context location. But this directive should in .htaccess files. | Ruediger Pluem | 2007-09-02 | 1 | -1/+1 |
* | mod_include: Add an "if" directive syntax to test whether an URL | Graham Leggett | 2007-09-01 | 1 | -1/+48 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Add <glossary> tag for mime-type where appropriate. | Joshua Slive | 2005-09-21 | 1 | -9/+9 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -2/+2 |
* | fix copyright notice | André Malo | 2005-01-15 | 1 | -1/+2 |
* | $Revision$ is slightly misdocumented (only available since svn 1.1) | André Malo | 2004-11-20 | 1 | -1/+1 |
* | adjust properties and revision expansion of the English docs | André Malo | 2004-11-20 | 1 | -1/+1 |
* | Slightly augment the example for SSIStartTag | Rich Bowen | 2004-06-10 | 1 | -3/+4 |
* | add $Revision$ keyword | André Malo | 2004-04-17 | 1 | -0/+1 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-07 | 1 | -0/+17 |
* | leading <!--# is one token | André Malo | 2004-01-03 | 1 | -2/+4 |
* | Typos... | Erik Abele | 2003-08-31 | 1 | -2/+2 |
* | document the recent mod_include changes | André Malo | 2003-08-29 | 1 | -2/+10 |
* | add information about the == operator, && / || priorities and | André Malo | 2003-08-28 | 1 | -4/+34 |
* | forgot to save that change ;-) | André Malo | 2003-06-30 | 1 | -1/+1 |
* | Oops. This feature seems to be rarely used. Fix SSIStartTag-description. | André Malo | 2003-06-30 | 1 | -1/+1 |
* | although the xml spec allows them, IE claims about colons in IDs. | André Malo | 2003-05-13 | 1 | -19/+19 |
* | add the metafile attribute to all xml files. | André Malo | 2003-04-11 | 1 | -1/+1 |
* | Cleaned up the misc directory and busted the following | Erik Abele | 2003-03-02 | 1 | -2/+0 |