From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14310 invoked from network); 21 Jun 2022 17:47:13 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 21 Jun 2022 17:47:13 -0000 Received: from mx0.riseup.net ([198.252.153.6]) by 9front; Tue Jun 21 13:44:27 -0400 2022 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4LSDRC3Tx0z9tD8 for <9front@9front.org>; Tue, 21 Jun 2022 17:44:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1655833463; bh=6smgCFJctZp5uvoXi2KMBr0HScb96q9MTs3M2VA5fq8=; h=Subject:To:References:From:Date:In-Reply-To:From; b=lbkTLZjupBGoMLg0d4M5YLK7rMR7IekfgcdlMur14OWYC70gbKd30dsJLI/slM4XU srhDdBL7BW9xXfqXJgbRCGsA2u8hVHDXFMRTbexj8w7zxiS8fo7v52OkWC9OAhu6X6 pS34ohj1MeN7PbEMDQMkacdm9lPhfXFqMwgSXm78= X-Riseup-User-ID: CCEF33297A5C87481C3EAF6E1DCF8394C5B7227C5786B26F6BE38208BFC32838 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4LSDR00JMdz5vkC for <9front@9front.org>; Tue, 21 Jun 2022 17:44:11 +0000 (UTC) To: 9front@9front.org References: From: mkf9 Message-ID: Date: Tue, 21 Jun 2022 22:14:02 +0430 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: software-scale factory Subject: Re: [9front] httpd minimal configuration Reply-To: 9front@9front.org Precedence: bulk Hi. planless.user9 wrote: > My preference would be httpd, however I can't find any documentation for > it apart from the man page and unfortunately I don't know what exactly > is expected in the web root. Is it possible to put static html pages > directly in it, or is a cgi expected? Is there perhaps a simple example > that I missed in my search on the wiki, fqa and via search engine? > these might be helpful for the idea of how httpd works: https://plan9.io/wiki/plan9/httpd/index.html http://werc.cat-v.org/docs/web-server-setup/plan-9-httpd however, httpd is one of more complex programs that exist in 9front and may take longer to learn. > What would be the minimum namespace configuration needed to display a > static page? > putting your files in /usr/web should be enough. iirc.