Forum Moderators: phranque
In conjunction with my thread on the php board (http://www.webmasterworld.com/forum88/10360-2-10.htm) I have an Apache question...
Checking the log files on my server I can see this error:-
"[Wed Oct 05 09:41:39 2005] [error] [client xx.xx.xx.xx] Requested content-length of 842103 is larger than the configured limit of 524288"
Which to me is obviously suggesting that the 512kb limit is still set somewhere.
I have changed the LimitRequestBody in php.conf and editted the php.ini file to allow large size uploads - and then restarted Apache, but though the new value is sticking in the config files, I still cannot upload anything bigger than 512kb.
Is there anywhere else I should be looking - at my wits end with it now!
Cheers, Paul.
;)
post_max_size
upload_max_filesize
There should be two values for each - the first is the one that matters.