Welcome! Log In Create A New Profile

Advanced

Re: access_log format $remote_user anonymous question

September 21, 2016 05:28PM
Thanks for the information so based of what that resource says and from what I understand surely that field should only say "anonymous" or "username" if on those files / folders in my Nginx config I use "auth_basic" ?

http://nginx.org/en/docs/http/ngx_http_auth_basic_module.html

The fact they are inputting that header unlike everyone else just alerts me.

Because I don't use auth_basic anywhere would anything bad happen if I did the following.

if($remote_user != "^$") { #Block requests where the user is not empty / missing
return 444;
}

Their IP is also listed on stopforumspam's database what also raises suspicion further https://www.stopforumspam.com/ipcheck/176.57.129.88

http://www.networkflare.com/
Subject Author Posted

access_log format $remote_user anonymous question

c0nw0nk September 21, 2016 03:30PM

Re: access_log format $remote_user anonymous question

itpp2012 September 21, 2016 05:17PM

Re: access_log format $remote_user anonymous question

c0nw0nk September 21, 2016 05:28PM

Re: access_log format $remote_user anonymous question

itpp2012 September 21, 2016 05:49PM

Re: access_log format $remote_user anonymous question

Francis Daly September 22, 2016 03:26AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 112
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready