X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=examples%2Fpython%2Fdynhosts%2Fdynhosts;fp=examples%2Fpython%2Fdynhosts%2Fdynhosts;h=0e10b730465f5199fff8ca5ff86c2da3181cec5b;hp=9a69a7059023df1cbeceb6f704dd0a838645a333;hb=ca92a4e582bcece21332497b426f4302d4abd3d2;hpb=d9f67feaea01146d7ea10abfff2dc59ff8946ced diff --git a/examples/python/dynhosts/dynhosts b/examples/python/dynhosts/dynhosts index 9a69a70..0e10b73 100755 --- a/examples/python/dynhosts/dynhosts +++ b/examples/python/dynhosts/dynhosts @@ -20,6 +20,6 @@ def serve(req): children[dname] = util.pchild(["dirplex", path], autorespawn = True) children[dname].passreq(req) return - util.respond(req, "No such host in configured.\n", status = "404 Not Found", ctype = "text/plain") + util.respond(req, "No such host is configured.\n", status = "404 Not Found", ctype = "text/plain") util.serveloop(serve)