Re: MP2: trouble in PerlSection: how to do multiple "PerlSetVar"?

2004-04-05 Thread HLiu
Try "use Data::Dumper; " to debug it. Willy |-+> | | Will Trillich| | | <[EMAIL PROTECTED]| | | om> | | | Sent by: Will| | | Trillich | |

Re: [mp2] Declining from response handler bypasses other handlers

2003-10-02 Thread HLiu
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

apache2 could not start

2003-11-07 Thread HLiu
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

Re: apache2 could not start

2003-11-10 Thread HLiu
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