Well, I gave this a try, and ended up with 404 errors. fcgihandler.py suggests adding to lighttpd.conf
server.error-handler-404 = '/test.fcgi' This does not help, nor does server.error-handler-404 = "/error-handler.fcgi" ( There no files on my system named *.fcgi, so I do not see how this could help ) I suspect my problem might be with this line $HTTP["host"] =~ "(^|\.)example\.com$" { Since I am running on a VPS I only have an IP address. I tried $HTTP["host"] == "100.101.102.103" { and $HTTP["remoteip"] == "100.101.102.103" { and #SERVER["socket"] == "100.101.102.103" { and some other variations on this, but nothing helps. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.