Issue with Auth Handler
am 12.05.2008 01:44:52 von Tracy12
Hi,
We developed a mod_perl auth handler, everything seem to be working fine,
But when the request reaches the final destination, the header information
is lost,
We have mod_perl 2.0.2 on Apache 2.x
Can some one give us a hint which configuration setting would do this
culprit or what is the setting or
entry do we need to have this header information preserved in mod_perl
Thanks
--
View this message in context: http://www.nabble.com/Issue-with-Auth-Handler-tp17179436p171 79436.html
Sent from the mod_perl - General mailing list archive at Nabble.com.
Re: Issue with Auth Handler
am 12.05.2008 03:45:26 von Tracy12
Strange thing is it shows some cookie information and in the end it shows
Connection: close
Content-Length: 0
Why it is showing Content-Length: 0
Do I have to explicitly handle the headers? or do I have to
$r->send_http_header;
I thought I dont need to do any of those as everything willl be handled
implicitly
THanks
Tracy12 wrote:
>
> Hi,
>
> We developed a mod_perl auth handler, everything seem to be working fine,
>
> But when the request reaches the final destination, the header information
> is lost,
>
> We have mod_perl 2.0.2 on Apache 2.x
>
> Can some one give us a hint which configuration setting would do this
> culprit or what is the setting or
> entry do we need to have this header information preserved in mod_perl
>
> Thanks
>
>
>
>
--
View this message in context: http://www.nabble.com/Issue-with-Auth-Handler-tp17179436p171 80236.html
Sent from the mod_perl - General mailing list archive at Nabble.com.
Re: Issue with Auth Handler
am 12.05.2008 08:26:06 von Tracy12
Is there any apache level directive to allow custom http headers pass through
to the destination
Tracy12 wrote:
>
> Hi,
>
> We developed a mod_perl auth handler, everything seem to be working fine,
>
> But when the request reaches the final destination, the header information
> is lost,
>
> We have mod_perl 2.0.2 on Apache 2.x
>
> Can some one give us a hint which configuration setting would do this
> culprit or what is the setting or
> entry do we need to have this header information preserved in mod_perl
>
> Thanks
>
>
>
>
--
View this message in context: http://www.nabble.com/Issue-with-Auth-Handler-tp17179436p171 82186.html
Sent from the mod_perl - General mailing list archive at Nabble.com.
Re: Issue with Auth Handler
am 12.05.2008 17:17:07 von Fred Moyer
Tracy12 wrote:
> Strange thing is it shows some cookie information and in the end it shows
>
> Connection: close
>
> Content-Length: 0
>
>
> Why it is showing Content-Length: 0
>
> Do I have to explicitly handle the headers? or do I have to
> $r->send_http_header;
This is only needed for mod_perl 1.x series.
If you can show us some code snippets, that would help a lot. It's hard
to say what is wrong without them :)
> I thought I dont need to do any of those as everything willl be handled
> implicitly
>
> THanks
>
>
>
>
>
> Tracy12 wrote:
>> Hi,
>>
>> We developed a mod_perl auth handler, everything seem to be working fine,
>>
>> But when the request reaches the final destination, the header information
>> is lost,
>>
>> We have mod_perl 2.0.2 on Apache 2.x
>>
>> Can some one give us a hint which configuration setting would do this
>> culprit or what is the setting or
>> entry do we need to have this header information preserved in mod_perl
>>
>> Thanks
>>
>>
>>
>>
>
--
Red Hot Penguin Consulting LLC
mod_perl consulting and implementation
http://www.redhotpenguin.com/