My ISPC cron log is filled with warnings like this: Warning: Truncating oversized referrer field [82351] Does anyone know why? is it a problem? Thanks.
These warnings are from webalizer. This is nothing to worry about. If webalizer finds a URL in the apache log files that is too long, it truncates it at the max. size and makes a warning. The statistics will be created anyway.
Thanks Till for that information. Wondering is it possible to tweak webalizer to support long URLs such that it stops throwing out those warnings?