garycnew
Senior Member
In Asuswrt-Merlin 384, Lighttpd was bound to port 443 on the internal address by default.
In Asuswrt-Merlin 388, it appears that no daemons are bound to port 443 by default.
I see that the Lighttpd daemon is installed in Asuswrt-Merlin 388, but not running.
Is Lighttpd still used in Asuswrt-Merlin 388?
Thank You.
In Asuswrt-Merlin 388, it appears that no daemons are bound to port 443 by default.
Code:
# netstat -anp | grep -i 443
tcp 0 0 127.0.0.1:8443 0.0.0.0:* LISTEN 1473/httpds
tcp 0 0 192.168.0.1:8443 0.0.0.0:* LISTEN 1473/httpds
I see that the Lighttpd daemon is installed in Asuswrt-Merlin 388, but not running.
Code:
# find / -iname "*lighttpd*"
/usr/sbin/lighttpd-arpping
/usr/sbin/lighttpd
/usr/sbin/lighttpd-monitor
/usr/lighttpd
# ps w | grep -i light
14373 admin 5976 S grep -i light
Is Lighttpd still used in Asuswrt-Merlin 388?
Thank You.
Last edited: