NginxACCess Log no IP-Addresses?

Discussion in 'ISPConfig 3 Priority Support' started by ktownmods, Oct 2, 2019.

  1. ktownmods

    ktownmods Member HowtoForge Supporter

    IS it normal that unter the vhosts access_log that there isnt a client ipaddress?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This depends on the privacy settings that you have chosen under System > server config > web
     
  3. ktownmods

    ktownmods Member HowtoForge Supporter

    This was on Anonymize :D

    Screenshot_592.png
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, then the log should contain IP addresses. Just tested it here on a Debian 10 ispconfig 3.1.15 system that uses nginx, the access.log is like this:

    Code:
    root@server1:/var/www/test100.int/log# tail access.log
    192.168.0.162 - - [29/Sep/2019:03:34:06 +0200] "GET / HTTP/1.1" 200 923 "-" "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.34 Safari/537.36"
    
     

Share This Page