VirtualHost {
Hostname = my-domain
WebsiteRoot = /var/www/my-domain/my-folder
StartFile = admin.php
AccessLogfile = /var/www/my-domain/log/access.log
ErrorLogfile = /var/www/my-domain/log/error.log
ExecuteCGI = yes
FastCGI = PHP5
RequireSSL = yes
PasswordFile = basic:/var/www/my-domain/.passwords
}