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