Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 59040 invoked by uid 500); 29 Jan 2002 15:46:59 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 59029 invoked by uid 500); 29 Jan 2002 15:46:59 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 29 Jan 2002 15:46:58 -0000 Message-ID: <20020129154658.20355.qmail@icarus.apache.org> From: slive@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/mod mod_alias.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N slive 02/01/29 07:46:58 Modified: docs/manual/mod mod_alias.html Log: ScriptAlias requires mod_cgi Submitted by: TD - Sales International Holland B.V. Revision Changes Path 1.32 +6 -4 httpd-2.0/docs/manual/mod/mod_alias.html Index: mod_alias.html =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_alias.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -b -u -r1.31 -r1.32 --- mod_alias.html 22 Sep 2001 19:36:00 -0000 1.31 +++ mod_alias.html 29 Jan 2002 15:46:58 -0000 1.32 @@ -317,10 +317,12 @@

The ScriptAlias directive has the same behavior as the Alias directive, except that in addition it - marks the target directory as containing CGI scripts. URLs with - a (%-decoded) path beginning with URL-path will be - mapped to scripts beginning with the second argument which is a - full pathname in the local filesystem.

+ marks the target directory as containing CGI scripts that will be + processed by mod_cgi's cgi-script + handler. URLs with a (%-decoded) path beginning with + URL-path will be mapped to scripts beginning with the + second argument which is a full pathname in the local + filesystem.

Example: