On Jan 15, 2008 6:55 PM, Scott <[EMAIL PROTECTED]> wrote:

> MY SYSTEM:
>
> OS = { Red Hat Enterprise Linux 5 | RHEL 5 | RHEL5 }
> Python 2.4.3 (#1, Dec 11 2006, 11:38:52)
> Apache/2.2.3 (Red Hat) Server
> mod_python.version '3.2.8'
> Django VERSION = (0, 97, 'pre')
>

>From all the information you've posted it really seems like the apache
process cannot access files under /Working, whereas it can access files
under site-packages.  This despite the fact that the file permissions under
/Working look like they should allow access by apache.  So what could be
going on?  I've never used RHEL5, but I've read some about it and it
includes SELinux (security-enhanced Linux).  Could this be getting in the
way?  This page:

http://www.linuxtopia.org/online_books/rhel5/rhel5_administration/rhel5_sec-sel-admincontrol.html

list some commands to show the status of SELinux.  If you try them on your
system and it's enabled/enforcing and restricting access to /Working, then
that could explain the weird behavior you have described.  Fixing it would
then require either disabling SELinux or changing the config to remove the
restrictions on apache's access to /Working.

Karen

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