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.0 required=5.0 tests=NORMAL_HTTP_TO_IP, NUMERIC_HTTP_ADDR autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 8790 invoked from network); 26 Apr 2022 23:01:57 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 26 Apr 2022 23:01:57 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Tue Apr 26 19:00:27 -0400 2022 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 5021f0f6 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Tue, 26 Apr 2022 16:00:15 -0700 (PDT) Message-ID: <6D41E537AF244AA73894570182FB421F@eigenstate.org> To: 9front@9front.org Date: Tue, 26 Apr 2022 19:00:14 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: TOR over TOR high-performance grid reduce/map database Subject: Re: [9front] https exec header invalid Reply-To: 9front@9front.org Precedence: bulk Quoth william@thinktankworkspaces.com: > daunting... When I run it command line it get the following. > > tlssrv -D -c /sys/lib/tls/think.pem -l /tmp/log/https /cfg/maat/service.www/tcp80 $* > > maat Apr 24 13:48:43 tls reports tlsServer2 > maat Apr 24 13:48:43 tls reports initial msgRecv failed > maat Apr 24 13:48:43 tls reports failed: tls hungup > https://45.79.94.76 > > > cat tcp80 > #!/bin/rc > exec /rc/bin/rc-httpd/rc-httpd >>[2]/sys/log/www > > was not sure if I needed to change something in select handler > > if(~ $SERVER_NAME 45.79.94.76){ > PATH_INFO=$location > FS_ROOT=/usr/www/werc/sites/$SERVER_NAME > exec static-or-cgi /usr/www/werc/bin/werc.rc > } > > like a redirect or something? > Is it possible that you just don't have what you expect in the namespace when running it from listen?