On Thu, 7 Aug 2003 15:11:55 +0200 (CEST), Grosswiler Roger wrote: >hello all, > >i always have problems in uploading files bigger than about 1 meg, will >say, i come on the error 404-page if i try to attach bigger than 1 meg. > >i have already changed php.ini as followed: > >#php.ini >max_execution_time = 300 ; Maximum execution time of each script, in >seconds >memory_limit = 8M ; Maximum amount of memory a script may consume >(8MB) # Maximum size of POST data that PHP will accept. >post_max_size = 15M >; Whether to allow HTTP file uploads. >file_uploads = On >; Maximum allowed size for uploaded files. >upload_max_filesize = 15M > > >do i have to change also something in httpd.conf? >
I do not use Linux but a quick look (took less than 1 minute) in the archives: ---------------------------- /etc/httpd/conf.d/php.conf change the value of "LimitRequestBody" to desired size. ---------------------------- ---------------------------- Check /etc/httpd/conf.d/*.conf for the line BodyRequestLimit. Either comment it out, or make it a lot bigger. Then restart apache. ---------------------------- Maybe one is a typo?? but I expect one of these may help you. -- Thx. Paj ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
