Eu fiz algumas alterações no meu arquivo de configuração lighttpd e queria forçar o recarregamento, mas as alterações não foram refletidas. Eu tentei parar e começar, novamente sem efeito. Eu tentei simplesmente pará-lo. Novamente, nenhum efeito o servidor ainda está funcionando e servindo páginas da web. Eu estou perdido ...
root@webserver:/etc/lighttpd# /etc/init.d/lighttpd force-reload
[ ok ] Reloading lighttpd configuration (via systemctl): lighttpd.service.
root@webserver:/etc/lighttpd# /etc/init.d/lighttpd stop
[ ok ] Stopping lighttpd (via systemctl): lighttpd.service.
root@webserver:/etc/lighttpd# ps aux | grep light
www-data 20600 0.0 0.7 61772 3580 ? S Nov03 1:52 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
root 25874 0.0 0.3 12656 1624 pts/0 S+ 17:04 0:00 grep light
root@webserver:/etc/lighttpd# /etc/init.d/lighttpd start
[ ok ] Starting lighttpd (via systemctl): lighttpd.service.
root@webserver:/etc/lighttpd# /etc/init.d/lighttpd restart
[ ok ] Restarting lighttpd (via systemctl): lighttpd.service.
root@webserver:/etc/lighttpd#