View Single Post

  #2 (permalink)  
Old 01-17-2008, 04:21 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

Try something as follows:

Assuming that images are in /path/to/webroot/images and html files are in
/path/to/webroot/html
Code:
$HTTP["url"] =~ "^/path/to/webroot/html($|/)"{
  accesslog.filename = "/var/log/lighttpd.log"
}
__________________
May the force with you!
Reply With Quote