Operating System - HP-UX
1837202 Members
2733 Online
110115 Solutions
New Discussion

Apache does not serve pages over 256 bytes

 
SOLVED
Go to solution
Jeffrey Hunter
New Member

Apache does not serve pages over 256 bytes

Hi,
We recently installed Apache v.2.2.2 on an HP-UX B.11.11 machine. We are having problems with apache displaying pages 256 bytes or more. How can we get past this limitation?
2 REPLIES 2
Peter Godron
Honored Contributor
Solution

Re: Apache does not serve pages over 256 bytes

Jeffrey,
have you looked at the bug report database on apache.org

For example:
http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__all__&product=&content=255
Possibly record 36692, although problem was raised for XP
Jeffrey Hunter
New Member

Re: Apache does not serve pages over 256 bytes

Thank you. It is working now. By setting these 2 directives, EnableMMAP and EnableSendfile, to off the larger files are now being displayed.