Actions
Bug #1673
closedconcatenation of config arrays in $HTTP["url"] conditional do strange things
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
Updated by stbuehler over 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.
Updated by lunatic over 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
Also available in: Atom