This post[1] seems to have the same issue. Ticket 6063, which was
fixed at rev.6895.

Problem is that the whole project is written for 0.96.1. Any way this
can be fixed in 0.96.1?


[1]
http://groups.google.com/group/django-users/browse_thread/thread/f5c9a05970343c0a/7455719663bebf05?lnk=gst&q=fastcgi+unhandled+exception#7455719663bebf05

On May 6, 9:05 pm, Panos Laganakos <[EMAIL PROTECTED]> wrote:
> 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to