]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Make CGI's work correctly in Apache 2.0. APR wants the first element in the
authorRyan Bloom <rbb@apache.org>
Tue, 14 Dec 1999 20:37:58 +0000 (20:37 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 14 Dec 1999 20:37:58 +0000 (20:37 +0000)
commitbea42aaa3685b9b88b9e6b58af2abef1dc5192ec
treef607bef978165994e2381d25b14a8f42dfc1321c
parente0f0562f26ea59230ff7157ba027e9f62d1b2b7f
Make CGI's work correctly in Apache 2.0.  APR wants the first element in the
argument list to be the program name.  This is exactly what POSIX requires,
and what Windows wants, but Apache 1.3 would create the arg list, and then
have another function squeeze the program name in later.  This patch fixes
that by having mod_cgi put the program name the correct place.

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