slive 02/01/29 07:45:12
Modified: htdocs/manual/mod mod_alias.html
Log:
ScriptAlias won't work without mod_cgi.
Submitted by: TD - Sales International Holland B.V. <[EMAIL PROTECTED]>
Revision Changes Path
1.34 +6 -4 httpd-docs-1.3/htdocs/manual/mod/mod_alias.html
Index: mod_alias.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_alias.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -b -u -r1.33 -r1.34
--- mod_alias.html 11 Nov 2001 03:24:01 -0000 1.33
+++ mod_alias.html 29 Jan 2002 15:45:12 -0000 1.34
@@ -327,10 +327,12 @@
<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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]