I made some changes to my lighttpd config file and wanted to force-reload but the changes weren’t reflected. I tried stopping and starting it, again with no effect. I then tried simply stopping it. Again, no effect the server is still up and running and serving web pages. I am at a loss....
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#