* Viljo Marrandi <[EMAIL PROTECTED]> [2002-05-02 10:26]: > > 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"?
<Location /> SetHandler perl-script PerlHandler My::Site </Location> <Location /imgs> SetHandler default-handler </Location> (darren) -- Pessimests are right more often, but optimists are happy more often.