-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Is your feature request related to a problem? Please describe.
Sometimes you have to continue with a website structure, that makes it impossible to keep all CGI scripts in one single CGI folder.
Describe the solution you'd like
Allow the definition of file extensions for CGI scripts, that are outside of the cgi-bin folder. Ideally it should be possible, that common blog software can run in SVR.
Describe alternatives you've considered
An alternative to a free definition could be the allowance of script files with .cgi ending. This though will make it impossible to run typical script files of Perl, PHP, and Python.
Additional context
The problem revealed itself when testing the second CGI example of https://en.wikipedia.org/wiki/Common_Gateway_Interface#Example