On Tue, Sep 27, 2005 at 02:22:40AM -0500, eric wrote:
> On Tue, 2005-09-27 at 17:01:44 +1000, Luke Fogarty proclaimed...
> 
> > I have a basic webpage running on Apache 1.3, I have setup the site with
> > the needed CA's etc and can run the whole webpage under HTTPS/Secure,
> > but I only want to use HTTPS/SSL for /cgi-bin/ I'm happy for the rest to
> > run over normal HTTP.
> 
> You'd set up two different web servers; one on 80/tcp and one on 443/tcp.
> Then modify your links as necessary.
> 
... and additionaly per directory SSLrequiressl directive:

<Directory /cgi-bin>
SSLrequiressl
ErrorDocument 403 http://domainname.tld/ssl_required.html
</Directory>
-- 
Lukasz Sztachanski      
                        ...proud user of C8H10N4O2 :)
                        http://szati.blogspot.com
                        http://szati.entropy.pl

Reply via email to