asaf,I have had the same issue in the past when using xlc to compile Apache on AIX. The problem is described here: http://people.apache.org/~trawick/aixstatus.htmlHere is how I got it to work:Copy AutoMake config.guess that has AIX 6 support into these four places of the source before compiling:.../httpd-2.2.x/build/config.guess
.../httpd-2.2.x/srclib/apr/build/config.guess
.../httpd-2.2.x/srclib/apr-util/build/config.guess
.../httpd-2.2.x/srclib/apr-util/xml/expat/conftools/config.guessRecompile.Brian
From: Asaf Dalet [mailto:asaf.dalet@xxxxxxxxx]
Sent: Wednesday, August 22, 2012 7:51 AM
To: users@xxxxxxxxxxxxxxxx
Subject: Content-Length is always 0Hi,I compiled apache 2.2 64 bits on AIX 6.1 and the installation seeemed to have passed fine. But when I browse to static HTML pages on that server - all pages return empty with "Content-Length: 0" in the response headers.anyone has an idea how to fix this?thanksasaf