John, We have a similar configuration, try adding:
FORCE_SCRIPT_NAME = '' to settings.py On Jan 11, 2011, at 2:44 PM, John Finlay wrote: > I'm trying to serve django pages using mod_fastcgi from a lighttpd server. > Everything works well using the setup recommended in the documentation except > for the initial login. The porblem seems to be that when the user tries: > > http://server/ > > the login page comes up with a url of: > > http://server/accounts/login/?next=/mysite.fcgi/ > > After the user login lighttpd returns a 404 looking for > http://server/mysite.fcgi/mysite.fcgi > > How do I fix this? A change in urls.py or a change in lighttpd.conf? > > Thanks > > john > -- Eric Chamberlain, Founder RF.com - http://RF.com/ -- 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.

