Project

General

Profile

Feature #411

Updated by gstrauss about 9 years ago

simple-vhost.default-root    = "grisu.home.kneschke.de" 

 did not generate a warning during the config test (note, root should read host) 

 Howver, when I started the daemon, I got a warning about an invalid config key (or some such) 

 simple-vhost.default-root    = "grisu.home.kneschke.de" 
 nero# lighttpd -t -f lighttpd.conf 
 Syntax OK 

 nero# ./rc.d/lighttpd.sh restart 
 Stopping lighttpd. 
 Starting lighttpd. 
 nero# 2005-12-09 16:24:57: (server.c.693) WARNING: unknown config-key: simple-vhost.default-root (ignored) 

 Perhaps keys are not checked during startup? 

 lighttpd-1.4.8 (ssl) - a light and fast webserver 
 Build-Date: Dec    9 2005 10:54:27 


 


 -- eydaimon

Back