Search code examples
ubuntuwebserverlighttpd

Listing directories on Lighttpd running on ubuntu 16.04


I newly migrated from Apache to Lighttpd and it runs much faster. But when I type in directories it sends me 404 - Not Found.

Is there a way to list files again? I left everything there default.


Solution

  • By default, listing directories is disabled. You have to enable it in your lighttpd.conf with:

    dir-listing.activate = "enable"