Bug #301
Support cgi.unassign
| Status: | Invalid | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | mod_cgi | |||
| Target version: | - | |||
| Pending: | No |
Resolution: | invalid |
|
| Patch available: |
Description
Hello. I like to have nice looking URLs and I'm using lighttpd on an semi-embedded system so I don't want to use PCRE. Currently this is impossible because with the rule
cgi.assign ( "" => "" )
lighttpd attempts to execute all files, even .js and .css files. What I need is something like
cgi.unassign ( ".js" , ".css" )
which will negate the effect of an any CGI assigns.
-- devin