wiedehopf / tar1090

Provides an improved webinterface for use with ADS-B decoders readsb / dump1090-fa
Other
1.21k stars 222 forks source link

web interface not available 404 /tar1090 #315

Closed nessnah198 closed 1 month ago

nessnah198 commented 1 month ago

Hello, i've been struggling with accessing the web interface, only get 404. Funny thing is i have another machine running debian, did the same setup and it worked perfectly.

How do I debug this?

I have installed readsb/tar1090 with:

Tried to reinstall but no difference. If i run flightmon from my PC accessing my server with --dump_host option I get data. lighttpd is installed.

wiedehopf commented 1 month ago

What URL are you trying? Try curl http://localhost/tar1090 and see what you get Check the lighttpd log?

nessnah198 commented 1 month ago
server$ curl http://localhost/tar1090
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache/2.4.59 (Debian) Server at localhost Port 80</address>
</body></html>

Curl only gives me 404 and /var/log/lighttpd/ is empty.. hmm

wiedehopf commented 1 month ago

lighttpd logs to journalctl

also that's apache and not lighttpd in the 404 put lighttpd on a different port or remove apache.

nessnah198 commented 1 month ago

You're right! I stopped apache2 and ran the bash script again. Apache was not installed on my second computer..

Thanks for your help🛩️