Project

General

Profile

Actions

Bug #114

closed

cgi extention problem in user dir

Added by Anonymous almost 20 years ago. Updated over 16 years ago.

Status:
Missing Feedback
Priority:
Normal
Category:
mod_cgi
Target version:
-
ASK QUESTIONS IN Forums:

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

Actions #1

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.

Actions #2

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Missing Feedback
Actions

Also available in: Atom