Steps to replicate the issue (include links if applicable):
- start a webserver with a command such as webservice php8.4 start or webservice restart
- check ~/error.log
What happens?:
2026-04-12 00:36:58: (server.c.1974) server started (lighttpd/1.4.79) 2026-04-12 00:36:58: (configfile.c.1400) WARNING: unknown config-key: server.dir-listing (ignored) 2026-04-12 00:39:06: (server.c.1974) server started (lighttpd/1.4.79) 2026-04-12 00:39:06: (configfile.c.1400) WARNING: unknown config-key: server.dir-listing (ignored)
What should have happened instead?:
- no warning in error.log
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
- accounts where I was able to reproduce this: refill, novem-bot
- do we need to remove server.dir-listing from the default .lighttpd.conf file?