Bug #301

Support cgi.unassign

Added by Anonymous 1195 days ago. Updated 88 days ago.

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

History

03/03/2008 08:41 PM - stbuehler

  • 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.

10/10/2008 06:51 PM - stbuehler

  • Status changed from Fixed to Invalid

Also available in: Atom PDF