What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Is Lighttpd still used in Asuswrt-Merlin 388?

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.

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:
lighttpd is only used for AiCloud.
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top