To simplify further, I proxied to "/".
Apache config:
<Location />
Options +ExecCGI
SetHandler wsgi-handler
</location>
ProxyPass / http://localhost:8000/
I get this error in the browser:
Method Not Allowed
The method is not allowed for the requested URL.
I get this in the command line:
Fri Nov 03 21:34:17 2017] INFO:werkzeug:127.0.0.1 - - [03/Nov/2017 21:34:17]
"GET /index.html HTTP/1.1" 405 -
Commenting out the <location> directives does not make a difference.
I don't know what to do...
--
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/0ac1ea07-1044-4ba5-9b53-7dd3b5fb3098%40googlegroups.com.