Debian, lighttpd, and logrotate
Posted on Thu 27 March 2008 in Technology • Tagged with linux, debian, lighttpd
I noticed that everyday I had a defunct logrotate process on one of my servers running Debian and lighttpd. After some searching I found this bug report that said to make the following changes to my /etc/logrotate.d/lighttpd
file:
postrotate
if [ -f /var/run/lighttpd.pid ]; then \
if …
Continue reading