>
> The config seems to be ok. May be there is a typo in the path you given to
> Alias? Take a look at the Apache error log, you should see there which file
> was actually requested and should be able to figure out what's wrong about
> it. Also be aware that Apache runs as another user, so maybe it simply has
> no access to the given file.
>
> Gerald
>
I checked in the error log file and I found :
[Wed Oct 6 00:09:25 1999] Embperl.pm: Constant subroutine rcCGIError
redefined
at /usr/freeware/lib/perl5/5.00502/constant.pm line 161.
Then, I went to the constant.pm at line 161 and I found the line below:
*{"${pkg}::$name"} = sub () { $scalar };
Does it mean I have a problem with my constant.pm file? So, how can I fix
it? Thank for your help!!!
--apple