refactoring client's decision

2008-05-11 Thread Marc Lambrichs
I've taken over some code for a client. They've built a framework that used to run under mod_perl and changed it later, because of problems they had - what problems remains unknown - to cgi. Ofcourse I'm curious why they changed it. Here's my view: they create a parent App::Handler and in

Re: refactoring client's decision

2008-05-11 Thread Michael Peters
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

Issue with Auth Handler

2008-05-11 Thread 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

Re: Issue with Auth Handler

2008-05-11 Thread 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

print headers

2008-05-11 Thread Tracy12
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.