summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_include.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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-071-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
* apply Apache License, Version 2.0André Malo2004-02-071-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102532 13f79535-47bb-0310-9956-ffa450edef68
* leading <!--# is one tokenAndré Malo2004-01-031-2/+4
| | | | | | | PR: 25875 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102150 13f79535-47bb-0310-9956-ffa450edef68
* Typos...Erik Abele2003-08-311-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101143 13f79535-47bb-0310-9956-ffa450edef68
* document the recent mod_include changesAndré Malo2003-08-291-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101132 13f79535-47bb-0310-9956-ffa450edef68
* add information about the == operator, && / || priorities andAndré Malo2003-08-281-4/+34
| | | | | | | expression optimization/debugging git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101124 13f79535-47bb-0310-9956-ffa450edef68
* forgot to save that change ;-)André Malo2003-06-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100407 13f79535-47bb-0310-9956-ffa450edef68
* Oops. This feature seems to be rarely used. Fix SSIStartTag-description.André Malo2003-06-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100406 13f79535-47bb-0310-9956-ffa450edef68
* although the xml spec allows them, IE claims about colons in IDs.André Malo2003-05-131-19/+19
| | | | | | | replace them with periods. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99769 13f79535-47bb-0310-9956-ffa450edef68
* add the metafile attribute to all xml files.André Malo2003-04-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99326 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up the misc directory and busted the followingErik Abele2003-03-021-2/+0
| | | | | | | | | | | | | | | | | | | | | | files (as proposed some weeks ago): misc/custom_errordocs.html misc/descriptors.html misc/fin_wait_2.html misc/known_client_problems.html misc/tutorials.html images/custom_errordocs.gif The correspondig links were also removed. What remains are the Japanese docs: urlmapping.xml.ja mod/mod_include.xml.ja vhosts/fd-limits.xml.ja env.xml.ja sitemap.xml.ja git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98874 13f79535-47bb-0310-9956-ffa450edef68
* more formal changes:André Malo2002-11-161-507/+481
| | | | | | | | | | | | | | | | | | | | | | | | | | | - moved path_info section below the "enabling" section - dropped "Using Server Side Includes for ErrorDocuments" section and added a simple seealso instead. I don't see, that we need a separate section to set a link. - created an own subsection for every SSI element and put an overview table on top of it, this resolves also the mozilla problem with nested <dl>s, that was still present (sometimes) - fixed some typos - markup. content changes: - added a note about the behaviour of fsize/flastmod virtual - removed apache 1.2 compatibility notes (this is a 2.x documentation) - added a compat note in the module overview table - added description for QUERY_STRING_UNESCAPED - splitted flow control descriptions (=, != vs. <, <=, >, >=; the former allow regexps, the latter don't) - added a sentence and an example about regexp capturing - mentioned the literal comparison (vs. numerical) - includesNOEXEC allows only text/* ressources to be included. mentioned that. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97535 13f79535-47bb-0310-9956-ffa450edef68
* SSIUndefinedEcho never defaulted to <!-- undef -->André Malo2002-11-041-2/+2
| | | | | | | | btw: could someone fix the directive description in mod_include.c:3522? ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97395 13f79535-47bb-0310-9956-ffa450edef68
* Fix a slight mozilla rendering problem by scattering around some harmlessJoshua Slive2002-09-191-10/+10
| | | | | | | <p>s. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96914 13f79535-47bb-0310-9956-ffa450edef68
* Fix a bunch of little problems that the directive quick-referenceJoshua Slive2002-09-191-2/+1
| | | | | | | made apparent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96904 13f79535-47bb-0310-9956-ffa450edef68
* Typo.Yoshiki Hayashi2002-08-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96542 13f79535-47bb-0310-9956-ffa450edef68
* Mention that exec requires mod_cgi.Joshua Slive2002-08-211-1/+2
| | | | | | | PR: 10574 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96468 13f79535-47bb-0310-9956-ffa450edef68
* Update transformations.Yoshiki Hayashi2002-08-021-7/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96285 13f79535-47bb-0310-9956-ffa450edef68
* Added examples to all mod_include directives.Rich Bowen2002-06-151-0/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95683 13f79535-47bb-0310-9956-ffa450edef68
* Small fixes to mod_include and mod_so docs.Joshua Slive2002-05-271-20/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95297 13f79535-47bb-0310-9956-ffa450edef68
* Update the stylesheet reference to the new language-specific version.Joshua Slive2002-05-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95244 13f79535-47bb-0310-9956-ffa450edef68