RE: Mod_perl and HTTP IO issue

2006-11-14 Thread Sumit Shah
nal Message- > From: Sumit Shah > Sent: Tuesday, November 14, 2006 5:56 PM > To: Sumit Shah; [EMAIL PROTECTED] > Cc: Dondi M. Stroma; modperl@perl.apache.org > Subject: RE: Mod_perl and HTTP IO issue > > > Hello, > > I have installed the following module

RE: Mod_perl and HTTP IO issue

2006-11-14 Thread Sumit Shah
ighly appreciaet any suggestions. Thanks Sumit > -Original Message- > From: Sumit Shah > Sent: Monday, November 13, 2006 3:59 PM > To: [EMAIL PROTECTED] > Cc: Dondi M. Stroma; modperl@perl.apache.org > Subject: RE: Mod_perl and HTTP IO issue > > Hello, > >

RE: Mod_perl and HTTP IO issue

2006-11-13 Thread Sumit Shah
ED] > Sent: Saturday, November 11, 2006 12:25 AM > To: Sumit Shah > Cc: Dondi M. Stroma; modperl@perl.apache.org > Subject: Re: Mod_perl and HTTP IO issue > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wed, Nov 08, 2006 at 09:04:36PM -0500, Sumit Shah wrote: &g

Re: Mod_perl and HTTP IO issue

2006-11-10 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Nov 08, 2006 at 09:04:36PM -0500, Sumit Shah wrote: > Thanks for pointing that out. Really silly of me. > > After correcting it, it seems that $result does not equate to 'INVALID' > even though the server returned INVALID. I can see that if I

Re: Mod_perl and HTTP IO issue

2006-11-08 Thread Perrin Harkins
Sumit Shah wrote: Does the socket NOT return a string? If you mean, could the socket return some kind of object that perl will not be able to interpret as a string, the answer is no. Something is going wrong with your socket code. You might want to get out tcpdump or ethereal to take a loo

RE: Mod_perl and HTTP IO issue

2006-11-08 Thread Sumit Shah
it > -Original Message- > From: Dondi M. Stroma [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 08, 2006 8:45 PM > To: Sumit Shah > Cc: modperl@perl.apache.org > Subject: Re: Mod_perl and HTTP IO issue > > if ($result ="INVALID"){ > Is th

Re: Mod_perl and HTTP IO issue

2006-11-08 Thread Dondi M. Stroma
ot; <[EMAIL PROTECTED]>; Sent: Wednesday, November 08, 2006 8:37 PM Subject: RE: Mod_perl and HTTP IO issue All, I was able to figure out the issue below. However, I am now facing an issue where if the response is 'VALID' it is not fetching the requested page as could be impli

RE: Mod_perl and HTTP IO issue

2006-11-08 Thread Sumit Shah
All, I was able to figure out the issue below. However, I am now facing an issue where if the response is 'VALID' it is not fetching the requested page as could be implied by the return statement. Also, sometimes I observed that even if the response is VALID, it still redirects to GOOGLE.