Thanks, Jon! It mostly works. I shouldn't have been trying to change two variables at once (lighttpd handler, socket file).
For some reason lighttpd doesn't seem to believe me that I want an index file named just 'index'. So it goes to index.html right now if it exists, and if it doesn't it just lists the files. :( I've tried: server.indexfiles = ( "index.html", "index" ) server.indexfiles = ( "index", "index.html" ) (I'm using 1.3, in 1.4 there is index-file.names... maybe that will work.) I also tried changing index in controllers.py to index_html, no luck. (Is that even the right way to do that?) Anyway, maybe it's time to upgrade lighttpd... Thanks again, -- Brian Beck Adventurer of the First Order --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

