>> [trimmed]
>>>
>>> php memory limit or php upload limits or LimitRequestBody in apache.
>>>
>>
>> ah! my memory limit was 16M but the upload limit (didn't know there was
>> that setting) was the magic 2M.
>>
>> unfortunately...
>> i'm still stuck =(
>> I've changed the setting to 10M now and done a service httpd restart
>>
>> I still can't FORWARD files over 2M in size.
>> I execute a phpinfo() and find that in fact the setting is:
>>
>> upload_max_filesize  15000000
>>
>> This confused me for a bit but then I found a
>> php_admin_value upload_max_filesize 15000000
>> in my apache directive (it's been there from the start).
>>
>> Any ideas why both of these settings are being ignored and the original
>> 2M is being enforced? When run from the command line:
>
> 1. memory_limit = ?
> 2. post_max_size = ?
> 3. upload_max_filesize = ?
> 4. size of temp directory
>
> All three settings can be set in php.ini, included php configuration files
> or apache configuration. Some settings might be controlled by .htaccess.
> That's why when you check php config, you have to start script with
> phpinfo from directory that stores original scripts.

You also might want to verify that your php.ini is being seen.  Is the
php.ini location at the top of phpinfo output correct?


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to