I'm running Apache 1.3.20 and mod_perl 1.26 and 2.0b5 Embperl, 2.00b3 
Apache SessionX.

When my embperl script gets to this:
$udat{User_Name} = $fdat{User_Name};

Things hang.  The browser keeps on spinning but nothing ever returns and 
there are no messages in the log files.  Subsequent access requires that I 
restart Apache.

On the previous page, before calling this page, this is executed and doesn't 
hang anything:
$udat{Review_Type} = $fdat{review_type};

All of this works fine under my Linux Apache.

I'm running this under mod_perl so I can't debug it.  I may have to move it out 
from mod_perl so I can debug it but that's painful!

I'm thinking I may have to manually go and configure the 

Any help would be greatly appreciated.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to