apache: use HTTP for mod_auth_kerb service principal
[hcoop/domtool2.git] / lib / apache_alias.dtl
index f403f21..2263b48 100644 (file)
@@ -6,6 +6,12 @@ extern val alias : location -> readable_path -> [Vhost];
 extern val scriptAlias : location -> your_path -> [Vhost];
 {{Like <tt>alias</tt>, for Apache's <tt>ScriptAlias</tt>}}
 
+extern val fastScriptAlias : location -> your_path -> [Vhost];
+{{Like <tt>scriptAlias</tt>, but instead sets the location to be
+served by a single-threaded fastcgi program. Apache will manage
+processes so the script must be able to cope with several instances
+running.}}
+
 extern val errorDocument : no_spaces -> no_newlines -> [^Vhost];
 {{The first argument specifies an HTTP error code, which should be handled using
   the second argument, which is either a URL or a string to display.}}