# do not trailing-slash DocumentRoot
	ServerName eastgate.mit.edu
	ServerAlias eastgate
	DocumentRoot /afs/athena.mit.edu/activity/e/eastgate/web_scripts
	Alias /~eastgate /afs/athena.mit.edu/activity/e/eastgate/web_scripts
	SuExecUserGroup eastgate eastgate
	Include conf.d/vhosts-common.conf
	
		ServerName eastgate.mit.edu
		ServerAlias eastgate
		DocumentRoot /afs/athena.mit.edu/activity/e/eastgate/web_scripts
		Alias /~eastgate /afs/athena.mit.edu/activity/e/eastgate/web_scripts
		SuExecUserGroup eastgate eastgate
		Include conf.d/vhosts-common-ssl.conf
		SSLCertificateFile /etc/pki/tls/certs/eastgate.pem
		SSLCertificateChainFile /etc/pki/tls/certs/eastgate.pem
		SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
	
	
		ServerName eastgate.mit.edu
		ServerAlias eastgate
		DocumentRoot /afs/athena.mit.edu/activity/e/eastgate/web_scripts
		Alias /~eastgate /afs/athena.mit.edu/activity/e/eastgate/web_scripts
		SuExecUserGroup eastgate eastgate
		Include conf.d/vhosts-common-ssl.conf
		Include conf.d/vhosts-common-ssl-cert.conf
		SSLCertificateFile /etc/pki/tls/certs/eastgate.pem
		SSLCertificateChainFile /etc/pki/tls/certs/eastgate.pem
		SSLCertificateKeyFile /etc/pki/tls/private/scripts.key