]> granicus.if.org Git - apache/commit
* Fix for the following configuration where the exec command was disabled
authorRuediger Pluem <rpluem@apache.org>
Sun, 10 May 2009 10:31:35 +0000 (10:31 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 10 May 2009 10:31:35 +0000 (10:31 +0000)
commit2a8cb24343ecb7e946611c0c7ca971bba6ba352b
treedd9b523aa19ea16289994eaaf9be7f9eed9f7382
parent8d0a31ea154ac8f0eaaa06cccfde9ca108f5b34f
* Fix for the following configuration where the exec command was disabled
  in /subdir. All CVE-2009-1195 tests still pass with this patch.

# only two containers in the config

<Directory />
Options Includes
AllowOverride None
</Directory>

<Directory /subdir>
# with this container, mod_cgi/mod_cgid complains about exec being off
# without it, exec cmd= works as expected
SetEnv foo bar
</Directory>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@773322 13f79535-47bb-0310-9956-ffa450edef68
server/core.c