Other than using `split`, is there a way around the Apache 2.0 maximum file size limit of 2GB?
- by warren
I have some ISOs that need to be available across a WAN, so we are using an http server to host them (allows for non-authenticated, read-only access (beyond being on the VPN) to the data store).
The server the ISOs reside on is running CentOS 4, and Apache 2.0.58.
Is there a way around the 2GB filesize limit with Apache 2.0 without using the split utility to chunk the ISOs down to a less-than-2GB size?