Hello,

I was recently charged with installing a new development server at
work, and I'm having some trouble getting Django to work as FastCGI
under Lighttpd. The new server is setup identical to the old server,
except for some hardware upgrades and we moved from Ubuntu Dapper to
Ubuntu Gutsy.

Lighttpd starts with no problems, and so does the bash script which
starts the fastcgi daemon, but when I visit the URL
(ccsx.dev.ccsx.com) in my browser, I get an "Unhandled Exception"
error.

My startup script can be found here: http://dpaste.com/26896/ (Got it
from the docs, and it works well on the old server)
My lighttpd config can be found here: http://dpaste.com/26897/ (Same
as on the old server)
This is what's in the lighttpd error log: http://dpaste.com/26888/
(Could this be an issue with flup?)

At first, given what's in the log, I thought it was a flup problem. I
had originally installed flup via apt, so I uninstalled and
reinstalled it (again, via apt) but got the same error. So I
uninstalled it and reinstalled it using easy_install, and am still
getting the same error.

If I manually run "python manage.py runserver 0.0.0.0:8000" I can
visit ccsx.dev.ccsx.com:8000 and it works (aside from the /media/
folder, as Django isn't setup to serve that.)

By the way, I'm running the latest svn release of Django (currently
6897)

Anyone know what might be going on?
--~--~---------~--~----~------------~-------~--~----~
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