You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/08/15 19:19:04 UTC

cvs commit: httpd-2.0/support suexec.c

nd          2004/08/15 10:19:04

  Modified:    support  suexec.c
  Log:
  filepath_info wasn't set by the httpd for over 7 years
  
  Revision  Changes    Path
  1.32      +0 -1      httpd-2.0/support/suexec.c
  
  Index: suexec.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/suexec.c,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -u -r1.31 -r1.32
  --- suexec.c	9 Feb 2004 20:40:52 -0000	1.31
  +++ suexec.c	15 Aug 2004 17:19:04 -0000	1.32
  @@ -106,7 +106,6 @@
       "DOCUMENT_PATH_INFO=",
       "DOCUMENT_ROOT=",
       "DOCUMENT_URI=",
  -    "FILEPATH_INFO=",
       "GATEWAY_INTERFACE=",
       "HTTPS=",
       "LAST_MODIFIED=",