Installation de httpd sous Debian
Madmai
Messages postés
154
Date d'inscription
Statut
Membre
Dernière intervention
-
Madmai Messages postés 154 Date d'inscription Statut Membre Dernière intervention -
Madmai Messages postés 154 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
comment installer httpd sous Debian?
Merci
comment installer httpd sous Debian?
Merci
1 réponse
-
aptitude install apache2 pour apache
aptitude install lighttpd pour lighttpd
-
j'ai installé les deux paquets mais j'ai toujours mon problém"*e:
En vue de rendre mon proxy transparent (squid/debian) j'ai rajouté ces 4 lignes dans le ficher /etc/squid.conf
httpd_accel_port 80
httpd_accel_host virtual
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
Mais j'ai cette erreur:
Restarting Squid HTTP proxy: squid Waiting.....................done.
2008/06/04 12:23:36| parseConfigFile: line 2984 unrecognized: 'httpd_accel_port 80'
2008/06/04 12:23:36| parseConfigFile: line 2985 unrecognized: 'httpd_accel_host virtual '
2008/06/04 12:23:36| parseConfigFile: line 2986 unrecognized: 'httpd_accel_with_proxy on'
2008/06/04 12:23:36| parseConfigFile: line 2987 unrecognized: 'httpd_accel_uses_host_header on'
j'ai pensé qu'il faut installer httpd mais apparemment non??!!!!
-