« Installation et configuration d'un serveur http apache 2.2 » : différence entre les versions

Aller à la navigation Aller à la recherche
Ligne 520 : Ligne 520 :
<pre><nowiki>
<pre><nowiki>
<IfModule mod_php5.c>
<IfModule mod_php5.c>
  AddType application/x-httpd-php .php .phtml .php3
 
  AddType application/x-httpd-php-source .phps
#Désactivé car incompatible avec suphp (petit bug de debian ;))
#    <FilesMatch "\.ph(p3?|tml)$">
#      SetHandler application/x-httpd-php
#    </FilesMatch>
#    <FilesMatch "\.phps$">
#      SetHandler application/x-httpd-php-source
#    </FilesMatch>
 
    AddType application/x-httpd-php .php .phtml .php3
    AddType application/x-httpd-php-source .phps


   php_flag engine off
   php_flag engine off
4 203

modifications

Menu de navigation