aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.html
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.html
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.html')
-rw-r--r--doc/guide.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guide.html b/doc/guide.html
index 7bd7457e7..0b647aae9 100644
--- a/doc/guide.html
+++ b/doc/guide.html
@@ -2155,6 +2155,9 @@ Directory to serve the files.
</DD><DT CLASS="dt-description"><B><TT>{accesslog, Path}</TT></B></DT><DD CLASS="dd-description">
File to log accesses using an Apache-like format.
No log will be recorded if this option is not specified.
+</DD><DT CLASS="dt-description"><B><TT>{custom_headers, [ {Name, Value}, ...]}</TT></B></DT><DD CLASS="dd-description">
+Indicate custom HTTP headers to be included in all responses.
+Default value is: <TT>[]</TT>
</DD><DT CLASS="dt-description"><B><TT>{directory_indices, [Index, ...]}</TT></B></DT><DD CLASS="dd-description">
Indicate one or more directory index files, similarly to Apache&#X2019;s
DirectoryIndex variable. When a web request hits a directory
@@ -2184,6 +2187,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"}
]
},