Hello Surendran > How can one have a virtualĀ hosting with the following > > WSGIScriptAlias /invenio /opt/invenio/var/www-wsgi/invenio.wsgi > > in the file > > /opt/invenio/etc/apache/invenio-apache-vhost.conf > ? > I am unable to do it.
I think the trouble you are having is due to this /invenio path in your WSGIScriptAlias statement. As I wrote you a few days ago, in my virtual host my WSGIScriptAlias is written as: WSGIScriptAlias / /home/ddd/invenio/var/www-wsgi/invenio.wsgi In your case, it should be: WSGIScriptAlias / /opt/invenio/var/www-wsgi/invenio.wsgi As I understand it, the real advantatge of creating virtual hosts is that you don't have to append any /invenio or /moinmoin to the addresses of your sites. Please review this statement both in your Invenio and your Moinmoin definitions. Best regards, Ferran

