Skip to navigation
How to install lighttpd on FreeBSD
30.10.23
## Install Lighttpd ```console pkg install lighttpd ``` ## Edit lighttpd and uncomment bind server.bind = "localhost" ```console emacs /usr/local/etc/lighttpd/lighttpd.conf ``` ## Edit lighttpd with uncomment bind server.bind = "localhost" ```console emacs /usr/local/etc/lighttpd/lighttpd.conf ``` ## enable and startup lighttpd service ```console sysrc lighttpd_enable=yes service lighttpd start ```
https://www.osradar.com/how-to-install-lighttpd-freebsd-12/
Reply
Anonymous
Information Epoch 1751564937
Avoid captive user interfaces.
Home
Notebook
Contact us