I was installing Invenio-1.1.2 on a machine with the fixed IP address 117.218.165.51 where I run a wiki http://117.218.165.51/wiki. The idea is to run an educational wiki alongside a multilingual digital repository.
The moinmoin wiki runs using the following directives in the /etc/apache2/apache2.conf
#
# MoinMoin WSGI configuration
WSGIScriptAlias /wiki /usr/share/moin/moin.wsgi
WSGIDaemonProcess moin user=www-data group=www-data processes=5 threads=10 maximum-requests=1000 umask=0007
WSGIProcessGroup moin
After installing Invenio if I keep the directive
WSGIScriptAlias / /opt/invenio/var/www-wsgi/invenio.wsgi
in the /etc/apache2/sites-enables/invenio
the wiki is broken. I could revive it by only changing it to
WSGIScriptAlias /invenio /opt/invenio/var/www-wsgi/invenio.wsgi
and the Invenio page does not come up. I get only
Regards and Thanks for your attention.
Surendran
From: Surendran Karippadath
Posted: 29/08/2013 18:16
Subject: Invenio v1.1.2 is released
--
Phone :+91-20-27298293
The moinmoin wiki runs using the following directives in the /etc/apache2/apache2.conf
#
# MoinMoin WSGI configuration
WSGIScriptAlias /wiki /usr/share/moin/moin.wsgi
WSGIDaemonProcess moin user=www-data group=www-data processes=5 threads=10 maximum-requests=1000 umask=0007
WSGIProcessGroup moin
After installing Invenio if I keep the directive
WSGIScriptAlias / /opt/invenio/var/www-wsgi/invenio.wsgi
in the /etc/apache2/sites-enables/invenio
the wiki is broken. I could revive it by only changing it to
WSGIScriptAlias /invenio /opt/invenio/var/www-wsgi/invenio.wsgi
and the Invenio page does not come up. I get only
The requested URL /invenio was not found on this server.
From what I understood one can not run two different process groups ( in this case 'moin' and 'invenio' ) in the same IP address (?)
I could not get a ready made solution, after looking up resources. How can run both rhese mod-wsgi processes together?Regards and Thanks for your attention.
Surendran
From: Surendran Karippadath
Posted: 29/08/2013 18:16
Subject: Invenio v1.1.2 is released
Yes, that cosmetic change is done.
As Invenio-1.1.2 is presently hosted at home with a permanent IP- address, may be I should not bother to spend in order to solve the security issue; but restrict the service among trusted machines.
Thank you very much.
On Mon, Aug 26, 2013 at 5:44 PM, Tibor Simko <[email protected]> wrote:
On Sat, 24 Aug 2013, [email protected] wrote:This is only a cosmetic issue that appears due to overhungry rsync
> I followed the procedure for UPGRADE from INVENIO-1.1.1 to 1.1.2
> However the footer remains as it was: Powered by Invenio v1.1.1
> Why does it not change?
instruction in RELEASE-NOTES. I've noticed it after releasing and
fixed it here:
<http://invenio-software.org/repo/invenio/commit/?h=maint-1.0&id=41ee2e22bb3c7fbbe5263b7b926550aa032ec8bb>
On your machine, if you have already installed Invenio, you can do
something like this to update it:
$ cd invenio-1.1.2
$ diff config/invenio-autotools.conf /opt/invenio/etc/
$ sudo -u www-data cp config/invenio-autotools.conf /opt/invenio/etc/
$ sudo -u www-data /opt/invenio/bin/inveniocfg --update-all$ sudo apache2ctl restart
You will have to buy and install an SSL certificate that is signed by
> Also, how to get out of the following Security Certificate problem?
some recognised authority such as Verisign, Digicert, GoDaddy, Gandi,
etc. Depending on where your domain is hosted, you may be able to get
an SSL certificate signed there too perhaps.
Best regards
--
Tibor Simko
Phone :+91-20-27298293

