Dump1090-fa/skyview978 duplicate server module lighttpd configuration

@obj mod_setenv is added to server-modules twice when both skyview978 and dump1090-fa are installed.

/etc/lighttpd/conf-enabled/89-dump1090-fa.conf:
server.modules += ( “mod_setenv” )

/etc/lighttpd/conf-enabled/89-skyview978.conf:
server.modules += ( “mod_setenv” )

This can lead to things getting defined twice in headers which some browsers don’t like.

Any chance to maybe just create a 81-mod_setenv.conf and include that in both installs, thus being only activated once?

It’s obviously a niche problem so there isn’t necessarily any change required.

Can’t really have the same file in two different packages; dpkg isn’t going to like that. I’ll see what I can do.