Expanding TXT support
[hcoop/domtool2.git] / lib / apache_options.dtl
index a40105d..7becc15 100644 (file)
@@ -32,3 +32,7 @@ extern val action : no_spaces -> location -> [^Vhost];
 extern val addDefaultCharset : no_spaces -> [^Vhost];
 {{See <a href="http://httpd.apache.org/docs/2.0/mod/core.html#adddefaultcharset">the
   Apache documentation</a>.}}
+
+extern type file_extension;
+extern val cgiExtension : file_extension -> [^Vhost];
+{{Ask for all files ending in a particular extension to be executed as CGI.}}