[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:

echo "<?php phpinfo();?>" | php | grep upload_max
the output gives the newly set 10M (obviously becuse apache hasn't changed the setting).


Much thanks,
Daniel




-------------------------------------------------------
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=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to