X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=examples%2Fpython%2Fdynhosts%2Fdynhosts;h=0e10b730465f5199fff8ca5ff86c2da3181cec5b;hb=bcad6b0c48d516ddc920b52f06083ceaa242e1ca;hp=9a69a7059023df1cbeceb6f704dd0a838645a333;hpb=4d2dc22a9a68395a5788ae66c84ae0ced2d0e733;p=ashd.git 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)