<
VirtualHost IP.FAIL.OVER:80>
ServerAdmin postmaster@mon-domaine.com
DocumentRoot /home/MONLOGIN/public_html
Servername www.mon-domaine.com
suPHP_UserGroup MONLOGIN MONLOGIN
User MONLOGIN
Group MONLOGIN
BytesLog /usr/local/apache/domlogs/mondomaine.com-bytes_log
Customlog /usr/local/apache/domlogs/ combined
ScriptAlias /cgi-bin/ /home/mondomai/public_html/cgi-bin/
<
/VirtualHost>
<
VirtualHost IP.FAIL.OVER:443>
ServerAdmin postmaster@mon-domaine.com
DocumentRoot /home/MONLOGIN/public_html
Servername www.mon-domaine.com
SSLEngine on
SSLCertificateFile /etc/httpd/ssl.crt/www.mon-domaine.com.cert
SSLCertificateKeyFile /etc/httpd/ssl.key/www.mon-domaine.com.key
SSLCACertificateFile /etc/httpd/ssl.crt/www.mon-domaine.com.chain
suPHP_UserGroup MONLOGIN MONLOGIN
User MONLOGIN
Group MONLOGIN
BytesLog /usr/local/apache/domlogs/mondomaine.com-bytes_log
Customlog /usr/local/apache/domlogs/ combined
ScriptAlias /cgi-bin/ /home/mondomai/public_html/cgi-bin/
<
/VirtualHost>