Author Login
Post Reply
Configuration error log is in my applications httpd config file is
ErrorLog = "'| rotatelogs \log\error_log 1M "'
But if print something on STDERR from mod_perl program , Say debug print (print STDERR "DEBUG ";) this is going to \log\error_log instead of \log\error_log.NNN
Is this is a mod perl issue or i am doing something wrong
--Shibi Ns--