LoadModule ssl_module /usr/lib/apache2/modules/mod_ssl.so NameVirtualHost *:443 Listen 443 SSLMutex default SSLRandomSeed startup builtin SSLSessionCache none ServerName SSLEngine On ## SSLCertificateFile ## SSLCertificateKeyFile DocumentRoot /var/www Options ExecCGI Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all Options +ExecCGI SetHandler cgi-script ErrorLog /var/log/apache2/error.log LogLevel warn CustomLog /var/log/apache2/access.log combinend ServerSignature On