Package: <libapache2-mod-suphp>
Version: <0.7.1-3>
Hi,
Great package wich allows me to develop sites right from my home, but it
breaks all packages like phpmyadmin, which resides in /usr/share directory
I've seen an attempt to turn off the suphp for that directory, but the
files then will be sent for download, so the easiest way to correct the
problem is to modify the following:
<Directory /usr/share>
suPHP_Engine off
</Directory>
to
<Directory /usr/share>
suPHP_Engine off
<IfModule mod_php5.c>
<FilesMatch "\.ph(p3?|tml)$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>
</IfModule>
</Directory>
Thank You
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org