> def handler( req ): > req.content_type = "text/html" > req.write( "hello" ) > return apache.OK Try using text/plain. -- Deron Meranda