Installez d'abord APACHE
./configure --prefix=/usr/local/apache2 --enable-so --enable-module=so make make install
Installez PHP
./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/usr/local/lib --with-sybase=/opt/sybase/OCS-15_0/ --with-mysql --enable-dbase --enable-zip make install
Installez Après avoir terminé PHP, exécutez le code suivant
cp php.ini-dist /usr/local/lib/php.ini
Ajoutez AddType application/x-httpd-php .php au fichier de configuration httpd.conf dans APACHE, redémarrez APACHE et la même erreur se produit toujours.
Solution :
AddType application/x-httpd-php .php AddType application/x-httpd-php .php .phtml .php3 AddType application/x-httpd-php-source .phps
Tutoriel recommandé : Tutoriel Apache
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!