View Single Post

  #3 (permalink)  
Old 01-18-2008, 11:59 AM
petu petu is offline
Junior Member
User
 
Join Date: Jan 2008
Location: Finland
My distro: Debian
Posts: 3
Rep Power: 0
petu is on a distinguished road
Default

Hi Monk,

Thanks for your advice. It works like a charm . I'm filtering out the style sheets and images with the following:

Code:
$HTTP["url"] !~ "(\.css|\.jpg)$" {
  accesslog.filename = "/var/log/lighttpd.log"
}
Reply With Quote