On 10/9/06, frank <[EMAIL PROTECTED]> wrote:
> It would be most helpful if there was some documentation
> somewhere that described what mod_python/apache needs
> as distinct from the development server.
The biggest problem I've seen people have when migrating from the dev
server to Apache is, bar none, file permissions: the dev server runs
as your user, but Apache almost never does and, as a result, often
doesn't have sufficient permissions to access the necessary files.

This is, unfortunately, one of those "how far should we go" problems
with documentation; in other words, at what point can/should we assume
a certain level of knowledge of Apache (or Python, or a given
database, or Unix filesystems, or any of the non-Django components in
a Django stack)?
-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to