]> granicus.if.org Git - apache/history - docs/manual/expr.xml
Help doc writer to spot places where:
[apache] / docs / manual / expr.xml
2018-07-26 Eric Covenerreplace mystery smart-quotes copy/pasted from httpd...
2018-07-25 Eric Coveneradd 2 conditional logging examples
2017-10-04 Yann YlavicFollow up to r1810605.
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-03-24 Eric Covenercompat note for REMOTE_PORT
2017-02-07 Jacob Championcheck: merge warning fixes from feature branch
2017-01-25 Luca ToscanoCorrect some typos across the documentation.
2016-12-29 Eric CovenerPR59938: add %{REMOTE_PORT} to the expression parser
2016-09-23 Christophe JailletFix doc as spotted by Dusan Bajic in online doc
2016-09-23 Christophe JailletFix doc as spotted by Francois B in online doc
2016-09-17 Eric Covenerexpand third common in the expression functions doc
2016-07-10 Graham Leggettmod_crypto: Add the all purpose crypto filters with...
2016-05-23 Eric Coveneradd a -R example, I had to ask for help to figure out...
2016-03-24 Rich BowenErrorDocument is not a section directive.
2016-01-22 Stefan Eissingexpr support for HTTP2 variable
2016-01-21 Jim Jagielskirevert
2016-01-21 Jim JagielskiNote that as a function, kept_body requires an argument,
2016-01-20 Jim Jagielskiap_expr now allows kept_body() function to grab/use
2016-01-11 Christophe JailletFix doc as spotted by A. Gh. in online doc
2015-12-28 Eric Coveneradd a mod_headers condition clause expression example
2015-04-15 Ken Coar* Remove trailing whitespace from a bunch of *.xml...
2015-04-15 Ken CoarQuote {Alias,Redirect,ScriptAlias}{,Match} arguments.
2015-04-15 Ken CoarEnclose parameters in quotation marks for <{Files,Direc...
2015-03-01 Graham Leggettmod_authn_core: Add expression support to AuthName...
2015-02-21 Graham Leggettcore: Add expression support to ErrorDocument. Switch...
2015-01-22 Graham Leggettmod_alias: Introduce expression parser support for...
2015-01-05 Christophe JailletAdd missing 'filemod' in functions list + minor formatt...
2014-12-05 Eric Covenerfunction examples, other flavor of function examples...
2014-12-03 Eric Coveneradd a warning to resp() similar to the one present...
2014-11-30 Eric Covenereven out some whitespace
2014-11-27 Jan Kaluža* ap_exr: Add replace(string, from, to) function.
2014-11-26 Eric Coveneradd a few more expresion examples to illustrate functio...
2014-11-02 Eric Coveneradd a -in wordlist example, change 'string list' to...
2014-07-25 Eric Covenerno status during if_walk
2014-07-25 Eric Covenercall out some variables that aren't set during <if>
2014-05-16 Christophe JailletAdd missing variables:
2014-04-25 Graham LeggettAdd the ldap-search option to mod_authnz_ldap, allowing...
2014-04-25 Graham LeggettAdd the ldap function to the expression API, allowing...
2014-03-07 Rich BowenAs per comment, removing quotes makes the example work
2014-03-07 Rich BowenAdd =~ and !~ to the table of comparison operators
2014-02-05 André Malothis is not a quote.
2014-01-24 André Malotable fixes.
2014-01-24 André Malorewrap for readability
2013-12-30 Graham Leggettmod_authnz_host: Support the expression parser within...
2013-12-30 Graham Leggettmod_authnz_dbm: Support the expression parser within...
2013-12-30 Graham Leggettmod_authnz_dbd: Support the expression parser within...
2013-12-30 Graham Leggettmod_authnz_ldap: Support the expression parser within...
2013-05-11 Rich BowenEncourage best practice of putting complex arguments...
2013-05-10 Daniel Grunos/uppser/upper/
2013-03-18 Stefan Fritschadd md5 function, too
2013-03-18 Stefan Fritschsha1 now does hex encoding
2013-03-17 Graham Leggettmod_auth_basic: Add a generic mechanism to fake basic...
2013-03-17 Graham LeggettExpression parser: Add the ability to apply a SHA1...
2013-03-17 Graham LeggettExpression parser: Add the ability to base64 encode...
2013-02-14 Rich BowenTypo
2013-02-14 Rich BowenMissing 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-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
next