"Joseph R. Junkin" wrote:

> What I really want is for the images to come from the originating site,
> but I don't want them proxypassed to mod_perl.
> All images are referenced from a single aliased images directory
> (/dcimag) defined on the front end. Is there some simple solution to
> this with proxypass?

We use a solution like that here that's pretty simple.

Make sure your webserver is set up like this:

+-------------+       +--------------------------+
| SSL Browser | ----> | SSL Frontend Website     |
+-------------+ HTTPS | - / stored locally       |
                      | - /images stared locally |      +----------+
                      | - /cgi-perl proxypassed ------> | mod_perl |
                      +--------------------------+ HTTP | Backend  |
                                                        | website  |
                                                        +----------+

This works great for us - unless I am misunderstanding you?

Regards,
Graham
-- 
-----------------------------------------
[EMAIL PROTECTED]                "There's a moon
                                        over Bourbon Street
                                                tonight...
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to