Graham

This problem is solved. Your previous post help me to isolate what is going 
on wsgi and apache.

The problem was on the defaut.conf that must match port 80

First Application default.conf -> static files
<VirtualHost _default_:*80*>
        DocumentRoot /var/www/html
</VirtualHost>

httpd.conf is still :
...
Listen 80
ServerName exemple.com:80 <http://example.com/>
...
LoadModule wsgi_module modules/mod_wsgi.so
...
WSGISocketPrefix /var/run/wsgi
WSGIPythonHome /usr/local/python-2.7
WSGIPythonPath /usr/local/python-2.7/lib/python2.7/site-packages
...
NameVirtualHost *:80

All works that a charm
Thank you for your help and for your great apache module

Laurent

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/modwsgi/-/03REjnEVeOAJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to