--- /dev/null
+<VirtualHost *:80>
+ ServerName docs.mit.edu
+ Include sites-common/docs.mit.edu
+</VirtualHost>
+
+<IfModule mod_ssl.c>
+#<VirtualHost *:443>
+# ServerName docs.mit.edu
+# Include sites-common/docs.mit.edu
+# Include sites-common/ssl-common
+# SSLCertificateFile /etc/ssl/certs/alex.mit.edu.pem
+# SSLCertificateKeyFile /etc/ssl/private/alex.mit.edu.key
+#</VirtualHost>
+</IfModule>
--- /dev/null
+ServerAdmin adehnert-webmaster@mit.edu
+
+DocumentRoot /var/www/docs.mit.edu/docroot/
+<Directory />
+ Options FollowSymLinks
+ AllowOverride None
+</Directory>
+<Directory /var/www/docs.mit.edu/docroot>
+# Options Indexes FollowSymLinks MultiViews
+# AllowOverride FileInfo AuthConfig Limit Indexes Options
+ DirectoryIndex index.html index.fcgi
+ Order allow,deny
+ allow from all
+</Directory>
+
+ErrorLog /var/log/apache2/error.docs.mit.edu.log
+
+# Possible values include: debug, info, notice, warn, error, crit,
+# alert, emerg.
+LogLevel warn
+
+CustomLog /var/log/apache2/access.docs.mit.edu.log combined