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
+
+WSGIDaemonProcess docs.mit.edu threads=5
+WSGIScriptAlias / /var/www/docs.mit.edu/redirector.wsgi
+WSGIScriptReloading On
+
+<Directory /var/www/docs.mit.edu>
+ WSGIProcessGroup docs.mit.edu
+ WSGIApplicationGroup %{GLOBAL}
+ Order deny,allow
+ Allow from all
</Directory>
ErrorLog /var/log/apache2/error.docs.mit.edu.log