> I am trying to deploy my application under http://myserver.com/myapp > [...] > Here is my current lighttpd.conf (relevant parts only) > > [...] > "/myth.py" => > (( > "socket" => "/tmp/fastcgi-myth.socket", > "bin-path" => "/home/http/myth_controll/myth_control.py", > "bin-environment" => ( > "REAL_SCRIPT_NAME" => "" > ), > "check-local" => "disable", > "max-procs" => 1 > )) > )
Try setting REAL_SCRIPT_NAME to "/myth". -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
