Project

General

Profile

Actions

Bug #301

closed

Support cgi.unassign

Added by Anonymous over 19 years ago. Updated over 16 years ago.

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

Actions #1

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 #2

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom