When I try to access SAO from a mod_wsgi server I get this error message

127.0.0.1 - - [12/Dec/2017:09:40:09 +0000] "GET / HTTP/1.1" 302 229
127.0.0.1 - - [12/Dec/2017:09:40:18 +0000] "GET /index.html HTTP/1.1" 405 178

Tryton client is working correctly with mod_wsgi

When I Run tryton in developpment mode, SAO works correctly 

Here is my Apache 2.4 conf :

<VirtualHost *:8000>
    ServerName TrytonERP
    WSGIPassAuthorization On
    WSGIScriptAlias / "C:\Python27\tryton-sao-4.4.0\package\tryton.wsgi"

    <Directory "C:\Python27\tryton-sao-4.4.0\package">          
                Require all granted     
    </Directory>
</VirtualHost>

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/5bf0c740-a183-43ed-a07f-ab50d57c901a%40googlegroups.com.

Reply via email to