webapps/moin: inject custom config before moin config
[hcoop/domtool2.git] / lib / mod_mime.dtl
CommitLineData
bcf547ec
AC
1{{Support for Apache's mod_mime}}
2
3extern val addType : no_spaces -> no_spaces -> [^Vhost];
5f033db2 4{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addtype">the
bcf547ec
AC
5 Apache documentation</a>.}}
6
7extern type filter;
8extern val includes : filter;
9extern val deflate : filter;
10extern val addOutputFilter : [filter] -> [no_spaces] -> [^Vhost];
5f033db2 11{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addoutputfilter">the
bcf547ec 12 Apache documentation</a>.}}