From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: Brian Hancock Message-ID: Content-Type: TEXT/PLAIN; charset=US-ASCII References: <20020124163916.CAE9F19A89@mail.cse.psu.edu> Subject: Re: [9fans] httpd service Date: Fri, 25 Jan 2002 14:00:54 +0000 Topicbox-Message-UUID: 457c0e80-eaca-11e9-9e20-41e7f4b1d025 Thanks Russ. It's now running well. Just a note to anyone else starting out to set up Plan9 for httpd service, make sure you check /lib/namespace.httpd and /sys/lib/httpd.rewrite. Regards, Brian On Thu, 24 Jan 2002, Russ Cox wrote: > See httpd(8). Httpd runs by itself, not out of listen, > so you invoke it by running ``ip/httpd/httpd''. > To start listen you only say ``aux/listen tcp'' or > ``aux/listen il''; it looks in /bin/service for the > scripts named things like tcp80 or il17005. > But listen isn't involved with httpd. > > Russ