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