View Single Post

  #2 (permalink)  
Old 03-07-2007, 09:30 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,061
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

It should be as follows with double quotes :

Code:
"/var/log/lighttpd/*.log" "/var/log/lighttpd/mydomain.com/*.log" "/var/log/lighttpd/forums.mydomain.com/*.log" {
   missingok
   copytruncate
   rotate 7
   compress
   notifempty
   sharedscripts
   postrotate
      /etc/init.d/lighttpd reload
   endscript
}
Follow the rest of info given in tutorial. Let me know...
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote