Index: vhosts/conf.d/physics-gsc.conf
===================================================================
--- vhosts/conf.d/physics-gsc.conf	(revision 156)
+++ vhosts/conf.d/physics-gsc.conf	(revision 244)
@@ -4,13 +4,14 @@
 	DocumentRoot /afs/athena.mit.edu/activity/p/physics-gsc/web_scripts/joomla
 	SuExecUserGroup physics-gsc physics-gsc
+	Include conf.d/vhosts-common.conf
 </VirtualHost>
 
-<VirtualHost *:443>
-	ServerName pgsc.mit.edu
-	ServerAlias pgsc
-	DocumentRoot /afs/athena.mit.edu/activity/p/physics-gsc/web_scripts/joomla
-	SuExecUserGroup physics-gsc physics-gsc
-	<IfModule mod_ssl.c>
-	SSLEngine on
-	</IfModule>
-</VirtualHost>
+<IfModule ssl_module>
+	<VirtualHost *:443>
+		ServerName pgsc.mit.edu
+		ServerAlias pgsc
+		DocumentRoot /afs/athena.mit.edu/activity/p/physics-gsc/web_scripts/joomla
+		SuExecUserGroup physics-gsc physics-gsc
+		Include conf.d/vhosts-common-ssl.conf
+	</VirtualHost>
+</IfModule>
