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
parent
0930bece
Please register or sign in to comment