Lighttpd版本
# lighttpd --help
lighttpd: invalid option -- '-'
lighttpd/1.4.59 (ssl) - a light and fast webserver
usage:
-f <name> filename of the config-file
-m <name> module directory (default: /usr/lib)
-i <secs> graceful shutdown after <secs> of inactivity
-1 process single (one) request on stdin socket, then exit
-p print the parsed config-file in internal form, and exit
-t test config-file syntax, then exit
-tt test config-file syntax, load and init modules, then exit
-D don't go to background (default: go to background)
-v show version
-V show compile-time features
-h show this help
启动lighttpd出现问题log
# lighttpd -f /etc/lighttpd.conf
2021-10-14 12:03:28: (plugin.c.169) dlopen() failed for: /usr/lib/lib/mod_indexfile.so /usr/lib/lib/mod_indexfile.so: cannot open shared object file: No such file or directory
2021-1