Warlock Posted December 5, 2011 Posted December 5, 2011 Dear all, I recently have installed a new web server running froxlor version 0.9.25-2. I use apache without fcgi, and webalizer. The logging setting in froxlor (Verbosity of the webalizer-program) is set to "normal". Every day, I get an email with multiple entries of the form "Warning: Truncating oversized referrer field". The apache error log setting in apache2.conf is original and has not been changed after the installation. Does anyone has a solution of how to get rid of these warning messages? What's wrong with my configuration? apache2.conf LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %O" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent Example of a vhost: <VirtualHost xxxxxxxxx:443> ... DocumentRoot "/var/www/webs/customername/projectname/" ... Alias /webalizer "/var/www/webs/customername/webalizer/www.xxx.de" ErrorLog "/var/www/logs/customername-www.xxx.de-error.log" CustomLog "/var/www/logs/customername-www.xxx.de-access.log" combined </VirtualHost> Thx in advance for any suggestions.
Warlock Posted December 15, 2011 Author Posted December 15, 2011 Does nobody have an idea how to solve this? Additionally, I have the messages "Error: Skipping oversized log record".
arnoldB Posted December 15, 2011 Posted December 15, 2011 The web is full of these information. You can ignore the messages and set the Webalizer setting to "No output".
Question
Warlock
Dear all,
I recently have installed a new web server running froxlor version 0.9.25-2.
I use apache without fcgi, and webalizer.
The logging setting in froxlor (Verbosity of the webalizer-program) is set to "normal".
Every day, I get an email with multiple entries of the form "Warning: Truncating oversized referrer field".
The apache error log setting in apache2.conf is original and has not been changed after the installation.
Does anyone has a solution of how to get rid of these warning messages? What's wrong with my configuration?
apache2.conf
Example of a vhost:
Thx in advance for any suggestions.
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.