Control: reassign -1 libapache2-mod-suphp 0.7.1-3

webmas...@grupnet.ro <webmas...@grupnet.ro> (2013-10-26):
> Package: <libapache2-mod-suphp>
> Version: <0.7.1-3>

Fixing package and version, since the angle brackets were extraneous.
Cc-ing package maintainers so that they see your report.

Mraw,
KiBi.

> 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

Attachment: signature.asc
Description: Digital signature

Reply via email to