Index: /vhosts/conf.d/cmagee.conf
===================================================================
--- /vhosts/conf.d/cmagee.conf	(revision 269)
+++ /vhosts/conf.d/cmagee.conf	(revision 269)
@@ -0,0 +1,23 @@
+# do not trailing-slash DocumentRoot
+
+<VirtualHost *:80>
+	ServerName cmagee.mit.edu
+	ServerAlias cmagee
+	DocumentRoot /afs/athena.mit.edu/user/c/m/cmagee/web_scripts/cmagee
+	Alias /~cmagee /afs/athena.mit.edu/user/c/m/cmagee/web_scripts
+	SuExecUserGroup cmagee cmagee
+	Include conf.d/vhosts-common.conf
+</VirtualHost>
+
+<IfModule ssl_module>
+	<VirtualHost *:443>
+		ServerName cmagee.mit.edu
+		ServerAlias cmagee
+		DocumentRoot /afs/athena.mit.edu/user/c/m/cmagee/web_scripts/cmagee
+		Alias /~cmagee /afs/athena.mit.edu/user/c/m/cmagee/web_scripts
+		SuExecUserGroup cmagee cmagee
+		Include conf.d/vhosts-common-ssl.conf
+		# Uncomment the following line to require certificates:
+		# Include conf.d/vhosts-common-ssl-cert.conf
+	</VirtualHost>
+</IfModule>
Index: /vhosts/conf.d/vgifford.conf
===================================================================
--- /vhosts/conf.d/vgifford.conf	(revision 269)
+++ /vhosts/conf.d/vgifford.conf	(revision 269)
@@ -0,0 +1,24 @@
+# do not trailing-slash DocumentRoot
+
+<VirtualHost *:80>
+	ServerName vcpw.mit.edu
+	ServerAlias vcpw
+	DocumentRoot /afs/athena.mit.edu/user/v/b/vbrobbey/web_scripts/vcpw
+	Alias /~vbrobbey /afs/athena.mit.edu/user/v/b/vbrobbey/web_scripts
+	SuExecUserGroup vbrobbey vbrobbey
+	Include conf.d/vhosts-common.conf
+</VirtualHost>
+
+<IfModule ssl_module>
+	<VirtualHost *:443>
+		ServerName vcpw.mit.edu
+		ServerAlias vcpw
+		DocumentRoot /afs/athena.mit.edu/user/v/b/vbrobbey/web_scripts/vcpw
+		Alias /~vbrobbey /afs/athena.mit.edu/user/v/b/vbrobbey/web_scripts
+		SuExecUserGroup vbrobbey vbrobbey
+		Include conf.d/vhosts-common-ssl.conf
+		# Uncomment the following line to require certificates:
+		# Include conf.d/vhosts-common-ssl-cert.conf
+	</VirtualHost>
+</IfModule>
+
