Inexperienced Linux user so please bear with me.
Fresh install of NOOBS Raspbian on Rp3
Updated and then installed Pi Hole.
hard wired directly to router
Can ping and RDP from Windows workstation just fine. When I try to access web page at
http://10.50.1.30/admin/
I get "unable to connect"
I believe the issue is lighttpd is not listening on TCP port 80 and I found that the daemon failed to start
pi@raspberrypi:~ $ sudo /etc/init.d/lighttpd status
● lighttpd.service - Lighttpd Daemon
Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2019-06-25 21:03:48 EDT; 6s ago
Process: 3852 ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf (code=exited, status=255/EXCEPTION)
Jun 25 21:03:48 raspberrypi systemd[1]: lighttpd.service: Service RestartSe…art.
Jun 25 21:03:48 raspberrypi systemd[1]: lighttpd.service: Scheduled restart…t 5.
Jun 25 21:03:48 raspberrypi systemd[1]: Stopped Lighttpd Daemon.
Jun 25 21:03:48 raspberrypi systemd[1]: lighttpd.service: Start request rep…kly.
Jun 25 21:03:48 raspberrypi systemd[1]: lighttpd.service: Failed with resul…de'.
Jun 25 21:03:48 raspberrypi systemd[1]: Failed to start Lighttpd Daemon.
Hint: Some lines were ellipsized, use -l to show in full.
pi@raspberrypi:~ $ pihole status
[✓] DNS service is running
[✓] Pi-hole blocking is Enabled
pi@raspberrypi:~ $ pihole -v
Pi-hole version is v4.3 (Latest: v4.3)
AdminLTE version is v4.3 (Latest: v4.3)
FTL version is v4.3.1 (Latest: v4.3.1)
pi@raspberrypi:~ $
pi@raspberrypi:~ $ lighttpd -v
lighttpd/1.4.53 (ssl) - a light and fast webserver
A stop job for unit lighttpd.service has finished.
--
-- The job identifier is 5056 and the job result is done.
Jun 25 21:16:24 raspberrypi systemd[1]: lighttpd.service: Start request repeated too quickly.
Jun 25 21:16:24 raspberrypi systemd[1]: lighttpd.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The unit lighttpd.service has entered the 'failed' state with result 'exit-code'.
Jun 25 21:16:24 raspberrypi systemd[1]: Failed to start Lighttpd Daemon.
-- Subject: A start job for unit lighttpd.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support