Problem combining mod_proxy, mod_rewrite mod_perl

2003-01-10 Thread Jan P. Monsch
G'day! I would like to combine mod_proxy, mod_rewrite and mod_perl on an Apache 2.0.43 for Windows with mod_perl 2.0. The Perl Version I use is ActiveState 5.6.1. Just by loading the module the server behaves differently. Instead seeing the the reverse proxied site I get following error in

Re: Problem combining mod_proxy, mod_rewrite mod_perl

2003-01-10 Thread Stas Bekman
Jan P. Monsch wrote: G'day! I would like to combine mod_proxy, mod_rewrite and mod_perl on an Apache 2.0.43 for Windows with mod_perl 2.0. The Perl Version I use is ActiveState 5.6.1. Just by loading the module the server behaves differently. Instead seeing the the reverse proxied site I get

Re: mod_rewrite + mod_perl

2001-09-10 Thread Vivek Khera
KS == Kenny Smith [EMAIL PROTECTED] writes: KS It executes show_journal.mod_perl perfectly well, but the script does not KS remain resident in memory. Do I need to call it differently? Any help is KS appreciated. :) What evidence do you have to say it doesn't remain resident? --

mod_rewrite + mod_perl

2001-09-09 Thread Kenny Smith
Hello all, For the first part of my project, I'm just using mod_perl as a replacement for CGI. I'm trying to execute a mod_perl script via mod_rewrite, but it doesn't seem to be persisting. In my httpd.conf, I've got: Files *.mod_perl SetHandler perl-script PerlHandler