Actions
Bug #301
closedSupport cgi.unassign
Status:
Invalid
Priority:
Normal
Category:
mod_cgi
Target version:
-
ASK QUESTIONS IN Forums:
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
Updated by stbuehler about 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
`cgi.assign = ()` should remove all cgi assignments. Unassign is not possible with the configfile design.
Actions
Also available in: Atom