summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_include.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document built-in DOCUMENT_PATH_INFO and USER_NAME that have been available ↵Christophe Jaillet2018-03-251-0/+8
| | | | | | | | | | and undocumented for years (already present in the very first commit of mod_include.c in svn history in 1999!) Tested and works like a charm. Spotted while looking at PR 34405. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827705 13f79535-47bb-0310-9956-ffa450edef68
* override index: update missing <override>s in directivesJacob Champion2017-05-051-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1793934 13f79535-47bb-0310-9956-ffa450edef68
* Synch trunk and 2.4 branchChristophe Jaillet2017-05-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1793287 13f79535-47bb-0310-9956-ffa450edef68
* Remove useless <br \> in highlight blocks.Christophe Jaillet2016-05-011-7/+7
| | | | | | (r1741841 in 2.4.x + small tweak for logs.xml because quoting is different. This will be fixed later on) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741842 13f79535-47bb-0310-9956-ffa450edef68
* Add the <!--#comment ... --> syntax.Christophe Jaillet2016-04-021-0/+13
| | | | | | Idea from Rob. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1737476 13f79535-47bb-0310-9956-ffa450edef68
* DOCUMENT_ARGS in 2.4.19Jeff Trawick2016-03-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735964 13f79535-47bb-0310-9956-ffa450edef68
* Follow-up to r1734817: Reorder, mention compatibilityJeff Trawick2016-03-141-9/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734989 13f79535-47bb-0310-9956-ffa450edef68
* mod_include now sets DOCUMENT_ARGS.Jeff Trawick2016-03-131-4/+16
| | | | | | | | | | | | * Like DOCUMENT_URI, this is for the SSI document, not for any subrequest called for the include directive. * Like QUERY_STRING, this is just r->args (or empty string if there are none), unlike QUERY_STRING_UNESCAPED. The name of the variable is taken from the Zeus SSI implementation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734817 13f79535-47bb-0310-9956-ffa450edef68
* Simply remove trailing whitespace.Ken Coar2015-04-151-7/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673947 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo as spotted in a comment in online doc by JPKoleChristophe Jaillet2014-05-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1595575 13f79535-47bb-0310-9956-ffa450edef68
* TypoRich Bowen2013-01-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1440766 13f79535-47bb-0310-9956-ffa450edef68
* Emphasize that the output of #printenv is plain text so that it doesn't dump ↵Rich Bowen2013-01-241-2/+4
| | | | | | a bunch of unformatted text in an HTML doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437833 13f79535-47bb-0310-9956-ffa450edef68
* Tweak phrasing to more closely match what we say in the include sectionRich Bowen2013-01-241-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437826 13f79535-47bb-0310-9956-ffa450edef68
* Adds examples for fsize and clarifies the difference between file and virtualRich Bowen2013-01-241-1/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437821 13f79535-47bb-0310-9956-ffa450edef68
* Adds example to echoRich Bowen2013-01-241-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437808 13f79535-47bb-0310-9956-ffa450edef68
* TypoRich Bowen2013-01-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1433792 13f79535-47bb-0310-9956-ffa450edef68
* Adds examples to the various <!--#config attributes.Rich Bowen2013-01-161-8/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1433789 13f79535-47bb-0310-9956-ffa450edef68
* The word 'Basic' is not meaningful here. These are all of the availableRich Bowen2013-01-161-1/+1
| | | | | | | elements. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1433785 13f79535-47bb-0310-9956-ffa450edef68
* Drop pre-2.3 compatibility notes from trunk docs.Rainer Jung2012-12-141-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1421821 13f79535-47bb-0310-9956-ffa450edef68
* Typo fixesDaniel Gruno2012-09-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1380159 13f79535-47bb-0310-9956-ffa450edef68
* Syntax updates for mod_h*.xml, mod_i*.xmlDaniel Gruno2012-04-261-16/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331006 13f79535-47bb-0310-9956-ffa450edef68
* mod_include: The SSIAccessEnable directive existed to ensure the additionGraham Leggett2011-11-201-40/+4
| | | | | | | | of the "-A" syntax would not break existing configurations in v2.2. Remove the directive for v2.4, defaulting the behaviour to enabled. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204183 13f79535-47bb-0310-9956-ffa450edef68
* mod_include: Add support for application/x-www-form-urlencoded encodingGraham Leggett2011-10-291-32/+40
| | | | | | | and decoding. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1194870 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-17/+17
| | | | | | | Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
* Use the new "ap_expr" expression parser.Stefan Fritsch2011-05-281-32/+80
| | | | | | | | The old parser can still be used by setting the new directive SSILegacyExprParser git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1128614 13f79535-47bb-0310-9956-ffa450edef68
* ap_expr related fixes and enhancementsStefan Fritsch2010-11-211-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037510 13f79535-47bb-0310-9956-ffa450edef68
* Adding SetEnvIfExpr documentation, and more references to expr.htmlIgor Galić2010-11-201-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037339 13f79535-47bb-0310-9956-ffa450edef68
* mod_include: Add the onerror attribute to the include element, allowingGraham Leggett2010-11-201-5/+26
| | | | | | | 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
* mod_include: Reinstate support for UTF-8 character sets by allowing aGraham Leggett2010-09-191-5/+50
| | | | | | | | variable being echoed or set to be decoded and then encoded as separate steps. PR47686 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@998651 13f79535-47bb-0310-9956-ffa450edef68
* Indicate this is a recent revision, didn't try to track back to the alpha revWilliam A. Rowe Jr2010-08-021-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@981359 13f79535-47bb-0310-9956-ffa450edef68
* Allow fine control over the removal of Last-Modified and ETag headersGraham Leggett2010-02-011-0/+85
| | | | | | | | within the INCLUDES filter, making it possible to cache responses if desired. Fix the default value of the SSIAccessEnable directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@905406 13f79535-47bb-0310-9956-ffa450edef68
* Make ap_pregsub(), used by AliasMatch and friends, use the same syntaxStefan Fritsch2010-01-301-1/+2
| | | | | | | | | | | | | for regex backreferences as mod_rewrite and mod_include: Remove the use of '&' as an alias for '$0' and allow to escape any character with a backslash. Document the use of $0. PR: 48351 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@904765 13f79535-47bb-0310-9956-ffa450edef68
* Small typos.Lucien Gentis2009-03-081-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@751431 13f79535-47bb-0310-9956-ffa450edef68
* PR#13603 - clarify description of DOCUMENT_URINick Kew2008-12-311-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730283 13f79535-47bb-0310-9956-ffa450edef68
* SSIEnableAccess -> SSIAccessEnableTakashi Sato2008-05-141-6/+6
| | | | | | Submitted by: Andrew Ford <A.Ford ford-mason.co uk> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@656287 13f79535-47bb-0310-9956-ffa450edef68
* Move the KeptBodySize directive, kept_body filters and theGraham Leggett2008-04-111-1/+1
| | | | | | | | ap_parse_request_body function out of the http module and into a new module called mod_request, reducing the size of the core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@647263 13f79535-47bb-0310-9956-ffa450edef68
* As per PR 33892 - Added comment re escaping slashes.Tony Stevenson2008-02-081-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619736 13f79535-47bb-0310-9956-ffa450edef68
* core: Add the option to keep aside a request body up to a certainGraham Leggett2007-11-081-2/+10
| | | | | | | | | | size that would otherwise be discarded, to be consumed by filters such as mod_include. When enabled for a directory, POST requests to shtml files can be passed through to embedded scripts as POST requests, rather being downgraded to GET requests. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@592951 13f79535-47bb-0310-9956-ffa450edef68
* * There is no context location. But this directive should in .htaccess files.Ruediger Pluem2007-09-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@571927 13f79535-47bb-0310-9956-ffa450edef68
* mod_include: Add an "if" directive syntax to test whether an URLGraham Leggett2007-09-011-1/+48
| | | | | | | | | is accessible, and if so, conditionally display content. This allows a webmaster to hide a link to a private page when the user has no access to that page. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@571872 13f79535-47bb-0310-9956-ffa450edef68
* update license header textRoy T. Fielding2006-07-111-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420990 13f79535-47bb-0310-9956-ffa450edef68
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395228 13f79535-47bb-0310-9956-ffa450edef68
* Add <glossary> tag for mime-type where appropriate.Joshua Slive2005-09-211-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290816 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
* fix copyright noticeAndré Malo2005-01-151-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125277 13f79535-47bb-0310-9956-ffa450edef68
* $Revision$ is slightly misdocumented (only available since svn 1.1)André Malo2004-11-201-1/+1
| | | | | | | use LastChangedRevision instead git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105989 13f79535-47bb-0310-9956-ffa450edef68
* adjust properties and revision expansion of the English docsAndré Malo2004-11-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105981 13f79535-47bb-0310-9956-ffa450edef68
* Slightly augment the example for SSIStartTagRich Bowen2004-06-101-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103883 13f79535-47bb-0310-9956-ffa450edef68
* add $Revision$ keywordAndré Malo2004-04-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103423 13f79535-47bb-0310-9956-ffa450edef68
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102617 13f79535-47bb-0310-9956-ffa450edef68