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 on frontend as it makes sense for when they
download the file ... they only need a lightweight apache server to do
that.

So far I can think of doing

1. Putting a cgi script on frontend to handle file uploads and save the
file on frontend.

2. Use network file share between mod_perl and frontend.

Any other ideas?

Scott




Reply via email to