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.html
Here 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.guess
Recompile.
Brian
________________________________
From: Asaf Dalet [mailto:[email protected]]
Sent: Wednesday, August 22, 2012 7:51 AM
To: [email protected]
Subject: [users@httpd] Content-Length is always 0
Hi,
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?
thanks
asaf