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 15084 invoked from network); 21 Jun 2022 17:53:55 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 21 Jun 2022 17:53:55 -0000 Received: from mx0.riseup.net ([198.252.153.6]) by 9front; Tue Jun 21 13:52:33 -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 4LSDcY67lYz9tBq for <9front@9front.org>; Tue, 21 Jun 2022 17:52:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1655833949; bh=PuJK1AyzMgbkkZqF1CvN5IB63qI19b8y2B6MIIBPPJU=; h=Subject:To:References:From:Date:In-Reply-To:From; b=LsOCPFScUxQ79R5bB/UmADRCGIE3nuAbDlQB+A3Xf810Xm2WsdR8OCiQLCai2feqA L6Yb5HKmSscl2mableTPtNEaT67VT1TwlPrcCQW8jN+aeDQL3IZfeWQpMc7KxmbHBk hdI27/Ph02lGw5bJv9DI62f9NEC4r5S8rtiFThFA= X-Riseup-User-ID: A1D63FCFFE34DA53F09403E6E112A3221C9F59470FAABA0800E23A63076A16AD Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4LSDcX5LjJz5vkC for <9front@9front.org>; Tue, 21 Jun 2022 17:52:27 +0000 (UTC) To: 9front@9front.org References: From: mkf9 Message-ID: <65a28254-0354-398d-e834-b673cfa55311@riseup.net> Date: Tue, 21 Jun 2022 22:22:24 +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: shared self-healing map/reduce database event Subject: Re: [9front] httpd minimal configuration Reply-To: 9front@9front.org Precedence: bulk hiro wrote: >> expected in the web root. Is it possible to put static html pages directly >> in it, or is a cgi expected? > > httpd doesn't do cgi, only static html. feel free to read the code to > find the implementation details. isn't webls and man2html some are kind of cgi or i'm mistaken?