Re: [us...@httpd] STDERR issue with Apache 2.0.4 under mod_perl

2009-11-16 Thread Tom Evans
On Sun, Nov 15, 2009 at 6:02 PM, Shibi NS shibi...@gmail.com wrote: The configuration in httpd.conf look like this Perl my $app_home = $ENV{APPS_HOME}; my $config= ConfigLoader::include($app_home/conf/myapp.plhttp://ursforms.pl/); my $elog = '|

Re: [us...@httpd] STDERR issue with Apache 2.0.4 under mod_perl

2009-11-16 Thread Shibi NS
Thanks . Is there is any api/function for getting the current ErrorLog. Shibi Ns On Mon, Nov 16, 2009 at 7:37 PM, Tom Evans tevans...@googlemail.com wrote: On Sun, Nov 15, 2009 at 6:02 PM, Shibi NS shibi...@gmail.com wrote: The configuration in httpd.conf look like this Perl my

[us...@httpd] STDERR issue with Apache 2.0.4 under mod_perl

2009-11-15 Thread Shibi NS
The configuration in httpd.conf look like this Perl my $app_home = $ENV{APPS_HOME}; my $config= ConfigLoader::include($app_home/conf/myapp.plhttp://ursforms.pl/); my $elog = '| rotatelogs '. $config-{log_file} . '%y%m%d 1M '; $ErrorLog =