Hi everyone,

I'm having trouble to get admin to work with Ubuntu/Apache. My admin
works fine if I run it on the same host with django's developer server
(python manage.py runserver). But I got this message when I deliver my
website via Apache and try to request the admin page.


Internal Server Error

The server encountered an internal error or misconfiguration and was
unable to complete your request.


I set Apache's error log level to debug and it's not showing any
useful information. I'm thinking this must be caused by a permission
issue in ubuntu's file system where the public can't do something but
I can. But I don't know which files' permission to change. Does any
one know any candidates? What file would admin access? Where would
admin try to create/write a file? Thanks in advance!!!




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

Reply via email to