You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@hyperreal.org on 1997/12/30 21:17:16 UTC

cvs commit: apachen/src/support suexec.c

brian       97/12/30 12:17:16

  Modified:    src/support suexec.c
  Log:
  Environment variable "REQUEST_URI" set by util_script.c but not passed
  on to suexec until now.
  
  Revision  Changes    Path
  1.30      +1 -0      apachen/src/support/suexec.c
  
  Index: suexec.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/support/suexec.c,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- suexec.c	1997/10/22 20:30:46	1.29
  +++ suexec.c	1997/12/30 20:17:15	1.30
  @@ -140,6 +140,7 @@
       "REDIRECT_STATUS",
       "REDIRECT_URL",
       "REQUEST_METHOD",
  +    "REQUEST_URI",
       "SCRIPT_FILENAME",
       "SCRIPT_NAME",
       "SCRIPT_URI",