Index: trunk/server/fedora/config/etc/httpd/vhosts.d/blog.sl2.xyz.conf
===================================================================
--- trunk/server/fedora/config/etc/httpd/vhosts.d/blog.sl2.xyz.conf	(revision 2730)
+++ trunk/server/fedora/config/etc/httpd/vhosts.d/blog.sl2.xyz.conf	(revision 2730)
@@ -0,0 +1,34 @@
+# do not trailing-slash DocumentRoot
+
+<VirtualHost *:80>
+	ServerName blog.sl2.xyz
+	
+	DocumentRoot /afs/athena.mit.edu/user/s/l/slz/web_scripts/blog.sl2.xyz
+	Alias /~slz /afs/athena.mit.edu/user/s/l/slz/web_scripts
+	SuExecUserGroup slz slz
+	Include conf.d/vhosts-common.conf
+</VirtualHost>
+
+<IfModule ssl_module>
+	<VirtualHost *:443>
+		ServerName blog.sl2.xyz
+		
+		DocumentRoot /afs/athena.mit.edu/user/s/l/slz/web_scripts/blog.sl2.xyz
+		Alias /~slz /afs/athena.mit.edu/user/s/l/slz/web_scripts
+		SuExecUserGroup slz slz
+		Include conf.d/vhosts-common-ssl.conf
+		SSLCertificateFile /etc/pki/tls/certs/blog.sl2.xyz.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
+	</VirtualHost>
+	<VirtualHost *:444>
+		ServerName blog.sl2.xyz
+		
+		DocumentRoot /afs/athena.mit.edu/user/s/l/slz/web_scripts/blog.sl2.xyz
+		Alias /~slz /afs/athena.mit.edu/user/s/l/slz/web_scripts
+		SuExecUserGroup slz slz
+		Include conf.d/vhosts-common-ssl.conf
+		Include conf.d/vhosts-common-ssl-cert.conf
+		SSLCertificateFile /etc/pki/tls/certs/blog.sl2.xyz.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
+	</VirtualHost>
+</IfModule>
Index: trunk/server/fedora/config/etc/httpd/vhosts.d/sl2.xyz.conf
===================================================================
--- trunk/server/fedora/config/etc/httpd/vhosts.d/sl2.xyz.conf	(revision 2730)
+++ trunk/server/fedora/config/etc/httpd/vhosts.d/sl2.xyz.conf	(revision 2730)
@@ -0,0 +1,34 @@
+# do not trailing-slash DocumentRoot
+
+<VirtualHost *:80>
+	ServerName sl2.xyz
+	
+	DocumentRoot /afs/athena.mit.edu/user/s/l/slz/web_scripts/sl2.xyz
+	Alias /~slz /afs/athena.mit.edu/user/s/l/slz/web_scripts
+	SuExecUserGroup slz slz
+	Include conf.d/vhosts-common.conf
+</VirtualHost>
+
+<IfModule ssl_module>
+	<VirtualHost *:443>
+		ServerName sl2.xyz
+		
+		DocumentRoot /afs/athena.mit.edu/user/s/l/slz/web_scripts/sl2.xyz
+		Alias /~slz /afs/athena.mit.edu/user/s/l/slz/web_scripts
+		SuExecUserGroup slz slz
+		Include conf.d/vhosts-common-ssl.conf
+		SSLCertificateFile /etc/pki/tls/certs/sl2.xyz.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
+	</VirtualHost>
+	<VirtualHost *:444>
+		ServerName sl2.xyz
+		
+		DocumentRoot /afs/athena.mit.edu/user/s/l/slz/web_scripts/sl2.xyz
+		Alias /~slz /afs/athena.mit.edu/user/s/l/slz/web_scripts
+		SuExecUserGroup slz slz
+		Include conf.d/vhosts-common-ssl.conf
+		Include conf.d/vhosts-common-ssl-cert.conf
+		SSLCertificateFile /etc/pki/tls/certs/sl2.xyz.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
+	</VirtualHost>
+</IfModule>
