Index: trunk/server/fedora/config/etc/httpd/vhosts.d/crush.conf
===================================================================
--- trunk/server/fedora/config/etc/httpd/vhosts.d/crush.conf	(revision 2345)
+++ trunk/server/fedora/config/etc/httpd/vhosts.d/crush.conf	(revision 2345)
@@ -0,0 +1,36 @@
+# do not trailing-slash DocumentRoot
+
+<VirtualHost *:80>
+	ServerName crush.mit.edu
+	ServerAlias crush
+	DocumentRoot /afs/athena.mit.edu/user/w/h/whaack/web_scripts/crush
+	Alias /~whaack /afs/athena.mit.edu/user/w/h/whaack/web_scripts
+	SuExecUserGroup whaack whaack
+	Include conf.d/vhosts-common.conf
+</VirtualHost>
+
+<IfModule ssl_module>
+	<VirtualHost *:443>
+		ServerName crush.mit.edu
+		ServerAlias crush
+		DocumentRoot /afs/athena.mit.edu/user/w/h/whaack/web_scripts/crush
+		Alias /~whaack /afs/athena.mit.edu/user/w/h/whaack/web_scripts
+		SuExecUserGroup whaack whaack
+		Include conf.d/vhosts-common-ssl.conf
+		SSLCertificateFile /etc/pki/tls/certs/crush.pem
+		SSLCertificateChainFile /etc/pki/tls/certs/crush.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
+	</VirtualHost>
+	<VirtualHost *:444>
+		ServerName crush.mit.edu
+		ServerAlias crush
+		DocumentRoot /afs/athena.mit.edu/user/w/h/whaack/web_scripts/crush
+		Alias /~whaack /afs/athena.mit.edu/user/w/h/whaack/web_scripts
+		SuExecUserGroup whaack whaack
+		Include conf.d/vhosts-common-ssl.conf
+		Include conf.d/vhosts-common-ssl-cert.conf
+		SSLCertificateFile /etc/pki/tls/certs/crush.pem
+		SSLCertificateChainFile /etc/pki/tls/certs/crush.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
+	</VirtualHost>
+</IfModule>
Index: trunk/server/fedora/config/etc/httpd/vhosts.d/impact.conf
===================================================================
--- trunk/server/fedora/config/etc/httpd/vhosts.d/impact.conf	(revision 2341)
+++ trunk/server/fedora/config/etc/httpd/vhosts.d/impact.conf	(revision 2345)
@@ -19,4 +19,5 @@
 		Include conf.d/vhosts-common-ssl.conf
 		SSLCertificateFile /etc/pki/tls/certs/impact.pem
+		SSLCertificateChainFile /etc/pki/tls/certs/impact.pem
 		SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
 	</VirtualHost>
@@ -30,4 +31,5 @@
 		Include conf.d/vhosts-common-ssl-cert.conf
 		SSLCertificateFile /etc/pki/tls/certs/impact.pem
+		SSLCertificateChainFile /etc/pki/tls/certs/impact.pem
 		SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
 	</VirtualHost>
