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,
>
>
Hi,
What is the easist way to retrieve and print the html headers within
mod_perl.
Can we do it using CGI.pm
Thanks
--
View this message in context:
http://www.nabble.com/print-headers-tp17181544p17181544.html
Sent from the mod_perl - General mailing list archive at Nabble.com.
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
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 s
Marc Lambrichs wrote:
> So, my first question is: am I right?
Yes. And it's not a mod_perl thing, it's a Perl thing. You can't have multiple
modules with the same name. Now people try this more under mod_perl because they
think different requests behave differently, but that's not the case. Each