Re: apr

2007-09-15 Thread Issac Goldstand
Probably because the $r you're passing it is just "Apache2::RequestRec" and not really the request object that Apache2::Request wants... Issac Eli Shemer wrote: > Hey again > > Once I add the apr object I get no error but I also receive no output on > the screen. > > Any thoughts ? > > >

Re: post data

2007-09-15 Thread Issac Goldstand
I'd personally go with Apache2::Request (for the fast C parsers). CGI.pm is useful if you need more portable code (although Apache2::Request could be used for normal CGI these days if APR is available) Issac Eli Shemer wrote: > Hey there. > > > > I yesterday compiled and installed apache2

RE: apr

2007-09-15 Thread Eli Shemer
Indeed I havent used handlers and understood that concept thoroughly which I'm starting to gresp while reading the docs. So indeed that line of code was silly. To the point though, I've fixed my problem with: LoadModule apreq_module modules/mod_apreq2.so It appears as if I had unresolved symbols

Re: duplicate sockets ? mod-perl 2.0.2, apache 2.2

2007-09-15 Thread André Warnier
Philippe M. Chiasson wrote: André Warnier wrote: [...] Even better is to turn the problem code into a short mod_perl test skeleton (http://perl.apache.org/docs/2.0/user/help/help.html#Problem_Description) I tried to do that at first, but the problem appears only when I open the connection t