Index: /vhosts/conf.d/erc2007.conf
===================================================================
--- /vhosts/conf.d/erc2007.conf	(revision 192)
+++ /vhosts/conf.d/erc2007.conf	(revision 192)
@@ -0,0 +1,18 @@
+# do not trailing-slash DocumentRoot
+
+<VirtualHost *:80>
+	ServerName erc2007.mit.edu
+	ServerAlias erc2007
+	DocumentRoot /afs/athena.mit.edu/org/e/erc2007/web_scripts
+	SuExecUserGroup erc2007 erc2007
+</VirtualHost>
+
+<VirtualHost *:443>
+	ServerName erc2007.mit.edu
+	ServerAlias erc2007
+	DocumentRoot /afs/athena.mit.edu/org/e/erc2007/web_scripts
+	SuExecUserGroup erc2007 erc2007
+	<IfModule mod_ssl.c>
+	SSLEngine on
+	</IfModule>
+</VirtualHost>
