| Posted: 17 July 2008 at 11:25am | IP Logged
|
|
|
It would be nice to have more control over the logging- could this be allowed within the VirtualHost tags?
E.g.
RewriteEngine Off
<VirtualHost www.siteone.com>
RewriteEngine on
RewriteLog ":\inetpub\wwwroot\siteone\rewrite.log" RewriteLogLevel 3 Loglevel warn
</VirtualHost>
<VirtualHost www.sitetwo.com>
RewriteEngine on
RewriteLog ":\inetpub\wwwroot\sitetwo\rewrite.log" RewriteLogLevel 1 Loglevel warn
</VirtualHost>
Etc?
Especially useful where you have a live and a test site on the same server.
__________________ --
Marc
|