Hi All,
I cannot make broker-wsgi to work. What I've done:
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