From c31924bb862bbaccbcc0461db0dbcca7bd4db11e Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 29 Jan 2002 15:46:58 +0000 Subject: [PATCH] ScriptAlias requires mod_cgi Submitted by: TD - Sales International Holland B.V. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93076 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_alias.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_alias.html b/docs/manual/mod/mod_alias.html index 2ebd8d2781..a0da19fd7a 100644 --- a/docs/manual/mod/mod_alias.html +++ b/docs/manual/mod/mod_alias.html @@ -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:

-- 2.50.1