*solved**beginners error* How to install piaware on a pi which allready runs a webserver?

Hey guys I may have made a big mess here. Disclaimer I just started using Pi and linux.

I installed piaware on my pi which allready runs a wordpress site on a apache webserver.
Installing piaware it sets itselfs as index.html. Is there a way to set it up so that my wordpress stays the default index and piaware will be on another link?

Most of the stuff for ADS-B uses lighttpd.
Iā€™d suggest changing the port for lighttpd.

sudo nano /etc/lighttpd/lighttpd.conf

Change the port:

server.port                 = 99

Then save: Ctrl-O and Enter
and exit: Ctrl-X

Restart the lighttpd service (feel free to google how to restart systemd services).

new URL: (note the :99)
http://192.168.2.33:99/dump1090-fa

1 Like

Thank you very much I spotted the port conflict in the apache log as wel. Changing the lighttpd port solves that.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.