| ||||||
| 5/20 |
| 2004/10/4-6 [Uncategorized] UID:33921 Activity:nil |
10/4 In apache can I say "all of the hits to /mypolitics go to politics.log
and everything else go to apache_access.log"? Thanks.
\_ SetEnvIf Request_URI "^/mypolitics" pol
CustomLog .../politics.log combined env=pol
CustomLog .../apache_access.log combined env=!pol
--dbushong |