Project

General

Profile

Actions

Bug #854

closed

lighttpd and mod_access

Added by Anonymous over 17 years ago. Updated over 17 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_access
Target version:
-
ASK QUESTIONS IN Forums:

Description

Hi,

with the following configuration, lighttpd crashes


$HTTP["remoteip"] != "10.1.0.0/16|10.2.0.0/16|10.3.0.0/16|10.4.0.0/16|10.5.0.0/16|10.6.0.0/16|10.7.0.0/16|10.8.0.0/16|10.9.0.0/16|10.10.0.0/16|10.11.0.0/16|10.12.0.0/16|10.13.0.0/16" {
        url.access-deny = ("")
}

Basically if a lot of ip ranges are put in parallel, this happens. Things work fine if it's just one ip range. It doesn't work for multiple ip ranges. Please look into it.

thanks
Saurabh

Actions #1

Updated by jan over 17 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

Thanks for the report, fixed in r1321.

The ...|... notation is not supported. You have to use several remoteip conditionals.

Actions #2

Updated by Anonymous over 17 years ago

thanks. So all the conditions will simultaneously exist right?? As in, keeping it separate would still work as this "|" ??

thanks again :)

Actions

Also available in: Atom