Re: WELCOME to modperl@perl.apache.org

2010-07-16 Thread Hans de Groot
Hello, I am trying to use the proxypass directive in mod_perl. I actually got this working (after upgrading to mod_perl 2.4.x) so I know it is possible to use proxy pass here but I still have one problem. I have a perl hander: #file:ModPerl/VHost.pm #- package ModPerl::

Re: WELCOME to modperl@perl.apache.org

2010-07-16 Thread Torsten Förtsch
On Friday 16 July 2010 14:24:17 Hans de Groot wrote: > PerlPostReadRequestHandler ModPerl::VHost > I think this is too early in the request cycle to do that. Try a PerlMapToStorageHandler. You may also have a look at Apache2::Translation. The documentation needs a rewrite, I know. It's purpose

Re: add_config proxypass segfaults.

2010-07-16 Thread Hans de Groot
Hi, Thank you for your reply. I don't know why I never read about Apache2-Translation before but it seems to do what I need. But I am allready using my perl scripts and it's to late (to much work) to change now. Maybe in the future. When I have more time I am definetly going to experiment with i

Re: add_config proxypass segfaults.

2010-07-16 Thread Hans de Groot
Okay sorry my fault. I missed a quote. in the line $r->filename('proxy:http://www.nu.nl/); Now it works perfectly. Thank you very much for the golden tip. :-)