Hi,

I would like to use Invenio for our experiment, and to have it run on our existing web server. The web server uses apache2. I would like Invenio to show up at "http://our.server/docs/";.

I tried simply placing "Alias /docs/ /opt/invenio/var/www/" in our default virtual host, and then copying all the <Directory> and WSGI lines from Invenio's automatically generated apache site file.

This causes apache to properly serve files from /opt/invenio/var/www/, however the Invenio (test) site does not function -- I'm assuming because the WSGI daemon won't serve files properly?

I was wondering if anyone has done this or has some information about how to set it up?

Thanks very much!

- Corey


PS - I could get the non-ssl part of Invenio to work as I wanted by setting up a reverse proxy from /docs/ to a virtual host on port 8082, but the login goes via ssl, and I don't want to change that port away from 443, so I can't use the same solution for invenio-ssl. This makes me wonder if there's a way to use a reverse proxy pointing to localhost that will work?

Reply via email to