Closed ibbignerd closed 8 years ago
Both are correct (and in fact the canonical version seems to be lighty-enable-mod)
pi@piaware:~$ sudo which lighttpd-enable-mod
/usr/sbin/lighttpd-enable-mod
pi@piaware:~$ sudo which lighty-enable-mod
/usr/sbin/lighty-enable-mod
pi@piaware:~$ ls -l /usr/sbin/lighttpd-enable-mod
lrwxrwxrwx 1 root root 17 Nov 7 2014 /usr/sbin/lighttpd-enable-mod -> lighty-enable-mod
pi@piaware:~$ dpkg -l lighttpd
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=============================================-===========================-===========================-===============================================================================================
ii lighttpd 1.4.35-4 armhf fast webserver with minimal memory footprint
The Readme.md file currently states that lightly-enable-mod command should be used, where as the correct command is lighttpd-enable-mod.