Index: /vhosts/conf.d/akishore.conf
===================================================================
--- /vhosts/conf.d/akishore.conf	(revision 525)
+++ /vhosts/conf.d/akishore.conf	(revision 525)
@@ -0,0 +1,21 @@
+# do not trailing-slash DocumentRoot
+
+<VirtualHost *:80>
+	ServerName newswatch.mit.edu
+	ServerAlias newswatch
+	DocumentRoot /afs/athena.mit.edu/user/a/k/akishore/web_scripts/newswatch
+	Alias /~akishore /afs/athena.mit.edu/user/a/k/akishore/web_scripts
+	SuExecUserGroup akishore akishore
+	Include conf.d/vhosts-common.conf
+</VirtualHost>
+
+<IfModule ssl_module>
+	<VirtualHost *:443 *:444>
+		ServerName newswatch.mit.edu
+		ServerAlias newswatch
+		DocumentRoot /afs/athena.mit.edu/user/a/k/akishore/web_scripts/newswatch
+		Alias /~akishore /afs/athena.mit.edu/user/a/k/akishore/web_scripts
+		SuExecUserGroup akishore akishore
+		Include conf.d/vhosts-common-ssl.conf
+	</VirtualHost>
+</IfModule>
