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