Re: Reverse Proxy Setup

2002-09-26 Thread siberian
Make proxy and mod_perl have the same document root. Use mod_rewrite on the lightweight proxy to serve certain directories from itself rather then passing them back to modperl (have it server images while you are at it) Upload files to the directory specified above. Result : File is uploaded

Re: Reverse Proxy Setup

2002-09-26 Thread Igor Sysoev
On Thu, 26 Sep 2002, Scott Alexander wrote: > I have two experimental servers frontend and mod_perl. > > mod_perl is apache with mod_perl > frontend is apache lightweight > > My config only passes *.pl thru to mod_perl > > When a user uploads a file they use a mod_perl script on mod_perl and t

Reverse Proxy Setup

2002-09-26 Thread Scott Alexander
Hi, I have two experimental servers frontend and mod_perl. mod_perl is apache with mod_perl frontend is apache lightweight My config only passes *.pl thru to mod_perl When a user uploads a file they use a mod_perl script on mod_perl and the file is saved on mod_perl. But I want the file to be