Yes, that's the reason, thanks very much. I commented out "check-local" because I thought it came with "socket" configuration. That's the mistake.
Now it woks. Thanks. Robert. On Sun, Mar 15, 2009 at 7:45 PM, Ramiro Morales <[email protected]> wrote: > > On Sun, Mar 15, 2009 at 8:50 AM, Robert Chen > <[email protected]> wrote: > > Hi, all: > > I used Lighttpd + fastcgi to deploy my Django project. My lighttpd > > configuration is as following: > > > > > > fastcgi.server = ( > > "/ziyoudu.fcgi" => ( > > > > "main" => ( > > "host" => "127.0.0.1", > > > > "port" => 8080, > > > > [..] > > > > The configuration is the same as that in www.djangoproject.com. But > lighttpd > > return 404 when I access http://www.ziyoudu.com/login/ > > I enabled the debug information then and found it seems that the url is > > translated to a static file path. The debug infomation is: > > That's because you aren't really following the documentation > example, you are missing the "check-local" => "disable" > directive. > > -- > Ramiro Morales > http://rmorales.net > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

