Hi,
I recently set up a FreeBSD web server (FreeBSD 7.2 amd64) on Apache 2.2.11.
For some time the server works perfectly. But from time to time i got error messages in log (/var/log/http-error.log):
And from this point when i try to load a web page some of images are taking forever to load, but others are load fast. I have accf_data and accf_http compiled into kernel - previously i loaded them via (/boot/loader.conf) but this changes nothing - the error still appeared.
So the only temporary solution that i found to this is to reboot the machine. Again then for some time server works like charm until suddenly 'httpready' error apprears in apache log and then everything starts from beginning. While loading the web page it looks like browser is hung in some infinite loop.
I noticed that images affected by this error are (.jpg) and (.png).
Another thing - the images are not broken when i download them via ftp and open localy - they look as they should.
Please help me.
I recently set up a FreeBSD web server (FreeBSD 7.2 amd64) on Apache 2.2.11.
For some time the server works perfectly. But from time to time i got error messages in log (/var/log/http-error.log):
Code:
[Mon Sep 28 13:57:00 2009] [notice] caught SIGTERM, shutting down
[Mon Sep 28 13:57:04 2009] [notice] Digest: generating secret for digest authentication ...
[Mon Sep 28 13:57:04 2009] [notice] Digest: done
[Mon Sep 28 13:57:04 2009] [notice] Apache/2.2.11 (FreeBSD) DAV/2 PHP/5.2.10 with Suhosin-Patch configured -- resuming normal operations
[Mon Sep 28 15:41:57 2009] [notice] SIGHUP received. Attempting to restart
[color="Red"][Mon Sep 28 15:41:57 2009] [warn] (22)Invalid argument: Failed to enable the 'httpready' Accept Filter[/color]
[Mon Sep 28 15:41:58 2009] [notice] Digest: generating secret for digest authentication ...
[Mon Sep 28 15:41:58 2009] [notice] Digest: done
And from this point when i try to load a web page some of images are taking forever to load, but others are load fast. I have accf_data and accf_http compiled into kernel - previously i loaded them via (/boot/loader.conf) but this changes nothing - the error still appeared.
So the only temporary solution that i found to this is to reboot the machine. Again then for some time server works like charm until suddenly 'httpready' error apprears in apache log and then everything starts from beginning. While loading the web page it looks like browser is hung in some infinite loop.
I noticed that images affected by this error are (.jpg) and (.png).
Another thing - the images are not broken when i download them via ftp and open localy - they look as they should.
Please help me.