Forum Moderators: phranque
NameVirtualHost *:80
<VirtualHost *:80> NameVirtualHost *:443
<VirtualHost *:443>
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/apache.pem <VirtualHost *:443>
DocumentRoot /web/example/html
ServerName example.org.za
ServerAlias www.example.org.za example.pl.example2.co.za
ErrorLog /logs/example.log/example.errors
CustomLog /logs/example.log/example.log
Alias /pics/ /web/example/pics/
Alias /cm_pics/ /web/example/cm_pics/
AddHandler server-parsed .inc
AddHandler server-parsed .htm
AddHandler server-parsed .html
AddType application/x-httpd-php .php
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/ssl.crt
SSLCertificateKeyFile /etc/apache2/ssl/ssl.key
<Directory /web/example/html>
Options Includes ExecCGI FollowSymlinks
XBitHack on
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost> Secure Connection Failed
An error occurred during a connection to www.example.com.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long) [edited by: jdMorgan at 2:52 pm (utc) on Apr 20, 2010]
[edit reason] Please use example.com only. See TOS and Charter. [/edit]