Bug 246618

Summary: Please compile apache with large file support
Product: Red Hat Enterprise Linux 4 Reporter: Simon Vallet <svallet>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 4.5   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-03 18:44:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Simon Vallet 2007-07-03 13:27:48 UTC
Description of problem:

The version of apache bundled with RHEL 4.5 doesn't seem to be compiled with
large file support. Symptoms are that requests to download a file >2Gb are
rejected with a 403 error code and that such files are not visible in a
directory listing.

httpd should be compiled with large file support, especially since it is
unlikely to break anything.


Version-Release number of selected component (if applicable):
RHEL 4.5 contains apache httpd version 2.0.52

How reproducible:

Always

Steps to Reproduce:
1. Try to download a file >2Gb in size  (the file tested here has a size of 8gb) 

Actual results:

403/Forbidden

Expected results:

200/OK

Comment 1 Joe Orton 2007-07-03 18:44:06 UTC
Unfortunately, Apache httpd 2.0 does not have large file support, so
on 32-bit platforms, files larger than 2Gb cannot be served.  Adding
large file support breaks the binary module interface, so this cannot
be done in an update release.

We fixed the problem upstream for the the httpd 2.2 release, so is fixed in RHEL 5.