| Commit message (Expand) | Author | Age | Files | Lines |
* | Add exec: callout support for mod_session_crypto | Daniel Ruggeri | 2013-09-17 | 1 | -0/+13 |
* | fill in missing message numbers in APLOGNO() invocations | Jeff Trawick | 2013-09-17 | 1 | -1/+1 |
* | mod_lua: Adjust documentation for r:wsread() | Daniel Gruno | 2013-09-15 | 1 | -1/+1 |
* | doc change=no | Eric Covener | 2013-09-14 | 1 | -3/+10 |
* | mod_auth_digest: Be more specific when the realm mismatches because the | Graham Leggett | 2013-09-14 | 1 | -1/+1 |
* | Updates. | Lucien Gentis | 2013-09-14 | 6 | -25/+58 |
* | fix broken link | Daniel Gruno | 2013-09-13 | 1 | -1/+1 |
* | mod_lua: Add rudimentary WebSocket support. This is a WIP (emphasis on the W,... | Daniel Gruno | 2013-09-11 | 1 | -0/+33 |
* | make docs xforms | Jeff Trawick | 2013-09-11 | 29 | -2209/+2394 |
* | fix tagging problems that break validation | Jeff Trawick | 2013-09-11 | 1 | -4/+3 |
* | Add "default user id" capability for authorizers that handle | Jeff Trawick | 2013-09-11 | 1 | -0/+8 |
* | Drag the example into this decade. | Rich Bowen | 2013-09-10 | 1 | -14/+6 |
* | Rebuild | Rich Bowen | 2013-09-10 | 15 | -19/+40 |
* | Replaces some awkward phrasing | Rich Bowen | 2013-09-10 | 1 | -4/+4 |
* | Add ProxyExpressEnable directive to example | Rich Bowen | 2013-09-10 | 1 | -0/+1 |
* | add "Header note" which was the solution for two users this week on IRC. | Eric Covener | 2013-09-08 | 1 | -1/+8 |
* | elaborate on fastcgistarer, which is a) not yet supported on windows and | Eric Covener | 2013-09-08 | 1 | -2/+4 |
* | Update. | Lucien Gentis | 2013-09-07 | 1 | -3/+197 |
* | Add a warning if protocol given in SSLProtocol or SSLProxyProtocol will over... | Christophe Jaillet | 2013-09-06 | 1 | -1/+1 |
* | Mistakenly try to use a line comment to the end of your Listen | Jeff Trawick | 2013-09-05 | 1 | -1/+1 |
* | Add r:setcookie(key, val, secure, expires) and r:getcookie(key) to the reques... | Daniel Gruno | 2013-09-04 | 1 | -0/+9 |
* | Add missing space | Christophe Jaillet | 2013-09-03 | 1 | -1/+1 |
* | mention some trickyness with mod_lua + mod_filter. | Eric Covener | 2013-09-02 | 2 | -0/+14 |
* | some xforms | Daniel Gruno | 2013-09-01 | 18 | -367/+443 |
* | Adding a simple logging hook for mod_lua, which allows users to create their ... | Daniel Gruno | 2013-09-01 | 1 | -2/+52 |
* | Updates. | Lucien Gentis | 2013-08-31 | 9 | -110/+104 |
* | remove <var> from the literal parm options | Eric Covener | 2013-08-28 | 1 | -1/+1 |
* | add "default" option to LDAPReferrals, to allow "off" to really mean "off". | Eric Covener | 2013-08-28 | 1 | -7/+28 |
* | xforms | Jim Jagielski | 2013-08-28 | 32 | -99/+79 |
* | Forward-port a typo corrected in 2.4.x | Christophe Jaillet | 2013-08-27 | 1 | -1/+1 |
* | add a warning about BREACH to the first two sample configurations. | Eric Covener | 2013-08-26 | 1 | -0/+10 |
* | fix whitespace in example config | Eric Covener | 2013-08-26 | 1 | -2/+2 |
* | remove cache-busting workarounds for ancient browsers. Add more mimetypes to | Eric Covener | 2013-08-26 | 1 | -66/+3 |
* | PR55352: mention in the <Proxy> manual that the matching is a prefix only, not | Eric Covener | 2013-08-26 | 1 | -0/+14 |
* | fix markup | Eric Covener | 2013-08-26 | 1 | -3/+3 |
* | Use %S instead of %C which already in use | Christophe Jaillet | 2013-08-25 | 2 | -2/+2 |
* | Add "URI Mapping" to the list of limitations | Jeff Trawick | 2013-08-24 | 1 | -0/+4 |
* | Change docs... will likely also need to change when we | Jim Jagielski | 2013-08-23 | 1 | -2/+2 |
* | Allow for a simple socket check in addition to the | Jim Jagielski | 2013-08-23 | 1 | -1/+3 |
* | elaborate on the early/late vs "Authorization" header (vs. other forms of | Eric Covener | 2013-08-23 | 1 | -0/+4 |
* | drop the repeated phrase about Authorization, since it only applies to the | Eric Covener | 2013-08-23 | 1 | -6/+3 |
* | s/authorisation/authorization/ for consistency with the rest of this | Eric Covener | 2013-08-23 | 1 | -3/+3 |
* | update transformation | André Malo | 2013-08-21 | 4 | -2/+7 |
* | property fixes. | André Malo | 2013-08-21 | 1 | -1/+1 |
* | 'make docs' xforms, adding new mod_authnz_fcgi files | Jeff Trawick | 2013-08-19 | 60 | -26/+779 |
* | whitespace tweaks | Jeff Trawick | 2013-08-19 | 1 | -2/+2 |
* | fix validation problem | Jeff Trawick | 2013-08-19 | 1 | -1/+1 |
* | tweak xml to satisfy 'make docs' | Jeff Trawick | 2013-08-19 | 1 | -4/+3 |
* | mod_authnz_fcgi: New module to enable FastCGI authorizer | Jeff Trawick | 2013-08-19 | 2 | -1/+513 |
* | PR 55447: Elaborate on how a type map foo.html.var can be found when | Eric Covener | 2013-08-19 | 2 | -6/+22 |