Bug #114
closedcgi extention problem in user dir
Description
If a .cgi extension is created as follows:
cgi.assign = ( ".cwx" => "" )
And a cgi file, index.cwx, is place into a user directory, then the file seems to always be downloaded as a binary/octec file instead of being executed as a cgi. If the file is renamed to index.xcw and the assign value is changed to ".xcw", then it works as it should. Renaming to .cwy worked too.
I tried several other permutations on the possible file extension. .yyx, .ccx, and .wcx all caused similar scenarios. This led me to believe that there is some issue with the 'x' filename/cgi-name ending.
-- eliott
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to worksforme
I guess it interfered with other parts of your config. Anyway, too old. Use debug.log-request-handling if you want to get some useful debug output in your error.log.
Updated by stbuehler over 16 years ago
- Status changed from Fixed to Missing Feedback
Also available in: Atom