--
You received this message because you are subscribed to the Google Groups "modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to modwsgi+u...@googlegroups.com.
To post to this group, send email to mod...@googlegroups.com.
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/groups/opt_out.
sys.version = '2.7.2 (default, Oct 20 2011, 14:51:08) \n[GCC 4.1.2 20080704 (Red Hat 4.1.2-51)]' sys.prefix = '/usr/local'
3.
mod_wsgi.process_group = ''
mod_wsgi.application_group = 'vps701.openvps.eu|'
In the apache configuration for mod_wsgi I have just this:
WSGIPassAuthorization On
WSGIScriptAlias / /home/projects/sbo/django.wsgi
Thanks,
Virgil
1.
[root@vps701 sbo]# locate mod_wsgi.so
/usr/lib/httpd/modules/mod_wsgi.so
[root@vps701 sbo]# ldd /usr/lib/httpd/modules/mod_wsgi.so
libpthread.so.0 => /lib/libpthread.so.0 (0xb7d30000)
libdl.so.2 => /lib/libdl.so.2 (0xb7d2b000)
libutil.so.1 => /lib/libutil.so.1 (0xb7d27000)
libm.so.6 => /lib/libm.so.6 (0xb7cfe000)
libc.so.6 => /lib/libc.so.6 (0xb7ba5000)
/lib/ld-linux.so.2 (0xb7f29000)
It does not specify which python it is compiled for, but the site runs django and django is installed for python2.7 not 2.4(default) so it is ok
2sys.version = '2.7.2 (default, Oct 20 2011, 14:51:08) \n[GCC 4.1.2 20080704 (Red Hat 4.1.2-51)]' sys.prefix = '/usr/local'
3.
mod_wsgi.process_group = ''
mod_wsgi.application_group = 'vps701.openvps.eu|'
In the apache configuration for mod_wsgi I have just this:
WSGIPassAuthorization On
WSGIScriptAlias / /home/projects/sbo/django.wsgi
Thanks,
Virgil
newrelic.agent.initialize(os.path.join(os.path.dirname(__file__), "newrelic.ini"))