This is a discussion on per directory logs within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi all, I would like to have CustomLogs for some directories on a web server (apache 2.0). I've ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all, I would like to have CustomLogs for some directories on a web
server (apache 2.0). I've added these lines: SetEnvIf Request_URI "^/rss*" rsslog CustomLog /data/httpd/rss/logs/access_log common env=rsslog The access_log is created but it is never updated, whereas the default log is written. The modues for environmental variables are built-in and activated. Can you give me a hint? d |