I'm running Apache 2.2.0, a recent upgrade from 2.0.49, on Solaris 8. Under 2.0.49 we were using a complicated javascript driven HeaderName file and fairly simple ReadmeName file which worked well withour directory listings. Following the upgrade the output from a directory listing is now empty except with Netscape 4.76 on Solaris,which still receives the expected output. Other browsers I have tested with that get a black page are IE 6 and Netscape 7.1 under Win2k and Firefox 1.04 under Solaris 8.
The access_log indicates that approximately 6k is sent to the browser on a directory access, but a view source on the blank page shows an empty body. If I set error logging to either info or debug, each access to a directory listing generates the following in the error_log:
I have tried googling this to no avail. Can anyone give me some idea where to look to find out what is happening to the output?
Unfortunately, I can't post the offending HeaderName and ReadmeName files as our is a private network.
Thanks
Derek
The access_log indicates that approximately 6k is sent to the browser on a directory access, but a view source on the blank page shows an empty body. If I set error logging to either info or debug, each access to a directory listing generates the following in the error_log:
Code:
[info] [client ipadress] (14)Bad address: core_output_filter: writing data to the network
Unfortunately, I can't post the offending HeaderName and ReadmeName files as our is a private network.
Thanks
Derek