So the docs make it clear that having mod_python and mod_wsgi enabled together 
can cause strange problems because they can pull in different pythons and such. 

I wonder if it's possible for mod_wsgi to emit some loud warnings (presumably 
to the Apache error log) if it detects that mod_python is present? Or 
alternatively if it could detect that a version of python is loaded that is 
different from the one mod_wsgi was compiled against. 

Would've saved me time with a recent issue I had where mod_python was loaded 
and I didn't realize it for a while. 

Bonus points if the warning could be printed to the console when the user does 
`apachectl configtest`. 

Hopefully this is possible and I didn't overlook such warnings if they are 
already present. 

-- 
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/-/W-eoE3IFzU4J.
To post to this group, send email to modwsgi@googlegroups.com.
To unsubscribe from this group, send email to 
modwsgi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to