Re: Can't change upload_max_filesize [message #183157 is a reply to message #183149] |
Fri, 11 October 2013 00:32 |
Tobiah
Messages: 30 Registered: April 2011
Karma:
|
Member |
|
|
On 10/10/2013 3:07 PM, Jerry Stuckle wrote:
> On 10/10/2013 4:32 PM, Tobiah wrote:
>> On 10/09/2013 02:49 PM, Christoph Michael Becker wrote:
>>> Tobiah wrote:
>>>
>>>> I set upload_max_filesize, and post_max_size in my
>>>> php.ini to very large values, and restarted apache. I still can't
>>>> upload
>>>> files larger than about 1MB. They just silently fail.
>>>> I check phpinfo() and both of the limits are listed
>>>> as the small defaults (2M and 8M). Why do the php.ini
>>>> settings have no effect? I Googled and found at least
>>>> one person with the exact same complaint.
>>>>
>>>> PHP 5.3.10
>>>
>>> Have you checked that t his php.ini is actually in use? See phpinfo()'s
>>> "Configuration File (php.ini) Path" and the following entries.
>>>
>>
>> That's a great idea, but it seems that I was editing the
>> correct file:
>>
>> /etc/php5/apache2/php.ini
>>
>> as reported by phpinfo()
>>
>> In that file, I've changed upload_max_filesize and post_max_size
>> to 200M, also tried 200000000 but phpinfo still reports their
>> values at 2M and 8M, and large uploads still fail.
>>
>> Thanks,
>>
>> Tobiah
>
> In addition to restarting Apache as Dennis said, do you have the one or
> both values defined anywhere else? grep might help you here. It might,
> for instance, be in an Apache configuration file, a .htaccess file or
> even a local php.ini file.
Well, I haven't been too concerned about that, because this is just
a straight Ubuntu install on my own machine. Do you think it's possible
that Ubuntu did something so horrible as to hide overrides to these
configuration options somewhere other than the php.ini? Also, I tried
a .htaccess in the directory I'm running from, and it didn't work.
Wouldn't that take precedence over the httpd.conf? I'm not sure.
Anywhere else I should look?
Thanks for your help,
Tobiah
> P.S. Don't concern yourself with T.L. It isn't his ears that are pointed.
Thanks for that. Why is he so abrasive?
Tobiah
|
|
|