No its not VHOST
The configuration in httpd look like this
my $app_home = $ENV{APPS_HOME};
my $config= ConfigLoader::include("$app_home/conf/
ursforms.pl");
my $clog = '"| rotatelogs '. $config->{log_accessfile} .
'%y%m%d 1M " common';
my $elog
On Thu 12 Nov 2009, Shibi NS wrote:
> 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
> ins