Linux "file" command keeps appearing in error_log
When I start my Apache server, here is what I see in the error_log:
****[Sat Aug 22 19:03:03 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Sat Aug 22 19:03:03 2009] [notice] Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8e-fips-rhel5 PHP/5.2.10 configured – resuming normal operations
Usage: file [-bcikLhnNsvz] [-f namefile] [-F separator] [-m magicfiles] file…
file -C -m magicfiles
Try `file --help' for more information.
Usage: file [-bcikLhnNsvz] [-f namefile] [-F separator] [-m magicfiles] file…
file -C -m magicfiles
Try `file --help' for more information.****
And those file command "errors" will repeat (in fact they are the lion's share of the log). I've read up on the file command but just can't track what's using it. The web site is a Wordpress (2.8.2) site. No errors in Wordpress' and MySQL operation. Could someone shed a little light on this?
Thanks in advance!