summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_setenvif.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove OID match which was never in a GA releas and is obsoleted byStefan Fritsch2011-10-101-14/+0
| | | | | | | SetEnvIfExpr with PeerExtList() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180828 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-4/+4
| | | | | | | Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
* purge some useless uses of '.*'Stefan Fritsch2011-06-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132802 13f79535-47bb-0310-9956-ffa450edef68
* follow up r1042758 and r1043011 with more fixes to useJeff Trawick2010-12-071-3/+3
| | | | | | | | | | proper example domains (and show some respect in our mangled version of prep.ai.mit.edu by using .edu instead of .com) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1043126 13f79535-47bb-0310-9956-ffa450edef68
* PR50382: explain in mod_env documentation that these environment variables ↵Eric Covener2010-11-301-2/+3
| | | | | | | | | | aren't just for CGI and SSI. (short rehash of info in env.html) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1040517 13f79535-47bb-0310-9956-ffa450edef68
* - add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_exprStefan Fritsch2010-11-281-4/+4
| | | | | | | | | | - allow lookup function to pre-parse string constant arguments (used for subnet masks so far) - various bug fixes for binary operators - do strdup() for error messages created on the stack to avoid corruption git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039900 13f79535-47bb-0310-9956-ffa450edef68
* ap_expr related fixes and enhancementsStefan Fritsch2010-11-211-3/+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/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037339 13f79535-47bb-0310-9956-ffa450edef68
* 'Apache' -> 'Apache HTTP Server' etcRich Bowen2010-03-231-7/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926416 13f79535-47bb-0310-9956-ffa450edef68
* We should not use someone's domains for examples.Takashi Sato2008-05-211-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658546 13f79535-47bb-0310-9956-ffa450edef68
* Fix reference to RewriteCond - there's no class="module" in our XML.Erik Abele2008-02-131-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627428 13f79535-47bb-0310-9956-ffa450edef68
* As per PR 44135Tony Stevenson2008-02-081-1/+3
| | | | | | | | | | | Feeling brave mucking with the rewrite docs =) setenvif -> added link to rewrite.html#rewritecond rewrite -> added a see also so the rewrite flags stood out a little more. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619726 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 some <glossary> markup for regular expression and regex.Joshua Slive2005-09-211-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290723 13f79535-47bb-0310-9956-ffa450edef68
* Describe the new syntax:Martin Kraemer2005-07-221-1/+16
| | | | | | | | | SetenvIf OID("2.16.840.1.113730.1.13") "(.*)" NetscapeComment=$1 Ehhmm.... How do I make html from this again? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@220310 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
* fix version numberAndré Malo2004-08-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104675 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
* remove support for Remote_User variable, which never worked at all.André Malo2004-02-211-3/+0
| | | | | | | PR: 25725 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102734 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
* 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
* document new features of setenvif and mod_negotiation.André Malo2003-02-221-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98768 13f79535-47bb-0310-9956-ffa450edef68
* add change to mod_setenvif, and update .ja.jis filesKen Coar2002-11-121-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97495 13f79535-47bb-0310-9956-ffa450edef68
* Added (slightly redundant) pointer from SetEnvIf directive docs toRich Bowen2002-06-141-1/+5
| | | | | | | ../env.html for more examples. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95670 13f79535-47bb-0310-9956-ffa450edef68
* A little refactoring of the mod_setenvif docs. In particular, consolidate theJoshua Slive2002-05-271-86/+69
| | | | | | | details in the SetEnvIf directive and let the others simply reference that one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95296 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
* A few small changes to bring some docs in line with the DTD.Joshua Slive2002-03-061-7/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93729 13f79535-47bb-0310-9956-ffa450edef68
* Change the format slightly so that each "context" get's its own tag inJoshua Slive2002-02-151-4/+12
| | | | | | | | | | | a <contextlist>. This should make it easier to, for example, generate an index of all the directives available in a certain context. Also, add a css stylesheet, turn off link underlining, and turn all the directive and module names green. Further refinement necessary for sure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93427 13f79535-47bb-0310-9956-ffa450edef68
* Add the first xml doc.Joshua Slive2002-02-141-0/+258
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93399 13f79535-47bb-0310-9956-ffa450edef68