Vinicius wrote:
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.
But HTTPS uses also SSL. The SSL protocol is the base of https (https = http + ssl).
-- Liloulinx (http://freealilou.free.fr)