Bug#534488: lighttpd: Lighttpd fails to start

2009-10-10 Thread Stefan Bühler
Hi,

I think you forgot to look in your error.log:

ERROR: unexpected value for key: fix-root-scriptname true (enable|disable)

Disabling the server.errorlog may be helpful if you run it in foreground 
mode.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#534488: lighttpd: Lighttpd fails to start

2009-06-24 Thread Carl Fürstenberg
Package: lighttpd
Version: 1.4.22-1
Severity: grave
Justification: renders package unusable

Lighttpd fails to start for me, sadly it doesn't give me any useful
output, but following is what lighttpd spits out (havn't modified any
confif since half year ago, so I don't think that would be the problem):

[0:255][r...@azabox azatoth]# lighttpd -f  /etc/lighttpd/lighttpd.conf -p
config {
var.PID= 16551
var.CWD= /home/azatoth
server.modules = (
mod_indexfile,
mod_access,
mod_alias,
mod_accesslog,
mod_compress,
mod_rewrite,
mod_cgi,
mod_fastcgi,
mod_userdir,
mod_dirlisting,
mod_staticfile,
# 11
)
server.document-root   = /var/www/
server.upload-dirs = (/var/cache/lighttpd/uploads)
server.errorlog= /var/log/lighttpd/error.log
index-file.names   = (index.php, index.html, index.htm, 
default.htm, index.lighttpd.html)
accesslog.filename = /var/log/lighttpd/access.log
url.access-deny= (~, .inc)
static-file.exclude-extensions = (.php, .pl, .fcgi)
server.use-ipv6= enable
server.pid-file= /var/run/lighttpd.pid
dir-listing.encoding   = utf-8
server.dir-listing = enable
server.username= www-data
server.groupname   = www-data
compress.cache-dir = /var/cache/lighttpd/compress/
compress.filetype  = (text/plain, text/html, 
application/x-javascript, text/css)
mimetype.assign= (
.ez   = application/andrew-inset,
.anx  = application/annodex,
.atom = application/atom+xml,
.atomcat  = application/atomcat+xml,
.atomsrv  = application/atomserv+xml,
# 5
.lin  = application/bbolin,
.cap  = application/cap,
.pcap = application/cap,
.cu   = application/cu-seeme,
.davmount = application/davmount+xml,
# 10
.tsp  = application/dsptype,
.es   = application/ecmascript,
.spl  = application/futuresplash,
.hta  = application/hta,
.jar  = application/java-archive,
# 15
.ser  = application/java-serialized-object,
.class= application/java-vm,
.js   = application/javascript,
.m3g  = application/m3g,
.hqx  = application/mac-binhex40,
# 20
.cpt  = application/mac-compactpro,
.nb   = application/mathematica,
.nbp  = application/mathematica,
.mdb  = application/msaccess,
.doc  = application/msword,
# 25
.dot  = application/msword,
.bin  = application/octet-stream,
.oda  = application/oda,
.ogx  = application/ogg,
.pdf  = application/pdf,
# 30
.key  = application/pgp-keys,
.pgp  = application/pgp-signature,
.prf  = application/pics-rules,
.ps   = application/postscript,
.ai   = application/postscript,
# 35
.eps  = application/postscript,
.espi = application/postscript,
.epsf = application/postscript,
.eps2 = application/postscript,
.eps3 = application/postscript,
# 40
.rar  = application/rar,
.rdf  = application/rdf+xml,
.rss  = application/rss+xml,
.rtf  = application/rtf,
.smi  = application/smil,
# 45
.smil = application/smil,
.xhtml= application/xhtml+xml,
.xht  = application/xhtml+xml,
.xml  = application/xml,
.xsl  = application/xml,
# 50
.xsd  = application/xml,
.xspf = application/xspf+xml,
.zip  = application/zip,
.cdy  = application/vnd.cinderella,
.kml  = application/vnd.google-earth.kml+xml,
# 55
.kmz  = application/vnd.google-earth.kmz,
.xul  = application/vnd.mozilla.xul+xml,
.xls  = application/vnd.ms-excel,
.xlb  = application/vnd.ms-excel,
.xlt  = application/vnd.ms-excel,
# 60
.cat  = application/vnd.ms-pki.seccat,
.stl  = application/vnd.ms-pki.stl,
.ppt  = application/vnd.ms-powerpoint,
.pps  = application/vnd.ms-powerpoint,
.odc  = application/vnd.oasis.opendocument.chart,
# 65
.odb  = application/vnd.oasis.opendocument.database,
.odf  = application/vnd.oasis.opendocument.formula,
.odg  = application/vnd.oasis.opendocument.graphics,
.otg  = application/vnd.oasis.opendocument.graphics-template,