Bug#571714: apache 2.2.14 doesn't parse php5 in public_html

2010-02-27 Thread fcel2001
Package: apache2 Version: 2.2.14.5 After an update of apache2 and php5 by aptitude, apache2 stopped to parse php scripts in ~/public_html/ : apache just let to download the related .php files. I tryed to change /etc/apache2/mods-available/php5.conf : IfModule mod_php5.c FilesMatch

Bug#571714: Confirmed

2010-02-27 Thread Benjamin Eikel
Hello, I can confirm exactly the same behavior on Debian unstable, amd64. My versions are: apache2-mpm-prefork 2.2.14-7 libapache2-mod-php5 5.3.1-5 Kind regards, Benjamin -- To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org with a subject of

Bug#571714: Work around

2010-02-27 Thread Mauro Sacchetto
I solved erasing a section of /etc/apache2/mods-available/php5.conf: IfModule mod_php5.c FilesMatch \.ph(p3?|tml)$ SetHandler application/x-httpd-php /FilesMatch FilesMatch \.phps$ SetHandler application/x-httpd-php-source

Bug#571714: apache 2.2.14 doesn't parse php5 in public_html

2010-02-27 Thread Tollef Fog Heen
reassign 571714 libapache2-mod-php5 thanks ]] fcel2001 | Package: apache2 | Version: 2.2.14.5 | | After an update of apache2 and php5 by aptitude, apache2 stopped to | parse php scripts in ~/public_html/ : apache just let to download the | related .php files. | I tryed to change