Four Blades wrote:
Hi, I am using apache 1.3.27 under red hat linux 7.1.
When i put a large jpg file in my document root directory,
when accessing it via webserver it says "forbidden".
For small jpg everything seems to be ok.
What's wrong?
which part of configuration should i change? please help! thanks.
Before fiddling with the configuration, check wether the document root
and its contents have the right permissions; this can save a lot of time...
Both the document root and its contents should be world-readable; the
document root (and maybe any directories above it) should be
world-executable.
Hope this helps,
Walter