]> granicus.if.org Git - apache/commitdiff
ScriptAlias requires mod_cgi
authorJoshua Slive <slive@apache.org>
Tue, 29 Jan 2002 15:46:58 +0000 (15:46 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 29 Jan 2002 15:46:58 +0000 (15:46 +0000)
Submitted by: TD - Sales International Holland B.V. <td@salesint.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93076 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.html

index 2ebd8d2781563308c9492dd15081da65700d1053..a0da19fd7ab251056d721fec691ba48cf87e11a1 100644 (file)
 
     <p>The ScriptAlias directive has the same behavior as the <a
     href="#alias">Alias</a> directive, except that in addition it
-    marks the target directory as containing CGI scripts. URLs with
-    a (%-decoded) path beginning with <em>URL-path</em> will be
-    mapped to scripts beginning with the second argument which is a
-    full pathname in the local filesystem.</p>
+    marks the target directory as containing CGI scripts that will be
+    processed by <a href="mod_cgi.html">mod_cgi</a>'s cgi-script
+    handler. URLs with a (%-decoded) path beginning with
+    <em>URL-path</em> will be mapped to scripts beginning with the
+    second argument which is a full pathname in the local
+    filesystem.</p>
 
     <p>Example:</p>