Been awhile since I work'd with SSL on Apache but I believe
the trick is to make the server listen to both 80 and 443 via the
Listen directive. Then setup a VirtualHost block for port 80 with
SSLDisable option and a VirtualHost block for port 443 with SSL enabled.
For example...
ServerType standalone
Port 80
Listen 80
Listen 443
...
SSLCACertificatePath ...
SSLCACertificateFile ...
SSLCertificateFile ...
SSLLogFile ...
...
SSLDisable
...
SSLCACertificatePath ...
SSLCACertificateFile ...
SSLCertificateFile ...
...
Respectfully,
Jeremy T. Bouse
UnderGrid Network Services, LLC
">jeff.dilcher@db.com was said to been seen saying:
> I recently build Apache with the SSL option.
> Everything seems to be working good. I am starting the daemon with:
>
> apachectl startssl
>
> My question:
> This seems to be able to allow people to use ssl or not on any part
> of my site. In other words, any page can be accessed by
>
> http://mysite.com/mypage
>
> or
>
> https://mysite.com/mypage
>
> I would like to make a few pages that are ONLY accessable via
> SSL. Is this possible? I am sure I am missing something obvious.
>
>
> --
> To unsubscribe: mail ">majordomo@ale.org with "unsubscribe ale" in message body.
--
,-----------------------------------------------------------------------------,
| Jeremy T. Bouse - UnderGrid Network Services, LLC - www.UnderGrid.net |
| All messages from this address should be atleast PGP/GPG signed |
| Public PGP/GPG key available through http://wwwkeys.us.pgp.net |
| If received unsigned (without requesting as such) DO NOT trust it! |
| ">undrgrid@UnderGrid.net - NIC Whois: JB5713 - ">Jeremy.Bouse@UnderGrid.net |
`-----------------------------------------------------------------------------'
application/pgp-signature attachment: stored
--
To unsubscribe: mail ">majordomo@ale.org with "unsubscribe ale" in message body.