How to use Apache 2 with HTTPS only?



Hello,

I'm using FC5 and Apache 2. Apache 2 is using SSL, but I would like to
serve only HTTPS.

How to use Apache 2 with HTTPS only, please?

A snippet of my ssl.conf:
"
<VirtualHost _default_:443>
SSLEngine on
SSLOptions +StrictRequire
<Directory />
SSLRequireSSL
</Directory>
</VirtualHost>
"

TIA,
Vinicius.

Attachment: signature.asc
Description: OpenPGP digital signature

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Relevant Pages