pipe broken

hi
i have a server, and i have a web site and i installed apache in the /usr/local/apache/logs
i have a file and i have this problem
(32)Broken pipe: core_output_filter: writing data to the network

plz help me how i can resolve this
plz it's urgent
th

I suggest you do a quick search on google before you post here. See this link.

Hi,
From what I can think of, it seems like you "may" have a permission problem to some directory.
Try starting apache in debug mode:
httpd -X

You can also try to debug the conf file:
httpd -t -c httpd.conf

There are tons of ways to debug different things in Apache, try strace and gdb.

HTH,
Nitin :slight_smile: