
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
}
 . So, first hiawatha require basic authentication (obviously without encryption)...then the SSL certificate exchange is from the ohter internal webserver.
. So, first hiawatha require basic authentication (obviously without encryption)...then the SSL certificate exchange is from the ohter internal webserver.