Jump to content
Froxlor Forum
  • 0

webalizer: Warning: Truncating oversized referrer field


Warlock

Question

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.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...