[horde] Error when attaching files in imp

Craig White craigwhite at azapple.com
Fri Jul 30 08:56:10 PDT 2004


On Fri, 2004-07-30 at 08:07, Jody Cleveland wrote:
> Hello,
> 
> I'm running imp on a redhat 3.0 AS server. In my php.ini file, I've got
> it set so I can attach up to 10M for files. But, when I try attaching
> anything over a meg, it has a window pop up that say Document Contains
> No Data.
> 
> Any ideas on what may be wrong?
----
# cat /etc/httpd/conf.d/php.conf
#
# PHP is an HTML-embedded scripting language which attempts to make it
# easy for developers to write dynamically generated webpages.
#
 
LoadModule php4_module modules/libphp4.so
 
#
# Cause the PHP interpreter handle files with a .php extension.
#
<Files *.php>
    SetOutputFilter PHP
    SetInputFilter PHP
#    LimitRequestBody 524288
    LimitRequestBody 5242880
</Files>
 
#
# Add index.php to the list of files that will be served as directory
# indexes.
#





More information about the horde mailing list