> Can you not limit your perl-script to a single folder, so that you can set:
>
> Alias /scripts/  "/path/to/scripts/"
>
> <Location "/scripts">
>     SetHandler          perl-script
>     PerlHandler         My::Site
>     PerlSendHeader      On
> </Location>

Unfortunately I can't do this, my handler must handle all "/" requests
too. Though I'm not very sure about this, but if I tried to Alias only
images then it wouldn't work, becayse My::Site was "/" handler.

> The way I figure this, is that https://mysite.com/scripts/* act the same way
> as everything used to, and you can load your images from
> https://mysite.com/images/* without complaints about crossing the
> secure/nonsecure boundry...

Hmm, but maybe it's possible to set up Apache so, that My::Site handles
"/" and doesn't care about, let say, about "/imgs"?


Rgds,
Viljo

Reply via email to