I've installed Mayan on a KVM virtual machine and would like to access it using an Apache ProxyPass directive on the host machine. Because Mayan runs from the / web directory, this causes problems on the host for other websites. I've tried using: ProxyPass / https://<guest ip>/ in the host's ssl.conf This works, breaks things on the host's website.
ProxyPass /Mayan https://<guest ip>/Mayan and changing the WSGIScriptAlias to: WSGIScriptAlias /Mayan /var/www/mayan/mayan/wsgi/dispatch.wsgi in the guest ssl.conf gives me a mayan website without CSS and keeps reverting to / which now points to nothing. Any idea how I should go about solving this? It would be simple if Mayan didn't insist on use the web root. --
