Index: /vhosts/conf.d/hydrology.conf
===================================================================
--- /vhosts/conf.d/hydrology.conf	(revision 309)
+++ /vhosts/conf.d/hydrology.conf	(revision 309)
@@ -0,0 +1,23 @@
+# do not trailing-slash DocumentRoot
+
+<VirtualHost *:80>
+	ServerName hydrology.mit.edu
+	ServerAlias hydrology
+	DocumentRoot /afs/athena.mit.edu/org/h/hydrology/web_scripts
+	Alias /~hydrology /afs/athena.mit.edu/org/h/hydrology/web_scripts
+	SuExecUserGroup hydrology hydrology
+	Include conf.d/vhosts-common.conf
+</VirtualHost>
+
+<IfModule ssl_module>
+	<VirtualHost *:443>
+		ServerName hydrology.mit.edu
+		ServerAlias hydrology
+		DocumentRoot /afs/athena.mit.edu/org/h/hydrology/web_scripts
+		Alias /~hydrology /afs/athena.mit.edu/org/h/hydrology/web_scripts
+		SuExecUserGroup hydrology hydrology
+		Include conf.d/vhosts-common-ssl.conf
+		# Uncomment the following line to require certificates:
+		# Include conf.d/vhosts-common-ssl-cert.conf
+	</VirtualHost>
+</IfModule>
