Posted by Andy Hassall on 10/26/66 11:22
On Mon, 25 Jul 2005 22:26:35 -0700, "B Squared" wrote:
>I find it strange that the line Apache generates for itself is:
>
> AddType application/x-http-php .php .phtml
>
>and it's wrong. The correct one is
>
> AddType application/x-httpd-php .php .phtml
I wouldn't have thought Apache generates the line... something else must have.
andyh@server:/usr/src/php-4.4.0$ find . -type f | xargs grep 'http-php'
andyh@server:/usr/src/php-4.4.0$
Doesn't appear to be anywhere in PHP itself?
--
Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
[Back to original message]
|