]> granicus.if.org Git - apache/commit
Fix a long-standing bug in 2.0, CGI scripts were being called
authorRyan Bloom <rbb@apache.org>
Thu, 27 Jun 2002 06:07:58 +0000 (06:07 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 27 Jun 2002 06:07:58 +0000 (06:07 +0000)
commitb274510242753f9d02ceb53555633c07f9e148d8
treedad869430483d16e6ce489a18114432db93ca11e
parentf3792f4f86dfe94dfa8b1f7162497fb607e2204a
Fix a long-standing bug in 2.0, CGI scripts were being called
with relative paths instead of absolute paths.  Apache 1.3 used
absolute paths for everything except for SuExec, this brings back
that standard.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95899 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/generators/mod_cgi.c
os/unix/unixd.c