[Typo3-debian] PHP mimetypes screwed up after update of php

Christian Jul Jensen christian at jul.net
Tue Jan 11 12:25:03 CET 2005


Michael Stucki <michael at typo3.org> writes:

> Hmmm. Does your Apache config file contain something similar to this:
> 
> AddType application/x-httpd-php .php .phtml .php3
> AddType application/x-httpd-php-source .phps

Yep:

root at noah apache # grep php httpd.conf
    DirectoryIndex index.html index.htm index.php index.shtml index.cgi
    # distribution - see http://www.php.net) will typically use:
    #AddType application/x-httpd-php3 .php3
    #AddType application/x-httpd-php3-source .phps
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps
#AddModule mod_php5.c
root at noah apache # grep php mime.types
application/x-httpd-php                          phtml pht php
application/x-httpd-php-source                  phps
application/x-httpd-php3                        php3
application/x-httpd-php3-preprocessed           php3p
application/x-httpd-php4                        php4
root at noah apache # diff modules.conf modules.conf.dpkg-old
22a23
> #LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
root at noah apache #



> PS: ...with some exceptions, of course. How does he do?

AFAIK as good as it can, has to wear the support for about 3 months
though.

--
- julle



More information about the TYPO3-debian mailing list