Try "use Data::Dumper; " to debug it.
Willy
|-+>
| | Will Trillich|
| | <[EMAIL PROTECTED]|
| | om> |
| | Sent by: Will|
| | Trillich |
|
My suggestion are:
1.print $requested_dir; to see what you got.
2 changing your code
return Apache::DECLINED unless exists $protected_dirs{$requested_dir};
to
return Apache::DECLINED if $protected_dirs{$requested_dir};
Hope it helpful.
Willy
Randy,
I downloaded the binary bundle of Apache2 with modperl from uwinnipeg which
was fine for Window 2000 but doesn't work for Window XP.
Do you have any idea what I should do to fix the problem such as
The Apache2 service terminated with service-specific error 1 (0xl). The
more detailed inf
Thanks Randy,
It was caused by the permission which should not happen. I just changed OS
from window 2000 to XP and installed the apache2 but the logs directory was
readable only by unknow reason.
It works fine now.
Thanks again,
Willy