J'ai un problème concernant la onfiguration de php pour apache en tant que cgi. Je suis actuellement en train de onfigurer mapserver sous linux debain redhar 9. les outils suivants ont deja été installés :
PROJ 4.4.9
GEOS 2.1.0
POSTGRESQL 8.0.0 beta 5
POSTGIS 1.0.0 CVS
GD 2.0.12
PDFLIB 5.0.3
PHP 4.3.4
GDAL 1.2.0
GD 2.0.15
GD 2.0.15
GD 2.0.15
CURL 7.10.5
MAPSERVER 4.2.4
pour la configuration en question, les commandes suivantes ont été exécutéesles
13 Configuration de PHP pour Apache en tant que CGI
Nous allons modifier le fichier /etc/httpd/conf/httpd.conf . Pour celà:
echo ScriptAlias /cgi-bin/ /var/www/cgi-bin/ » etc/httpd/conf/httpd.conf
echo AddType application/x-httpd-php .php3 » etc/httpd/conf/httpd.conf
echo AddType application/x-httpd-php .phtml » etc/httpd/conf/httpd.conf
echo AddType application/x-httpd-php .php » etc/httpd/conf/httpd.conf
echo Action application/x-httpd-php /cgi-bin/php » etc/httpd/conf/httpd.conf
deux suivates ne passent pas
perl -i.bak -pe ’s/DocumentRoot \"\/var\ /www\/html\"/DocumentRoot \"\/var\ /www\"/g’ \
/etc/httpd/conf/httpd.conf
perl -i.bak -pe ’s/Include conf.d\/\*.conf/\ #Include conf.d\/\*.conf/g’ \
/etc/httpd/conf/httpd.conf