<VirtualHost [COLOR="#FF0000"]"Hier IP einfügen"[/COLOR]:443>
ServerAdmin admin@domain.tld
ServerName domain.tld
ServerAlias domain.tld
DocumentRoot [COLOR="#FF0000"]/pfad/zum/docroot/[/COLOR]
ErrorLog [COLOR="#FF0000"]/pfad/zum/error/log[/COLOR]
DirectoryIndex index.html index.shtml index.htm index.php
<Directory [COLOR="#FF0000"]/pfad/zum/docroot/[/COLOR]>
AllowOverride FileInfo Indexes AuthConfig
order allow,deny
Allow from all
Options -Indexes +FollowSymlinks +ExecCGI
</Directory>
SSLEngine on
SSLCertificateFile [COLOR="#FF0000"]/pfad/zum/zertifikat/zertifikat.crt[/COLOR]
SSLCertificateKeyFile [COLOR="#FF0000"]/pfad/zum/key/key.key[/COLOR]
SSLCACertificateFile [COLOR="#FF0000"]/pfad/zum/ca-bundle/bundle.ca-bundle[/COLOR]
AddHandler x-httpd-php .php .php3 .php4 .php5
</Virtualhost>