Re: [users@httpd] Content-Length is always 0

2012-10-04 Thread Asaf Dalet
hi guys, sorry for the late response - i left this Apache compilation for a while, but i am trying it again now. I tried to compile apache (2.2.3) again - this time using gcc, but the result is the same. I tried replacing config.guess as described above from AutoMake latest version (1.12

RE: [users@httpd] Content-Length is always 0

2012-08-23 Thread Brian Gaber
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 be

Re: [users@httpd] Content-Length is always 0

2012-08-22 Thread Asaf Dalet
this is the httpd.conf file No, increasing the log level didn't add any relevant messages. i will try the EnableSendfile option thanks asaf On Wed, Aug 22, 2012 at 2:54 PM, ivan Gouin wrote: > Hi asaf, > Could you please post your config file? > > thanks > > > On 22 August 2012 13:50, Asaf Da

Re: [users@httpd] Content-Length is always 0

2012-08-22 Thread Eric Covener
On Wed, Aug 22, 2012 at 7:50 AM, Asaf Dalet wrote: > 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

Re: [users@httpd] Content-Length is always 0

2012-08-22 Thread ivan Gouin
Hi asaf, Could you please post your config file? thanks On 22 August 2012 13:50, Asaf Dalet wrote: > 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-

Re: [users@httpd] Content-Length is always 0

2012-08-22 Thread Nick Kew
On 22 Aug 2012, at 12:50, Asaf Dalet wrote: > 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