WSGIScriptAlias and Location need to match up.

This commit is contained in:
Ralph Bean 2017-01-30 18:30:52 +00:00
parent 69706675ea
commit af5156a639

View file

@ -4,7 +4,7 @@ WSGIRestrictStdout On
WSGIRestrictSignal Off
WSGIPythonOptimize 1
WSGIScriptAlias /mbs /usr/share/mbs/mbs.wsgi
WSGIScriptAlias / /usr/share/mbs/mbs.wsgi
<Location />
WSGIProcessGroup mbs