Services webmasters
Partenaires
Jeux concours gratuits
 
Installation sous UNIX
<<<
Installer PHP comme module Apache Installation sous UNIX
>>>

3.3.2.1 Installer PHP comme module Apache
3.3.2 Installation sous UNIX
3.3 Installation
3 Comment commencer
 Manuel PHP

->Installer PHP comme module Apache

Installer PHP comme module Apache

1.  gunzip apache_1.3.x.tar.gz
2.  tar xvf apache_1.3.x.tar
3.  gunzip php-x.x.x.tar.gz
4.  tar xvf php-x.x.x.tar
5.  cd apache_1.3.x
6.  ./configure --prefix=/www
7.  cd ../php-x.x.x
8.  ./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars
9.  make
10. make install
11. cd ../apache_1.3.x
12. ./configure --activate-module=src/modules/php4/libphp4.a
13. make
14. make install
15. cd ../php-x.x.x
16. cp php.ini-dist /usr/local/lib/php.ini
17. "Editez votre fichier httpd.conf ou srm.conf et ajoutez : "
      AddType application/x-httpd-php .php
18. "Utilisez votre procédure habituelle pour redémarrer le serveur Apache.
    (vous devez arrêter puis redémarrer le serveur, et pas seulement forcer
    le serveur à relire la configuration initiale).
<< Installer PHP comme module Apache >>
Installation sous UNIX Installer PHP comme module Apache Installation sous UNIX
Services webmasters
Les manuels
 
CoursPHP.com - Reproduction interdite -