MODPERL and Reverse Proxy

2006-12-07 Thread Sumit Shah
Hello All, I am trying to setup my Apache in such a way that for any .jsp requests it invokes a Perl Handler. After invoking the Perl handler, it should use the Reverse proxy setup to forward the same request to another server. Here is my configuration(httpd.conf): LoadModule proxy_module mo

Re: dhandler not performing as expected

2006-12-07 Thread Matthew Lineen
My apologies, wrong list... Matthew Lineen wrote: Mason Gurus: I have the following dhandler issue with mason/mod_perl/apache v1.3:

dhandler not performing as expected

2006-12-07 Thread Matthew Lineen
Mason Gurus: I have the following dhandler issue with mason/mod_perl/apache v1.3: On disk, I have the following files... /home/me/inherit/one/index.html /home/me/inherit/one/test/dhandler /home/me/inherit/one/test/override <-- this is a file not a dir When I access "http://localhost/me/inheri

Re: Apache2::Upload and End of file found error Part 2

2006-12-07 Thread Fred Moyer
cfaust-dougot wrote: Thanks for the tips Fred, but I don't understand what you mean about the CGI object being shared between requests - that CGI object wasn't global or anything, its created and used within that sub and that's it?? Argh you're right - since it was created in the global hash

Re: using subrequest to different server

2006-12-07 Thread Aaron Trevena
On 06/12/06, Marc Lambrichs <[EMAIL PROTECTED]> wrote: I'm trying to change a subrequest to do a request to a different server than the originating one. I'm not sure if this is possible. Anyway, I've skipped the internal_redirect because - am I correct? - this is bound to the originating server.

using subrequest to different server

2006-12-07 Thread Marc Lambrichs
I'm trying to change a subrequest to do a request to a different server than the originating one. I'm not sure if this is possible. Anyway, I've skipped the internal_redirect because - am I correct? - this is bound to the originating server. My second thought was using lookup_uri(), but I'm no

RE: Apache2::Upload and End of file found error Part 2

2006-12-07 Thread cfaust-dougot
Thanks for the tips Fred, but I don't understand what you mean about the CGI object being shared between requests - that CGI object wasn't global or anything, its created and used within that sub and that's it?? I don't know if I can remove the use of CGI.pm completely, is there no way to get