You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1996/12/22 06:13:03 UTC

cvs commit: apache/src mod_actions.c

brian       96/12/21 21:13:02

  Modified:    src       mod_actions.c
  Log:
  Reviewed by:	Brian Behlendorf
  Submitted by:	Rob Hartill
  
  Fixed typo.
  
  Revision  Changes    Path
  1.9       +3 -3      apache/src/mod_actions.c
  
  Index: mod_actions.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_actions.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** mod_actions.c	1996/12/01 20:28:42	1.8
  --- mod_actions.c	1996/12/22 05:13:01	1.9
  ***************
  *** 60,68 ****
     *
     * Action mime/type /cgi-bin/script
     * 
  !  * will activate /cgi-bin/script when a file of content type mime/type. It
  !  * sends the URL and file path of the requested document using the standard
  !  * CGI PATH_INFO and PATH_TRANSLATED environment variables.
     *
     */
    
  --- 60,68 ----
     *
     * Action mime/type /cgi-bin/script
     * 
  !  * will activate /cgi-bin/script when a file of content type mime/type is 
  !  * requested. It sends the URL and file path of the requested document using 
  !  * the standard CGI PATH_INFO and PATH_TRANSLATED environment variables.
     *
     */