| Commit message (Expand) | Author | Age | Files | Lines |
* | * Remove trailing whitespace from a bunch of *.xml files | Ken Coar | 2015-04-15 | 1 | -2/+2 |
* | Quote {Alias,Redirect,ScriptAlias}{,Match} arguments. | Ken Coar | 2015-04-15 | 1 | -2/+1 |
* | Enclose parameters in quotation marks for <{Files,Directory,Location}{,Match}> | Ken Coar | 2015-04-15 | 1 | -1/+1 |
* | mod_authn_core: Add expression support to AuthName and AuthType. | Graham Leggett | 2015-03-01 | 1 | -0/+2 |
* | core: Add expression support to ErrorDocument. Switch from a fixed | Graham Leggett | 2015-02-22 | 1 | -0/+1 |
* | mod_alias: Introduce expression parser support for Alias, ScriptAlias | Graham Leggett | 2015-01-22 | 1 | -0/+3 |
* | Add missing 'filemod' in functions list + minor formatting issue + long line ... | Christophe Jaillet | 2015-01-05 | 1 | -2/+6 |
* | function examples, other flavor of function examples. replace() example | Eric Covener | 2014-12-05 | 1 | -0/+11 |
* | add a warning to resp() similar to the one present for REQUEST_STATUS [too ea... | Eric Covener | 2014-12-03 | 1 | -4/+4 |
* | even out some whitespace | Eric Covener | 2014-11-30 | 1 | -1/+1 |
* | * ap_exr: Add replace(string, from, to) function. | Jan Kaluža | 2014-11-27 | 1 | -1/+4 |
* | add a few more expresion examples to illustrate functions and -f | Eric Covener | 2014-11-26 | 1 | -0/+12 |
* | add a -in wordlist example, change 'string list' to wordlist so you can jump ... | Eric Covener | 2014-11-02 | 1 | -2/+10 |
* | no status during if_walk | Eric Covener | 2014-07-26 | 1 | -1/+1 |
* | call out some variables that aren't set during <if> | Eric Covener | 2014-07-26 | 1 | -2/+2 |
* | Add missing variables: | Christophe Jaillet | 2014-05-16 | 1 | -3/+10 |
* | Add the ldap-search option to mod_authnz_ldap, allowing authorization | Graham Leggett | 2014-04-25 | 1 | -0/+1 |
* | Add the ldap function to the expression API, allowing LDAP filters and | Graham Leggett | 2014-04-25 | 1 | -0/+3 |
* | As per comment, removing quotes makes the example work | Rich Bowen | 2014-03-07 | 1 | -1/+1 |
* | Add =~ and !~ to the table of comparison operators | Rich Bowen | 2014-03-07 | 1 | -0/+6 |
* | this is not a quote. | André Malo | 2014-02-05 | 1 | -2/+0 |
* | table fixes. | André Malo | 2014-01-24 | 1 | -1/+1 |
* | rewrap for readability | André Malo | 2014-01-24 | 1 | -28/+40 |
* | mod_authnz_host: Support the expression parser within the require directives. | Graham Leggett | 2013-12-30 | 1 | -0/+2 |
* | mod_authnz_dbm: Support the expression parser within the require directives. | Graham Leggett | 2013-12-30 | 1 | -0/+1 |
* | mod_authnz_dbd: Support the expression parser within the require directives. | Graham Leggett | 2013-12-30 | 1 | -0/+1 |
* | mod_authnz_ldap: Support the expression parser within the require | Graham Leggett | 2013-12-30 | 1 | -0/+5 |
* | Encourage best practice of putting complex arguments in quotes. | Rich Bowen | 2013-05-11 | 1 | -1/+1 |
* | s/uppser/upper/ | Daniel Gruno | 2013-05-10 | 1 | -1/+1 |
* | add md5 function, too | Stefan Fritsch | 2013-03-18 | 1 | -0/+3 |
* | sha1 now does hex encoding | Stefan Fritsch | 2013-03-18 | 1 | -1/+1 |
* | mod_auth_basic: Add a generic mechanism to fake basic authentication | Graham Leggett | 2013-03-17 | 1 | -0/+4 |
* | Expression parser: Add the ability to apply a SHA1 hash to strings within | Graham Leggett | 2013-03-17 | 1 | -0/+3 |
* | Expression parser: Add the ability to base64 encode and base64 decode | Graham Leggett | 2013-03-17 | 1 | -0/+5 |
* | Typo | Rich Bowen | 2013-02-14 | 1 | -2/+2 |
* | Missing trailing slash | Rich Bowen | 2013-02-14 | 1 | -1/+1 |
* | Note that v is a shortcut for reqenv | Daniel Gruno | 2013-01-29 | 1 | -1/+1 |
* | Add a version compatibility section to the | Rainer Jung | 2012-12-16 | 1 | -0/+11 |
* | Fix cut'n'paste error | Stefan Fritsch | 2012-11-17 | 1 | -2/+2 |
* | Add SERVER_PROTOCOL_VERSION, SERVER_PROTOCOL_VERSION_MAJOR, | Stefan Fritsch | 2012-11-17 | 1 | -1/+14 |
* | fix cut'n'paste error | Stefan Fritsch | 2012-10-29 | 1 | -1/+1 |
* | ap_expr: Add req_novary function that allows HTTP header lookups | Stefan Fritsch | 2012-10-29 | 1 | -2/+8 |
* | Mention string-valued expression in the BNF. | Stefan Fritsch | 2012-10-29 | 1 | -2/+15 |
* | Use integer operators when comparing to TIME_HOUR | Daniel Gruno | 2012-07-17 | 1 | -1/+1 |
* | Typo fix | Daniel Gruno | 2012-05-04 | 1 | -1/+1 |
* | Update syntax for expr.xml | Daniel Gruno | 2012-04-27 | 1 | -20/+16 |
* | Replace weird UTF-8 thingy with - (blame Wikipedia) | Igor Galić | 2012-04-02 | 1 | -2/+2 |
* | Add some examples of how expressions might be used. | Daniel Gruno | 2012-03-30 | 1 | -0/+27 |
* | Fix names of unary operators like '-s' being compared case insensitively. | Stefan Fritsch | 2011-12-10 | 1 | -0/+3 |
* | Clarify the peer IP of the connection and the client IP of the request within | Graham Leggett | 2011-11-30 | 1 | -1/+1 |