From: Alex Dehnert Date: Sun, 12 May 2013 19:31:56 +0000 (-0400) Subject: Change docs.mit.edu to a flask app X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2587c8d61609bb7df9d8feeca820bbaceb6a49de;p=sysconfig%2Fapache2.git Change docs.mit.edu to a flask app --- diff --git a/sites-common/docs.mit.edu b/sites-common/docs.mit.edu index c887c79..535eeed 100644 --- a/sites-common/docs.mit.edu +++ b/sites-common/docs.mit.edu @@ -1,16 +1,19 @@ ServerAdmin adehnert-webmaster@mit.edu -DocumentRoot /var/www/docs.mit.edu/docroot/ Options FollowSymLinks AllowOverride None - -# 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 + + + WSGIProcessGroup docs.mit.edu + WSGIApplicationGroup %{GLOBAL} + Order deny,allow + Allow from all ErrorLog /var/log/apache2/error.docs.mit.edu.log