Thread
:
Can lighttpd access log be filtered?
View Single Post
#
2
(
permalink
)
01-17-2008, 04:21 PM
monk
Senior Member
User
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power:
5
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!
TLDP
|
Debian
|
Comparison of Linux distributions
monk
View Public Profile
Send a private message to monk
Visit monk's homepage!
Find all posts by monk