I was trying to load the wsgi_module into httpd.conf file / redhat:
...
LoadModule wsgi_module modules/mod_wsgi.so
But when i restart the server i get the followeing error:
Starting httpd: httpd: Syntax error on line 201 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_wsgi.so into server: libpython2.5.so: cannot open shared object file: No such file or directory
It is strange because file and directory exists.. Any ideas?