[pkg-lighttpd] Bug#405123: Misnamed default html page in lighttpd unstable

Anna Lissa Cruz annalissa101 at yahoo.com
Sun Dec 31 14:29:20 UTC 2006


Package: lighttpd

Version: 1.4.13-7



After installing a fresh version of this package, and pointing my web browser to http://localhost/,
I do not receive the normal default page.  Instead, I get a directory index page, with the file index.lighttpdhtml file listed.  Seems the conf file is looking for a different file name

/etc/lighttpd/lighttpd.conf:22



index-file.names           = ( "index.lighttpd.html",

                               "index.php", "index.html",+

                               "index.htm", "default.htm" )



Looks like a missing dot is needed.  Changing /var/www/index.lighttpdhtml to /var/www/index.lighttpd.html fixes the problem.

Cheers,
Anna Lissa









More information about the pkg-lighttpd-maintainers mailing list