Actions
Bug #854
closedlighttpd and mod_access
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
Updated by jan about 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.
Updated by Anonymous about 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