%%prettify 
{{{
/home/www/www.LLLL/logs/access_log  {
rotate 12
monthly
compress
create
missingok
sharedscripts
postrotate
if [ -f /var/run/apache2.pid ]; then
     /etc/init.d/apache2 restart > /dev/null
fi
endscript
}

/home/www/www.LLLL/logs/error_log  {
rotate 12
monthly
compress
create
missingok
sharedscripts
postrotate
if [ -f /var/run/apache2.pid ]; then
   /etc/init.d/apache2 restart > /dev/null
fi
endscript
}}}
/%