Hi All,
I cannot make broker-wsgi to work. What I've done:
- I installed x2gobroker-wsgi from package on publicly available host
- I installed Apache2 and libapache2-mod-wsgi
- I removed /etc/apache2/conf.d/x2gobroker-wsgi
- I edited /etc/apache2/sites-available/x2gobroker to
- replace SSL certificate data with the real one which is installed on the server
- replace value of ServerName directive to match real hostname of the server (originally it was set to "localhost")
- Restarted apache2 service
When I connect to the server in a web browser (using hostname listed with ServerName directive) via https:// I'm getting webpage which belongs to default vhost, i.e. content of index.html file located in /var/www
When I try to navigate to https://<hostname>/plain/inifile I'm getting 404
I guess I cannot figure out how to deal with wsgi... because for me it seems like Apache is looking for plain/inifile located in /var/www and totally ignores wsgi business.
Any help is greatly appreciated.
--
Simon