Hi All, Around late spring the cgi-bin components of web pages I wrote started failing under lighttpd with what looked like permission problems. After much debugging I tracked the problem down to a configuration file lighttpd installs for systemd, namely /lib/systemd/system/lighttpd.service which is symlinked by /etc/systemd/system/multi-user.target.wants/lighttpd.service. The lighttpd developers added a configuration parameter (ProtectHome=read-only) that completely disables cgi-bin access. My problem is that the file is not treated by lighttpd as a configuration file, the next install of lighttpd ( I use Debian) rewrites the file. This behavior seems puzzling to me as lighttpd went to a lot of trouble to support cgi-bin and the debian package is disabling it every update. Does anyone know of a work-around? -- Michael Galea