Roberto Scipioni

Results 9 comments of Roberto Scipioni

I noticed that looking at the pages directory there are some strange directories with names like xxxxx(2f)yyyyy these ones as opposed to the ones with standard names DO give issues...

First test passed :-) 1) I was able to install pypy on centos 7 2) I was able to install moin using **pypy setyp.py** instead of **python setup.py** 3) Using...

With regard to the third point, I interfaced with Apache 2.4 with a .conf like ============== # SetHandler server-status ServerName phys-webvm.phys.sussex.ac.uk DocumentRoot "/srv/www/wikis" Options Indexes FollowSymLinks MultiViews AllowOverride None Require...

ServerName phys-webvm.phys.sussex.ac.uk DocumentRoot "/srv/www/wikis" Options Indexes FollowSymLinks MultiViews AllowOverride None Require all granted Options Indexes FollowSymLinks MultiViews AllowOverride None Require all granted ErrorLog "/var/log/httpd/moin.wiki.epp_error_ssl.log" ServerSignature Off CustomLog "/var/log/httpd/moin.wiki.epp_access_ssl.log" combined SSLEngine...

How would I go about testing that? I temporarily removed the system python binary and the moin website worked fine! Any advice? R.

Looks like you are right! ldd mod_wsgi.so linux-vdso.so.1 => (0x00007ffc229a7000) libpython2.7.so.1.0 => /lib64/libpython2.7.so.1.0 (0x00007efeb5f92000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007efeb5d76000) libdl.so.2 => /lib64/libdl.so.2 (0x00007efeb5b72000) libutil.so.1 => /lib64/libutil.so.1 (0x00007efeb596f000) libm.so.6 => /lib64/libm.so.6 (0x00007efeb566d000)...

I guess now I am back to the drawing board! I will attempt to install mod_wsgi using pypy..... stay tuned!

I am waiting from the people at Central ITS to decide which option they will give me! In any case we intend to have the wiki sitting INSIDE a VM...

Hi, Has a test been run to use moin 1.9.11 using pypy rather than a standard python? I could try that ..I suppose R.