WSGIScriptAlias and Location need to match up.
This commit is contained in:
parent
69706675ea
commit
af5156a639
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue