# do not trailing-slash DocumentRoot

<VirtualHost *:80>
	ServerName hname.mit.edu
	ServerAlias hname
	DocumentRoot /afs/athena.mit.edu/path/web_scripts
	SuExecUserGroup uname uname
</VirtualHost>

<VirtualHost *:443>
	ServerName hname.mit.edu
	ServerAlias hname
	DocumentRoot /afs/athena.mit.edu/path/web_scripts
	SuExecUserGroup uname uname
	<IfModule mod_ssl.c>
	SSLEngine on
	</IfModule>
</VirtualHost>
