Skyview not configured in Lighttpd?

So I had to reinstall Piaware/dump1090-fa and now I can no longer access skyview from port 8080. I’ve looked in the config for lighttpd and it looks to be that it didn’t get setup in lighttpd’s config I’ve looked up example configs but can’t seem to get it to work. If one could tell me what to configure or do to further troubleshoot Thad be great! PS I tried reinstalling again to see if it would get setup.

Check enabled configuration files:

ls /etc/lighttpd/conf-enabled

Enable dump1090-fa configuration files for lighttpd:

sudo lighty-enable-mod dump1090-fa dump1090-fa-statcache
sudo systemctl restart lighttpd

Also post the output of the following command in case lighttpd is not starting up due to bad configuration:

sudo journalctl -u lighttpd -en50 --no-pager

I figured it out with this post I purge uninstalled then reinstalled and it worked.

1 Like