Hi
I'm new to linux and Apache.
I want to know what is limiting the maximum file size that I can download from my own server.
My server have files over 2GB, when I download it via the php script on my server, it says it can't find the file. But if I download it directly without the php script, I can.
Is there a way to completly switch off the file size limitation?
The php script I am using is to prevent bandwidth leeching.