Index: vhosts/conf.d/template
===================================================================
--- vhosts/conf.d/template	(revision 146)
+++ vhosts/conf.d/template	(revision 156)
@@ -1,2 +1,4 @@
+# do not trailing-slash DocumentRoot
+
 <VirtualHost *:80>
 	ServerName hname.mit.edu
@@ -11,4 +13,6 @@
 	DocumentRoot /afs/athena.mit.edu/path/web_scripts
 	SuExecUserGroup uname uname
+	<IfModule mod_ssl.c>
 	SSLEngine on
+	</IfModule>
 </VirtualHost>
