-- > On 3 May 2019, at 19:19, Theo Buehler <t...@theobuehler.org> wrote: > >> On Mon, Mar 04, 2019 at 02:06:02PM +0100, Bruno Flueckiger wrote: >> Hi, >> >> I've completely reworked my patch for httpd(8). The last patch broke the >> log format combined. And the config option was ugly. This time I've >> added another log format called forwarded. It appends two fields to the >> log format combined: The first field contains the value of the header >> X-Forwarded-For and the second one the value of X-Forwarded-Port. If >> either of the headers is empty or missing a dash (-) is written. >> >> The new log format is compatible with log analyzing tools like Webalizer >> or GoAccess. If you run httpd(8) behind a proxy like relayd(8) the new >> log format finally gives you a way to track the origin of the requests. > > Committed, thanks!
Great! You are making a lot of people very happy! Mischa