Recent content by Fabian_Hahn

  1. F

    rebuild_awstats.sh will fail on IP v6 Clients

    The script to rebuild AWstats will fail if the first client to hit the server is from an IP v6 address. This change will fix the problem: log_first_rec_dtime=`head -n 1 $http_log | awk -F'[[/:]' '{print $3,$2,$4}'` log_first_rec_dtime=`head -n 1 $http_log | awk '{print $4}' | awk -F'[[/:]'...
Back
Top