Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 11860 invoked by uid 500); 17 Dec 2001 07:38:35 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 11849 invoked from network); 17 Dec 2001 07:38:34 -0000 From: "Danny Karpati" To: "new-httpd \(E-mail\)" Subject: how to listen on multiple interfaces? Date: Mon, 17 Dec 2001 09:37:46 +0200 Message-ID: <001201c186cd$b9aa54d0$bc716740@dkarpatiw2k> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, Who knows how to configure httpd.conf to listen on all the interfaces? (netstat will show *.80) My httpd.conf looks like: Listen 80 Listen 44460 ... ... It doesn't work on machines with more then one interface, httpd is stucked at loading!