[imp] Attachment causes 1 message + 2 attachments + double size

Patrick Boutilier boutilpj at ednet.ns.ca
Thu Feb 20 09:13:54 PST 2003



Oliver Schulze L. wrote:
> michael at eigentechnology.com wrote:
> 
>> OK...  I removed these two lines from my httpd.conf, and now it is 
>> working for
>> my httpd 2.0.44 as well.
>>
>> # AddType application/x-httpd-php .php .php4 .php3 .phtml
>> # AddType application/x-httpd-php-source .phps
>>
>> It seems that that these two lines are required in Apache 1.3.27 but 
>> not in
>> Apache 2.0.44.  It might have been explained in a doco somewhere that 
>> I have
>> missed, could anyone tell me why these two lines are no longer needed 
>> in 2.0.44 ?
>>
> Maybe because in Apache 2 that should go to /etc/httpd/conf.d/*
> 

If using rpms yes. If installing from source 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.



> Oliver
> 
>>

> 



More information about the imp mailing list