Ah! > Looks like the code in medusa_http.py is broken in this respect: > > environ = {'REQUEST_METHOD': request.command, > ... > 'SERVER_NAME': self.server.ip or socket.gethostname(), > } I didn't even think to look at that part. I'll check it out and send the patch, once I have it doing what I think is right. (Which means a bit of reading to be sure what I think is right, really is right!) Thanks, Jason