Actions
Bug #605
closedsegfault when aliases overlap
Status:
Fixed
Priority:
Normal
Category:
mod_alias
Target version:
-
ASK QUESTIONS IN Forums:
No
Description
[root@colo2 lighttpd]# lighttpd -D -f /etc/lighttpd/lighttpd.conf url.alias: `/nagios/smistat' will never match as `/nagios/' matched first 2006-03-31 06:47:52: (server.c.834) Configuration of plugins failed. Going down. Segmentation fault
-- runa
Updated by Anonymous about 19 years ago
It should be nice to say something in the error_log
-- runa
Updated by moo about 19 years ago
- Status changed from New to Fixed
- Resolution set to worksforme
$ ./build/lighttpd -m build/ -Df abc.conf url.alias: `/abc/abc' will never match as `/abc/' matched first 2006-04-01 13:57:30: (src/server.c.834) Configuration of plugins failed. Going down. gentoo ~/src/lighttpd/branches/lighttpd-merge-1.4.x
server.modules = ( "mod_alias", ) server.document-root = "/tmp/" server.port = 8080 alias.url = ( "/abc/" => "/tmp/", "/abc/abc" => "/tmp/", )
pls provide a reproducable conf file
Updated by stbuehler over 16 years ago
- Status changed from Fixed to Missing Feedback
Updated by gstrauss about 1 year ago
- Description updated (diff)
- Status changed from Missing Feedback to Fixed
- ASK QUESTIONS IN Forums set to No
Actions
Also available in: Atom