[imp] Attachment causes 1 message + 2 attachments + double size
Patrick Boutilier
boutilpj at ednet.ns.ca
Thu Feb 20 14:55:36 PST 2003
Eric Rostetter wrote:
> Quoting Patrick Boutilier <boutilpj at ednet.ns.ca>:
>
>
>>you still need either
>>
>>AddType application/x-httpd-php .php .php4 .php3 .phtml
>>
>>or something like
>>
>><Files *.php>
>> SetOutputFilter PHP
>> SetInputFilter PHP
>> LimitRequestBody 524288
>></Files>
>>
>>in httpd.conf but not both.
>
> ^^^^^^^^^^^^^
>
> So was the problem everyone was having that they had the "AddType" in
> their httpd.conf file, *and* the "SetOutputFilter" in their
> /etc/httpd/conf.d/php.conf file, and removing either one would fix it?
>
Or both "AddType" and "SetOutputFilter" in httpd.conf like myself. :-(
I had compiled httpd from source.
More information about the imp
mailing list