Subject: | Cannot log to VirtualHost log files |
When creating a virtual host that logs to log files other than the
general apache log files this module will still log to the general log
files.
For example:
I setup a vhost that logs to
/var/www/domains/mydomain.com/logs/access_log and error_log
However all logs generated by this module (Apache2-AuthenNTLM) are
logged to /var/log/httpd/access_log and error_log
I believe $r->log_rerror instead of $r->log_error will allow this to be
accomplished.
Thanks!