I have wo PiAware sites and both have the same installation, different sites (Site 117510 and 140133). Both are setup the same way, both are sending the data back to the father ship, but SkyAware Anywhere on 117510 is working fine where site 140133 SkyAware Web Interface when either link is selected:
gets an error:

Also, while doing looking at ADS-B Flight Tracking - FlightAware it is showing both sites entries. Could it be an issue with lighttpd?
Any assistants will be greatly appreciated.
Both links return that on Site 140133?
The SkyAware Anywhere link should take you to ADS-B Flight Tracking - FlightAware. For the local link, it might be a lighttpd issue. Do a sudo systemctl status lighttpd
to see if there’s anything wrong.
There is nothing special in systemctl:
pi@PiAware2:~ $ sudo systemctl status lighttpd
● lighttpd.service - Lighttpd Daemon
Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2024-05-13 15:17:36 CDT; 3 days ago
Process: 778 ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf (code=exited, status=255/EXCEPTION)
CPU: 986ms
May 13 15:17:36 PiAware2 systemd[1]: lighttpd.service: Scheduled restart job, restart counter is at 5.
May 13 15:17:36 PiAware2 systemd[1]: Stopped Lighttpd Daemon.
May 13 15:17:36 PiAware2 systemd[1]: lighttpd.service: Start request repeated too quickly.
May 13 15:17:36 PiAware2 systemd[1]: lighttpd.service: Failed with result ‘exit-code’.
May 13 15:17:36 PiAware2 systemd[1]: Failed to start Lighttpd Daemon.
In syslog:
May 13 15:17:31 PiAware2 lighttpd[682]: Duplicate config variable in conditional 0 global: server.stat-cache-engine
May 13 15:17:31 PiAware2 lighttpd[682]: 2024-05-13 15:17:30: configfile.c.1970) source: /etc/lighttpd/conf-enabled/89-dump1090.conf line: 19 pos: 1 parser failed somehow near here: (EOL)
May 13 15:17:31 PiAware2 lighttpd[682]: 2024-05-13 15:17:30: configfile.c.1970) source: /etc/lighttpd/lighttpd.conf line: 51 pos: 15 parser failed somehow near here: (EOL)
May 13 15:17:31 PiAware2 systemd[1]: lighttpd.service: Control process exited, code=exited, status=255/EXCEPTION
May 13 15:17:31 PiAware2 systemd[1]: lighttpd.service: Failed with result ‘exit-code’.
May 13 15:17:31 PiAware2 systemd[1]: lighttpd.service: Consumed 1.026s CPU time.
May 13 15:17:31 PiAware2 systemd[1]: lighttpd.service: Scheduled restart job, restart counter is at 2.
May 13 15:17:31 PiAware2 systemd[1]: lighttpd.service: Consumed 1.026s CPU time.
Personally, I would have thought that the fact it is telling you that lighttpd failed and exited with an exception was a bit special.
The syslog entry is telling you where the errors in the config files are.
PiAware is working fine as far sending data, but I am having issues viewing the SkyAware page:
curl -Lv http://piaware2.home.arpa:8080
- Trying 192.168.254.6:8080…
- connect to 192.168.254.6 port 8080 failed: Connection refused
- Failed to connect to piaware2.home.arpa port 8080: Connection refused
- Closing connection 0
curl: (7) Failed to connect to piaware2.home.arpa port 8080: Connection refused
The errors seem to be referencing the lighttpd configuration files, but comparing to my other site I cannot find anything that is in error.
Any assistants will be greatly appreciated.