]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit352c8eed0eb4df5a835c298a0e852da1a1f5cf0a
treedad869430483d16e6ce489a18114432db93ca11e
parentd0b71b4dc4db3baefc13a3c456ff996f3d35e10c
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