[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [HS] apache + SSL



On Thu, May 25, 2006 at 02:31:20PM +0200,
 Tahar <tahar_ba@yahoo.fr> wrote 
 a message of 26 lines which said:

> je voudrais savoir s'il y a un moyen de ne permettre l'accès à un
> site qu'en mode sécurisé https,

NameVirtualHost *:443
<VirtualHost *:443>
        ServerName mon-serveur-a-moi

(443 == https)

Ou bien :

<VirtualHost 10.134.7.250:80>
ServerName mon-serveur-a-moi
Redirect permanent / https://mon-serveur-a-moi/
</VirtualHost>



Reply to: