# ... snip ... WSGIDaemonProcess PROJNAME user=www-data group=www-data threads=3 WSGIScriptAlias /PROJNAME /path/to/nds/neahtta/PROJNAME.wsgi/PROJNAME WSGIScriptReloading On WSGIDaemonProcess PROJNAME2 user=www-data group=www-data threads=3 WSGIScriptAlias /PROJNAME2 /path/to/nds/neahtta/PROJNAME2.wsgi/PROJNAME2 WSGIScriptReloading On WSGIProcessGroup PROJNAME WSGIApplicationGroup %{GLOBAL} Order deny,allow Allow from all Alias /PROJNAME/static /path/to/nds/neahtta/static Alias /PROJNAME2/static /path/to/nds/neahtta/static Order allow,deny Allow from all # ... snip ...