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.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 8492 invoked from network); 15 Jan 2022 09:53:25 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 15 Jan 2022 09:53:25 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 4ess; Sat Jan 15 04:46:16 -0500 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1642239965; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=lj/32vsuWniD+TbB38S6CTsouZTFp4BUidsXQd15LPE=; b=bumyjU0e9f3BCRD2TVPnde5cZGyI+oM5wRGaMVskLm9/Qwvc6Eb5clOpmswEqHQ8TTjKQn jEXcHRIQf6PofTUuA9vnkP9QzhaPddNHH12g6LXCel457nNMN2kZk5BfWOigwrDbhIhE8O 3+opOZankYeW7BBmqsCeyRMcoSEan64= Received: from localhost (wopr.sciops.net [local]) by wopr.sciops.net (OpenSMTPD) with ESMTPA id 4a989f33 for <9front@9front.org>; Sat, 15 Jan 2022 01:46:05 -0800 (PST) Date: Sat, 15 Jan 2022 01:46:05 -0800 From: Kurt H Maier To: 9front@9front.org Message-ID: Mail-Followup-To: 9front@9front.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: asynchronous method markup-oriented TOR module out-scaling information backend Subject: Re: [9front] werc noob Reply-To: 9front@9front.org Precedence: bulk On Sat, Jan 15, 2022 at 01:07:40AM -0800, thinktankworkspaces@gmail.com wrote: > The first if statement shows a simple page > > #if(~ $SERVER_NAME 172.27.0.67){ > # PATH_INFO=$location > # FS_ROOT=/usr/www/werc/sites/172.27.0.67 > # exec static-or-index > #} > > > But this block below does nothing. I swapped out the IP named directory with other > directories including the samples such as werc.cat-v.org etc...Nothing gets > displayed. Mothra display error "Unknown file type" > > if(~ $SERVER_NAME 172.27.0.67){ > PATH_INFO=$location > FS_ROOT=/usr/www/werc/sites/172.27.0.67 > exec static-or-cgi /usr/www/werc/bin/werc.rc > } > if not > error 503 > > > tail /sys/log/www > > ./etc/initrc:21: null list in concatenation > Sat Jan 15 00:58:29 PST 2022 :: 172.27.0.67 :: GET / HTTP/1.1 :: Mozilla/5.0 (compatible; hjdicks) :: 200 :: > > we're gonna need a hell of a lot more information. start with "which line of ./etc/initrc is line 21 and why does rc think there's a null list in that concatenation?" khm