Project

General

Profile

Actions

Bug #1673

closed

concatenation of config arrays in $HTTP["url"] conditional do strange things

Added by lunatic almost 16 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

Symptoms are next (config file attached) :


2008-05-24 12:37:51: (plugin.c.266) dlopen() failed for: usr/local/lib/mod_indexfile, mod_access.so /usr/local/lib/mod_indexfile, mod_access.so: cannot open shared object file: No such file or directory
2008-05-24 12:37:51: (server.c.1187) loading plugins finally failed

It seems the problem come from the value insertion in {{{configfile-glue.c}}configfile-glue.c} ({{{config_insert_values_internal()}}}).

I could trace the problem in {{{array.c:array_insert_unique()}}} to the call {{{str->insert_dup(a->datandx, str);}}}.


Files

lighttpd.conf (1.26 KB) lighttpd.conf lunatic, 2008-05-24 10:49
Actions #1

Updated by stbuehler almost 16 years ago

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

server.modules is a global only option, don't use it in a conditional.

Actions #2

Updated by lunatic almost 16 years ago

Right. I must use the {{{global}}global} context as I can see if I read http://trac.lighttpd.net/trac/wiki/Docs:Configuration#id2 well.

Actions #3

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom