Index: /vhosts/conf.d/mhuntley.conf
===================================================================
--- /vhosts/conf.d/mhuntley.conf	(revision 586)
+++ /vhosts/conf.d/mhuntley.conf	(revision 586)
@@ -0,0 +1,21 @@
+# do not trailing-slash DocumentRoot
+
+<VirtualHost *:80>
+	ServerName colegioelpedregal.mit.edu
+	ServerAlias colegioelpedregal
+	DocumentRoot /afs/athena.mit.edu/user/m/h/mhuntley/web_scripts/ElPedregal
+	Alias /~mhuntley /afs/athena.mit.edu/user/m/h/mhuntley/web_scripts
+	SuExecUserGroup mhuntley mhuntley
+	Include conf.d/vhosts-common.conf
+</VirtualHost>
+
+<IfModule ssl_module>
+	<VirtualHost *:443 *:444>
+		ServerName colegioelpedregal.mit.edu
+		ServerAlias colegioelpedregal
+		DocumentRoot /afs/athena.mit.edu/user/m/h/mhuntley/web_scripts/ElPedregal
+		Alias /~mhuntley /afs/athena.mit.edu/user/m/h/mhuntley/web_scripts
+		SuExecUserGroup mhuntley mhuntley
+		Include conf.d/vhosts-common-ssl.conf
+	</VirtualHost>
+</IfModule>
Index: /vhosts/conf.d/walker_lab.conf
===================================================================
--- /vhosts/conf.d/walker_lab.conf	(revision 586)
+++ /vhosts/conf.d/walker_lab.conf	(revision 586)
@@ -0,0 +1,21 @@
+# do not trailing-slash DocumentRoot
+
+<VirtualHost *:80>
+	ServerName walkerlab.mit.edu
+	ServerAlias walkerlab
+	DocumentRoot /afs/athena.mit.edu/org/w/walker_lab/web_scripts
+	Alias /~walker_lab /afs/athena.mit.edu/org/w/walker_lab/web_scripts
+	SuExecUserGroup walker_lab walker_lab
+	Include conf.d/vhosts-common.conf
+</VirtualHost>
+
+<IfModule ssl_module>
+	<VirtualHost *:443 *:444>
+		ServerName walkerlab.mit.edu
+		ServerAlias walkerlab
+		DocumentRoot /afs/athena.mit.edu/org/w/walker_lab/web_scripts
+		Alias /~walker_lab /afs/athena.mit.edu/org/w/walker_lab/web_scripts
+		SuExecUserGroup walker_lab walker_lab
+		Include conf.d/vhosts-common-ssl.conf
+	</VirtualHost>
+</IfModule>
