X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=doc%2Fdirplex.doc;h=fe21c7e8426a2217043eb22a145fff56fca2d3b0;hp=9f3aab2624f376ebce5fd37c310968a8a29439d5;hb=8cc893f5a55ad27a6971524b41e99589576eade5;hpb=cd71c7f3b692849c5a1134310040dcdd8b87bbf8 diff --git a/doc/dirplex.doc b/doc/dirplex.doc index 9f3aab2..fe21c7e 100644 --- a/doc/dirplex.doc +++ b/doc/dirplex.doc @@ -261,8 +261,8 @@ following actions are recognized: by a *fchild* stanza. This action exists mostly for convenience. -A *match* stanza may also contain any number of *set* lines, as -follows: +A *match* stanza may also contain any number of the following, +optional directives: *set* 'HEADER' 'VALUE':: @@ -270,6 +270,13 @@ follows: named HTTP 'HEADER' in the request is set to 'VALUE' before passing the request on to the specified handler. +*xset* 'HEADER' 'VALUE':: + + *xset* does exactly the same thing as *set*, except the + 'HEADER' is automatically prepended with the `X-Ash-` + prefix. The intention is only to make configuration files + look nicer in this very common case. + 404 RESPONSES -------------