/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

Add new attachment

Only authorized users are allowed to upload new attachments.
« This page (revision-2) was last changed on 14-Apr-2010 14:30 by RaffaelePedrini