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
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,
>
>
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
-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
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
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
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
$url1);
$r->status(Apache::Constants::REDIRECT);
return Apache::Constants::REDIRECT;
}
return;
I would appreciate if you could point me to what I am doing wrong.
Thanks
Sumit
> -Original Message-
> From: Sumit Shah
> Sent: Wednesday, November 0
All,
I have a perl handler that invokes a servlet (HTTP IO) running on a
remote server. The servlet returns a single word response (INVALID or
VALID). The handler is supposed to redirect the URL to some other
website. For testing I redirect it to Google.
The handler uses plain Socket implementa