Assuming that you're running this under Apache+Mod_Python (complete guess -
please correct me if I'm wrong), the server will be running as whatever
Apache is configured to run as. Typically that's not a local username like
"saraswati".

If you run Django with a front-end of Lighttpd+FLUP/fgci, then it can easily
run under your user account - a fairly common setup on hosted solutions like
TextDrive.

-joe

On 1/2/07, Michel Thadeu Sabchuk <[EMAIL PROTECTED]> wrote:


Hi guys!

I'm deploying a django project with postgresql as database backend. I
used to create a local user with the same name of the database user
(owner of the database), so I just need to run the webserver as the
local user and the database should work without problems (this was true
for webware). I try to run django as the local user and hit the page
without success, the error message tells me: FATAL: Ident
authentication failed for user "saraswati".

What can I do? Thanks


>


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