summaryrefslogtreecommitdiffstats
path: root/docs/manual/expr.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mod_auth_basic: Add a generic mechanism to fake basic authenticationGraham Leggett2013-03-171-0/+4
* Expression parser: Add the ability to apply a SHA1 hash to strings withinGraham Leggett2013-03-171-0/+3
* Expression parser: Add the ability to base64 encode and base64 decodeGraham Leggett2013-03-171-0/+5
* TypoRich Bowen2013-02-141-2/+2
* Missing trailing slashRich Bowen2013-02-141-1/+1
* Note that v is a shortcut for reqenvDaniel Gruno2013-01-291-1/+1
* Add a version compatibility section to theRainer Jung2012-12-161-0/+11
* Fix cut'n'paste errorStefan Fritsch2012-11-171-2/+2
* Add SERVER_PROTOCOL_VERSION, SERVER_PROTOCOL_VERSION_MAJOR,Stefan Fritsch2012-11-171-1/+14
* fix cut'n'paste errorStefan Fritsch2012-10-291-1/+1
* ap_expr: Add req_novary function that allows HTTP header lookupsStefan Fritsch2012-10-291-2/+8
* Mention string-valued expression in the BNF.Stefan Fritsch2012-10-291-2/+15
* Use integer operators when comparing to TIME_HOURDaniel Gruno2012-07-171-1/+1
* Typo fixDaniel Gruno2012-05-041-1/+1
* Update syntax for expr.xmlDaniel Gruno2012-04-271-20/+16
* Replace weird UTF-8 thingy with - (blame Wikipedia)Igor Galić2012-04-021-2/+2
* Add some examples of how expressions might be used.Daniel Gruno2012-03-301-0/+27
* Fix names of unary operators like '-s' being compared case insensitively.Stefan Fritsch2011-12-101-0/+3
* Clarify the peer IP of the connection and the client IP of the request withinGraham Leggett2011-11-301-1/+1
* Update the documentation for the %a and %{c}a logging format strings, andGraham Leggett2011-11-221-0/+3
* add new ldap features, make ap_expr entry more verboseStefan Fritsch2011-11-151-0/+2
* grammar fixStefan Fritsch2011-10-011-0/+8
* be explicit that REQUEST_URI is the path component onlyStefan Fritsch2011-09-051-1/+1
* Use ap_unescape_url_keep2f() in ap_expr unescape func. ap_unescape_url()Stefan Fritsch2011-07-271-2/+2
* Add new non-default debugging module mod_log_debugStefan Fritsch2011-07-021-1/+2
* Add REQUEST_STATUS variable to ap_exprStefan Fritsch2011-07-021-0/+2
* property and xml fixes.André Malo2011-06-191-1/+1
* - Add <ElseIf> and <Else> to complement <If> sections. These are both easierStefan Fritsch2011-06-051-1/+3
* Use the new "ap_expr" expression parser.Stefan Fritsch2011-05-281-26/+33
* Add some features to ap_expr for use by mod_include:Stefan Fritsch2011-05-281-0/+9
* Also add the -U and -F operators for doing subrequest lookups to ap_expr.Stefan Fritsch2011-05-141-7/+24
* Add various file existance test operators to ap_exprStefan Fritsch2011-05-141-0/+13
* Add some links and bits to the ap_expr docsStefan Fritsch2011-02-231-6/+17
* Adding a link to the wikipedia page describing BNF.Vincent Deffontaines2011-01-311-1/+4
* Setting missing LastChangedRevision to the latest "svn blame" revision I found.Vincent Deffontaines2011-01-311-1/+1
* provide links back to ap_expr-aware directives/modulesEric Covener2011-01-051-0/+7
* Add mod_rewrite's SCRIPT_USER/SCRIPT_GROUP vars to ap_exprStefan Fritsch2010-12-301-0/+4
* Add -T operator to allow easy evaluation of on/off, 1/0, ... variablesStefan Fritsch2010-12-301-2/+6
* Typos.Lucien Gentis2010-12-291-1/+1
* Fix typos, update transformsStefan Fritsch2010-12-191-2/+2
* add some linksStefan Fritsch2010-12-191-7/+13
* a bit more documentation for ap_expr's variablesStefan Fritsch2010-12-191-45/+64
* Fix description of "note"Stefan Fritsch2010-11-281-1/+1
* - add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_exprStefan Fritsch2010-11-281-0/+27
* ap_expr related fixes and enhancementsStefan Fritsch2010-11-211-9/+47
* Crosslinking mod_ssl.html and expr.htmlIgor Galić2010-11-201-2/+3
* Adding SetEnvIfExpr documentation, and more references to expr.htmlIgor Galić2010-11-201-2/+2
* support error log id as variablesStefan Fritsch2010-11-091-0/+4
* Support %{HANDLER} in ap_expr (required for mod_filter)Stefan Fritsch2010-11-071-0/+2
* Implement "reqenv", "note", "-z", "-n" in ap_expr.Stefan Fritsch2010-11-071-3/+8