I upgraded to V5 and evrything seems to be working, except I can’t connect to it locally.
When I login with SSH i dont see the lighttpd service running.
When I try to start it, it gives an exception.
This is mine, works perfectly well. Compare your’s with it, may be you can find the error. NOTE: This one is NOT an upgrade from previous version. It is a freshly written Piaware SD card image ver 5.0
1 # Allows access to the static files that provide the dump1090 map view,
2 # and also to the dynamically-generated json parts that contain aircraft
3 # data and are periodically written by the dump1090 daemon.
4
5 # Enable alias module
6 #
7 ## This module is normally already enabled in lighttpd, so you should not
8 ## need to uncommment this line.
9 ## There are some cases (e.g. when installing this on a Raspberry Pi
10 ## that runs PiHole) in which the module has been removed from the
11 ## default configuration, and the dump1090-fa web interface no longer
12 ## loads properly.
13 ## If this is what you are experiencing, or if you see messages in your
14 ## error log like:
15 ## (server.c.1493) WARNING: unknown config-key: alias.url (ignored)
16 ## then uncommenting this line and then restarting lighttpd could fix
17 ## the issue.
18 ## This is not enabled by default as standard lighttpd will not start if
19 ## modules are loaded multiple times.
20 #