> He's running a site on vBulletin, so his PHP needs to stay, is there
> any issues I should be careful of not upset the PHP, while still
> getting Django and mod_python correctly installed on the server?

The one thing I am aware of is that under certain circumstances there
can be a problem involving md5 libraries loaded by mod_php and
mod_python. I am fuzzy on the specific details, but you may want to
check the following threads:

http://groups.google.com/group/django-users/browse_thread/thread/17c589ad4e62d8e9/7475c00fee4c9cee?lnk=st&q=mod_python+mod_php+md5#7475c00fee4c9cee
http://www.modpython.org/pipermail/mod_python/2007-April/023508.html
http://www.modpython.org/pipermail/mod_python/2007-April/023512.html

Also, be aware that Apache can get kind of large if you start
including lots of large interpreters. This reduces the number of
server processes you can have before you start to thrash. You'll have
to run benchmarks to see if this is a problem for you.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to