You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/01/29 16:46:58 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_alias.html

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. <td...@salesint.com>
  
  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 @@
   
       <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>