Ticket #605 (closed defect: worksforme)

Opened 2 years ago

Last modified 14 months ago

segfault when aliases overlap

Reported by: runa Owned by: jan
Priority: normal Milestone:
Component: mod_alias Version: 1.4.11
Severity: normal Keywords:
Cc: Blocked By:
Need User Feedback: Blocking:

Description (last modified by moo) (diff)

[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

Attachments

Change History

Changed 2 years ago by runa

It should be nice to say something in the error_log

Changed 2 years ago by moo

  • description modified (diff)

Changed 2 years ago by moo

  • status changed from new to closed
  • 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

Add/Change #605 (segfault when aliases overlap)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.