Hello Steve, On Tuesday, March 08, 2005, [EMAIL PROTECTED] wrote... > Thanks for replying..
>> What do you see in your apache error/access logs? > There are two. The first says there's an error on line 215 of the file > /etc/php.ini. That's the line for E_NOTICE. The second error is more > informative. It says [error] [client 12.178.74.251 (me)] Requested > content length of 676717 is larger than the configured limit of 524288. I > can't find where that limit is configured though :) I did a search in > httpd.conf for 524288, for content_length, for content and for length and > found nothing that addressed any limit. Try looking in /etc/httpd/conf.d/ (for RedHat type systems) you might see a line something like: LimitBodyRequest 523288 Either comment the line out, and restart apache, or increase the size. This is mentioned in the FAQ on the website: http://www.squirrelmail.org/wiki/en_US/AttachmentSize You could also just grep the whole of the /etc/apache or /etc/httpd directory (I'm assuming you installed apache/php from a package system of some sort, correct the path for the right location). -- Jonathan Angliss ([EMAIL PROTECTED]) Posting Hints: http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines ------------------------------------------------------- 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click -- 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
