The documentation says if I have apache listening on 80 i need to set lighttpd on a different port.
I thought I will get a chance to configure the alternative port during the installation.
I wasn't asked which port should I have the PH listen on - I thou
But the PH seems to work fine (at least the two devices I connected are seen on the web admin dashboard and that queries are being blocked)
So what's the deal with making lighttpd listen on a different port
sherab# netstat -tupln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 992/mariadbd
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 6725/pihole-FTL
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 954/sshd: /usr/sbin
tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 6725/pihole-FTL
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 7548/cupsd
tcp 0 0 0.0.0.0:5230 0.0.0.0:* LISTEN 1406/rootlesskit
tcp6 0 0 :::53 :::* LISTEN 6725/pihole-FTL
tcp6 0 0 :::22 :::* LISTEN 954/sshd: /usr/sbin
tcp6 0 0 :::80 :::* LISTEN 1210/apache2
tcp6 0 0 :::443 :::* LISTEN 1210/apache2
tcp6 0 0 :::5230 :::* LISTEN 1406/rootlesskit
tcp6 0 0 ::1:4711 :::* LISTEN 6725/pihole-FTL
tcp6 0 0 ::1:631 :::* LISTEN 7548/cupsd
udp 0 0 0.0.0.0:44821 0.0.0.0:* 665/avahi-daemon: r
udp 0 0 0.0.0.0:53 0.0.0.0:* 6725/pihole-FTL
udp 0 0 0.0.0.0:631 0.0.0.0:* 7552/cups-browsed
udp 0 0 0.0.0.0:5353 0.0.0.0:* 665/avahi-daemon: r
udp6 0 0 :::53 :::* 6725/pihole-FTL
udp6 0 0 fe80::a9ab:8605:89a:546 :::* 776/NetworkManager
udp6 0 0 :::52012 :::* 665/avahi-daemon: r
udp6 0 0 :::5353 :::* 665/avahi-daemon: r
root@raspberrypi:/home/sherab#