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=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 18493 invoked from network); 5 Sep 2022 19:54:13 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 5 Sep 2022 19:54:13 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Mon Sep 5 15:50:04 -0400 2022 Received: from stockyard.localdomain (cpe-68-174-86-38.nyc.res.rr.com [68.174.86.38]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 2937b035 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Mon, 5 Sep 2022 12:49:52 -0700 (PDT) Message-ID: To: 9front@9front.org Date: Mon, 05 Sep 2022 15:49:50 -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: open-source mobile SVG over ActivityPub pipelining just-in-time control Subject: Re: [9front] werc HTTP/1.1 Reply-To: 9front@9front.org Precedence: bulk Quoth william@thinktankworkspaces.com: > Trying to get me head around this. So I can print or log HTTP_USER_AGENT > but can I get REMOTE_ADDR or HTTP_HOST? It spits out nothing. How do I get that information? > > I just have a bunch of people from Russia hammering the server. I try to get the > timestamp in /sys/log/www and then refererence with /sys/log/listen? > > Just wonder if I can leverage more of the HTTP header features from 1.1 > > edit the code -- it's near: /rc/bin/rc-httpd/rc-httpd:53 feel free to send a patch.