Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
install:apache [2008/02/05 14:26] linkuff |
install:apache [2011/02/02 23:42] (Version actuelle) |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
* Depuis votre serveur, téléchargez la dernière version d'[[http://httpd.apache.org/download.cgi|Apache HTTP Server]] | * Depuis votre serveur, téléchargez la dernière version d'[[http://httpd.apache.org/download.cgi|Apache HTTP Server]] | ||
- | wget http://mir2.ovh.net/ftp.apache.org/dist/httpd/httpd-2.2.8.tar.gz | + | # wget http://mir2.ovh.net/ftp.apache.org/dist/httpd/httpd-2.2.8.tar.gz |
- | gzip -d httpd-2.2.8.tar.gz | + | # gzip -d httpd-2.2.8.tar.gz |
- | tar -xzf httpd-2.2.8.tar | + | # tar -xzf httpd-2.2.8.tar |
- | cd httpd-2.2.8 | + | # cd httpd-2.2.8 |
- | ./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite --sysconfdir=/etc/apache2 | + | # ./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite --sysconfdir=/etc/apache2 |
- | make | + | # make |
- | make install | + | # make install |