[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache et Xinetd



Le samedi 27 avril 2002, à 18:05, Jean-Pierre Pourrez écrivait :
> Quelqu'un peut-il m'indiquer les parametres à entrer
> dans /etc/xinetd.conf pour faire tourner Apache en mode inetd ?

À priori, je dirais quelque chose comme ça :
service http
{
	socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = www-data
        server          = /usr/sbin/apache
}

plus les options permises par xinetd (man xinetd.conf)

Cela étant, il y faut également modifier /etc/apache/httpd.conf avec
ServerType inetd
(au lieu de standalone)

C'est peut-être ça qui pose problème ?


-- 
To UNSUBSCRIBE, email to debian-user-french-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: