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 wrote: > On Sun, Nov 15, 2009 at 6:02 PM, Shibi NS wrote: > >> >> The configuration in httpd.conf look like this >> >> >> my $app_home = $ENV{APPS_HOME}; >>

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 wrote: > > The configuration in httpd.conf look like this > > > my $app_home = $ENV{APPS_HOME}; > my $config= > ConfigLoader::include("$app_home/conf/myapp.pl"); > > my $elog = '"| rotatelog

[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 my $app_home = $ENV{APPS_HOME}; my $config= ConfigLoader::include("$app_home/conf/myapp.pl"); my $elog = '"| rotatelogs '. $config->{log_file} . '%y%m%d 1M "'; $ErrorLog