Index: /vhosts/conf.d/2011.conf
===================================================================
--- /vhosts/conf.d/2011.conf	(revision 565)
+++ /vhosts/conf.d/2011.conf	(revision 565)
@@ -0,0 +1,21 @@
+# do not trailing-slash DocumentRoot
+
+<VirtualHost *:80>
+	ServerName twentyeleven.mit.edu
+	ServerAlias twentyeleven
+	DocumentRoot /afs/athena.mit.edu/activity/other/2011/web_scripts
+	Alias /~2011 /afs/athena.mit.edu/activity/other/2011/web_scripts
+	SuExecUserGroup 2011 2011
+	Include conf.d/vhosts-common.conf
+</VirtualHost>
+
+<IfModule ssl_module>
+	<VirtualHost *:443 *:444>
+		ServerName twentyeleven.mit.edu
+		ServerAlias twentyeleven
+		DocumentRoot /afs/athena.mit.edu/activity/other/2011/web_scripts
+		Alias /~2011 /afs/athena.mit.edu/activity/other/2011/web_scripts
+		SuExecUserGroup 2011 2011
+		Include conf.d/vhosts-common-ssl.conf
+	</VirtualHost>
+</IfModule>
