Hi All,

I cannot make broker-wsgi to work. What I've done:

  1. I installed x2gobroker-wsgi from package on publicly available host
  2. I installed Apache2 and libapache2-mod-wsgi
  3. I removed /etc/apache2/conf.d/x2gobroker-wsgi
  4. I edited /etc/apache2/sites-available/x2gobroker to 
    1. replace SSL certificate data with the real one which is installed on the server
    2. replace value of  ServerName directive to match real hostname of the server (originally it was set to "localhost")
  5. 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