Index: osts/conf.d/tzg.conf
===================================================================
--- /vhosts/conf.d/tzg.conf	(revision 635)
+++ 	(revision )
@@ -1,19 +1,0 @@
-<VirtualHost *:80>
-	ServerName yaa.mit.edu
-	ServerAlias yaa
-	DocumentRoot /afs/athena.mit.edu/user/t/z/tzg/web_scripts/testjoomla
-	Alias /~tzg /afs/athena.mit.edu/user/t/z/tzg/web_scripts
-	SuExecUserGroup tzg tzg
-	Include conf.d/vhosts-common.conf
-</VirtualHost>
-
-<IfModule ssl_module>
-	<VirtualHost *:443 *:444>
-		ServerName yaa.mit.edu
-		ServerAlias yaa
-		DocumentRoot /afs/athena.mit.edu/user/t/z/tzg/web_scripts/testjoomla
-		Alias /~tzg /afs/athena.mit.edu/user/t/z/tzg/web_scripts
-		SuExecUserGroup tzg tzg
-		Include conf.d/vhosts-common-ssl.conf
-	</VirtualHost>
-</IfModule>
Index: /vhosts/conf.d/yaa.conf
===================================================================
--- /vhosts/conf.d/yaa.conf	(revision 636)
+++ /vhosts/conf.d/yaa.conf	(revision 636)
@@ -0,0 +1,19 @@
+<VirtualHost *:80>
+	ServerName yaa.mit.edu
+	ServerAlias yaa
+	DocumentRoot /afs/athena.mit.edu/org/y/yaa/web_scripts/yaa
+	Alias /~yaa /afs/athena.mit.edu/org/y/yaa/web_scripts
+	SuExecUserGroup yaa yaa
+	Include conf.d/vhosts-common.conf
+</VirtualHost>
+
+<IfModule ssl_module>
+	<VirtualHost *:443 *:444>
+		ServerName yaa.mit.edu
+		ServerAlias yaa
+		DocumentRoot /afs/athena.mit.edu/org/y/yaa/web_scripts/yaa
+		Alias /~yaa /afs/athena.mit.edu/org/y/yaa/web_scripts
+		SuExecUserGroup yaa yaa
+		Include conf.d/vhosts-common-ssl.conf
+	</VirtualHost>
+</IfModule>
