aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-11-23 12:00:46 +0000
committerBadlop <badlop@process-one.net>2009-11-23 12:00:46 +0000
commit1716b090f9a1aa9fff80e5f024c7ae29036444c8 (patch)
treec9c51940f7ce1afef4ebf5e5da93cc53c4277674 /doc/guide.tex
parentExplain that the example captcha.sh requires Bash because uses RANDOM feature. (diff)
Option to define custom HTTP headers in mod_http_fileserver (EJAB-612)
SVN Revision: 2747
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 6a967ae2c..7e8143a75 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -2849,6 +2849,9 @@ Options:
\titem{\{accesslog, Path\}} \ind{options!accesslog}
File to log accesses using an Apache-like format.
No log will be recorded if this option is not specified.
+ \titem{\{custom\_headers, [ \{Name, Value\}, ...]\}} \ind{options!customheaders}
+ Indicate custom HTTP headers to be included in all responses.
+ Default value is: \term{[]}
\titem{\{directory\_indices, [Index, ...]\}} \ind{options!directoryindices}
Indicate one or more directory index files, similarly to Apache's
DirectoryIndex variable. When a web request hits a directory
@@ -2886,6 +2889,9 @@ To use this module you must enable it:
{".png", "image/png"},
{".jpg", undefined}
]},
+ {custom_headers, [{"X-Powered-By", "Erlang/OTP"},
+ {"X-Fry", "It's a widely-believed fact!"}
+ ]},
{default_content_type, "text/html"}
]
},