On Sun, Mar 15, 2009 at 8:50 AM, Robert Chen
<wintim.opensou...@gmail.com> 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 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to