J'ai installé Apache 2.2.4 grace aux manips suivantes:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
wget http://apache.fastorama.com/dist/httpd/httpd-2.2.4.tar.gz
tar xzf httpd-2.2.4.tar.gz
cd httpd-2.2.4
./configure --prefix="/usr/local/apache --enable-modules=so
make
make install
shutdown -r now
Quand je saisis http://localhost dans Firefox, il me dit:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
The connection was refused when attempting to connect localhost
J'ai édité httpd.conf et tout me semble correcte. Par contre je n'ai rien vu de nouveau dans /etc/init.d.

Comment faire pour qu'Apache démarrage à chaque boot de Debian?