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-c4023f1b3aa9svn/tags/lighttpd-1.4.26
parent
6e035ae1cf
commit
e21a83934e
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue