Hello Surendran, > I have the standard WSGI configuration as you reminded now and before: > >> WSGIScriptAlias / /opt/invenio/var/www-wsgi/invenio.wsgi > > and the sites are both working almost fine ( invenio submissions and > moin wiki page creation). But the > >> uri: </RecentChanges?> exception in >>.SERVER_RETURN: 404 (webinterface_handler.py:426:_handler) > > perhaps occurred because the WSGI configuration for moin > > WSGIScriptAlias / /usr/share/moin/moin.wsgi > WSGIDaemonProcess moin user=www-data group=www-data ... > WSGIProcessGroup moin > > was in /etc/apache2/apache2.conf.
In my case, I haven't modified /etc/apache2/apache2.conf from the original Debian distribution, even if I have more than 6 webs with virtual hosts, not all them Invenios ;-). Each site has its own Apache configuration file like the one Invenio provides, maybe with minor modifications, and they are symlinked from /etc/apache2/sites-available/, and activated with a2ensite/a2dissite, that creates symlinks from /etc/apache2/sites-enabled/. > I have now put them within the <virtualhost *.80>...</virtualhost> for > the wiki and hopefully the exception handling problem should happily > disappear. In my message on Dec 9 I wrote about what I've put in or out the <virtualhost> tag, but always as part of the site specific configuration file, never on the generic /etc/apache2/apache2.conf one. http://www.mail-archive.com/[email protected]/msg00707.html Hope it helps, Ferran

