Apache log file problem
Posted
by Luke
on Server Fault
See other posts from Server Fault
or by Luke
Published on 2010-03-13T10:50:31Z
Indexed on
2010/03/13
10:55 UTC
Read the original article
Hit count: 333
I've recently set up an Apache 2 web server and I noticed a quite a few lines in the error and access log that start with the follow sequence (but longer). Does anyone know where this comes from?
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ .......
My set up is an Apache 2 load balancer with mod_balancer enabled and two Apache 2 web servers. All three servers write to the same log files on a share located on a NFS. My first guess is that my problem has to do with it since it's the only difference that comes to mind from other set ups I've used in the past but I'm not sure.
© Server Fault or respective owner