]> granicus.if.org Git - apache/history - docs/manual/expr.xml
xforms
[apache] / docs / manual / expr.xml
2012-11-17 Stefan FritschFix cut'n'paste error
2012-11-17 Stefan FritschAdd SERVER_PROTOCOL_VERSION, SERVER_PROTOCOL_VERSION_MAJOR,
2012-10-29 Stefan Fritschfix cut'n'paste error
2012-10-29 Stefan Fritschap_expr: Add req_novary function that allows HTTP heade...
2012-10-29 Stefan FritschMention string-valued expression in the BNF.
2012-07-17 Daniel GrunoUse integer operators when comparing to TIME_HOUR
2012-05-04 Daniel GrunoTypo fix
2012-04-27 Daniel GrunoUpdate syntax for expr.xml
2012-04-02 Igor GalićReplace weird UTF-8 thingy with - (blame Wikipedia)
2012-03-30 Daniel GrunoAdd some examples of how expressions might be used.
2011-12-10 Stefan FritschFix names of unary operators like '-s' being compared...
2011-11-30 Graham LeggettClarify the peer IP of the connection and the client...
2011-11-22 Graham LeggettUpdate the documentation for the %a and %{c}a logging...
2011-11-15 Stefan Fritschadd new ldap features, make ap_expr entry more verbose
2011-10-01 Stefan Fritschgrammar fix
2011-09-05 Stefan Fritschbe explicit that REQUEST_URI is the path component...
2011-07-27 Stefan FritschUse ap_unescape_url_keep2f() in ap_expr unescape func...
2011-07-02 Stefan FritschAdd new non-default debugging module mod_log_debug
2011-07-02 Stefan FritschAdd REQUEST_STATUS variable to ap_expr
2011-06-19 André Maloproperty and xml fixes.
2011-06-05 Stefan Fritsch- Add <ElseIf> and <Else> to complement <If> sections...
2011-05-28 Stefan FritschUse the new "ap_expr" expression parser.
2011-05-28 Stefan FritschAdd some features to ap_expr for use by mod_include:
2011-05-14 Stefan FritschAlso add the -U and -F operators for doing subrequest...
2011-05-14 Stefan FritschAdd various file existance test operators to ap_expr
2011-02-22 Stefan FritschAdd some links and bits to the ap_expr docs
2011-01-31 Vincent DeffontainesAdding a link to the wikipedia page describing BNF.
2011-01-31 Vincent DeffontainesSetting missing LastChangedRevision to the latest ...
2011-01-05 Eric Covenerprovide links back to ap_expr-aware directives/modules
2010-12-30 Stefan FritschAdd mod_rewrite's SCRIPT_USER/SCRIPT_GROUP vars to...
2010-12-30 Stefan FritschAdd -T operator to allow easy evaluation of on/off...
2010-12-29 Lucien GentisTypos.
2010-12-19 Stefan FritschFix typos, update transforms
2010-12-19 Stefan Fritschadd some links
2010-12-19 Stefan Fritscha bit more documentation for ap_expr's variables
2010-11-28 Stefan FritschFix description of "note"
2010-11-28 Stefan Fritsch- add -ipmatch, -str(c)match, -fnmatch, -R operators...
2010-11-21 Stefan Fritschap_expr related fixes and enhancements
2010-11-20 Igor GalićCrosslinking mod_ssl.html and expr.html
2010-11-20 Igor GalićAdding SetEnvIfExpr documentation, and more references...
2010-11-09 Stefan Fritschsupport error log id as variables
2010-11-07 Stefan FritschSupport %{HANDLER} in ap_expr (required for mod_filter)
2010-11-07 Stefan FritschImplement "reqenv", "note", "-z", "-n" in ap_expr.
2010-11-07 Stefan FritschPort "file" function from ssl_expr
2010-11-07 Stefan FritschStart some docs for the ap_expr parser.