]> granicus.if.org Git - apache/history - docs/manual/expr.xml
Revert r1663259, causing a regression with non-redirect statuses, until more
[apache] / docs / manual / expr.xml
2015-07-08 Yann YlavicRevert r1663259, causing a regression with non-redirect...
2015-04-14 Ken CoarRelated to httpd-doc bug 53530; uniform use of quotati...
2015-03-31 Jim JagielskiMerge r1661448 from trunk:
2015-03-02 Jim JagielskiMerge r1653941, r1653978, r1656225 from trunk:
2014-12-05 Eric CovenerMerge r1643267 from trunk:
2014-11-30 Eric CovenerMerge r1642581, r1642584 from trunk:
2014-11-26 Eric CovenerMerge r1641888 from trunk:
2014-11-02 Eric CovenerMerge r1636189 from trunk:
2014-07-25 Eric CovenerMerge r1613526 from trunk:
2014-07-25 Eric CovenerMerge r1613524 from trunk:
2014-05-16 Christophe JailletAdd missing variables:
2014-03-07 Rich BowenAs per comment, removing quotes makes the example work
2014-01-29 André Malo- apply various table and formatting fixes, which halte...
2014-01-05 Jim JagielskiMerge r1554188 from trunk:
2014-01-05 Jim JagielskiMerge r1554170, r1554181 from trunk:
2014-01-05 Jim JagielskiMerge r1554168, r1554176 from trunk:
2014-01-05 Jim JagielskiMerge r1554161 from trunk:
2013-07-11 Jim JagielskiMerge r1457471, r1457504, r1462266, r1468581 from trunk:
2013-05-11 Rich BowenMerge docs tweaks from trunk
2013-05-10 Daniel Grunos/uppser/upper/
2013-04-22 Jim JagielskiMerge r1458004 from trunk:
2013-04-15 Jim JagielskiMerge r1457450, r1457610, r1457995, r1458003 from trunk:
2013-04-15 Jim JagielskiMerge r1457437, r1457520 from trunk:
2013-02-14 Rich BowenTypo
2013-02-14 Rich BowenThat should have a trailing slash
2013-01-29 Daniel GrunoNote that v is a shortcut for reqenv
2012-12-16 Rainer JungAdd a version compatibility section to the
2012-12-16 Rainer Jungap_expr: Add req_novary function that allows HTTP heade...
2012-10-29 Stefan FritschMerge 1403492:
2012-10-29 Stefan FritschBackport r1403476:
2012-07-17 Daniel GrunoMerge r1362526 from trunk
2012-05-04 Daniel GrunoBackporting syntax highlighting (and a few typo fixes...
2012-03-30 Daniel GrunoMerge r1307308 from trunk:
2012-03-19 Rich BowenTypo correction as per https://issues.apache.org/bugzil...
2011-12-10 Stefan FritschMerge r1212883:
2011-11-30 Graham LeggettBackport:
2011-11-30 Graham LeggettBackport:
2011-11-15 Stefan FritschMerge r1202456:
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.