Fix mod_cgi cgi.execute-x-only option in global block

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2702 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.26
Stefan Bühler 2010-01-06 16:07:43 +00:00
parent 6e035ae1cf
commit e21a83934e
1 changed files with 1 additions and 0 deletions

View File

@ -1181,6 +1181,7 @@ static int mod_cgi_patch_connection(server *srv, connection *con, plugin_data *p
plugin_config *s = p->config_storage[0];
PATCH(cgi);
PATCH(execute_x_only);
/* skip the first, the global context */
for (i = 1; i < srv->config_context->used; i++) {