This is the lighty setup: $HTTP["host"] == "manishop.solhost.org" { var.serverpath = "/panos/manishop.solhost.org" server.document-root = basedir + serverpath + "/manigifts/static" server.errorlog = basedir + serverpath + "/logs/server.log" accesslog.filename = basedir + serverpath + "/logs/access.log"
fastcgi.server= (".fcgi" => ( "localhost-9010" => ("host" => "127.0.0.1", "port" => 9010), ) ) } And fcgi is spawned by the user: python manage.py runfcgi method=threaded host=127.0.0.1 port=9010 Trying to visit the site, spits an unhandled exception. using `runserver` works fine though. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---