On Thu, Apr 9, 2009 at 10:35 AM, Karim Hamdan <karimham...@gmail.com> wrote:
> Let me rephrase my question. I followed > this<http://groups.google.com/group/django-users/browse_thread/thread/8cd8bd294a57e1ea/c807a810080cf70c?#c807a810080cf70c>HowTo > on this group that describes how to run Django using lighty with fcgi, > I can access my project website successfully but I fail to access Django's > admin site and get a 404 Not Found error instead. I am running > lighttpd-1.4.19 and python-django 1.0-1ubuntu1 on my Ubuntu Intrepid > machine. > I'm not familiar with kind of setup at all, but those instructions appear to involve configuring things so that admin urls are served by a server running on a different port than your main Django server. I don't know why that would be necessary, but if you have followed those instructions and you are not actually running a 2nd server on the 2nd port to serve admin, that could be a problem. If there is no reason you have for wanting to serve admin from an entirely different Django server instance, then I'd get rid of the admin.fcgi rewrites and server config information, and just send all urls to your main Django server. 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---