Yes, this does appear to be caused by SELinux.  Under the default
policy rules, importing the python ctypes module when running under
the httpd security context will cause a security violation.

For now, the best way to make this work is to change one of the
SELinux booleans (do not disable SELinux entirely).  As root, do

   # setsebool -P httpd_tmp_exec 1

-- 
Deron Meranda
http://deron.meranda.us/

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
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