Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 32547 invoked by uid 500); 26 Feb 2003 09:28:53 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 32499 invoked from network); 26 Feb 2003 09:28:51 -0000 Received: from f53.law9.hotmail.com (HELO hotmail.com) (64.4.9.53) by daedalus.apache.org with SMTP; 26 Feb 2003 09:28:51 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 26 Feb 2003 01:29:04 -0800 Received: from 12.246.225.55 by lw9fd.law9.hotmail.msn.com with HTTP; Wed, 26 Feb 2003 09:29:03 GMT X-Originating-IP: [12.246.225.55] From: "K a z" To: users@httpd.apache.org Bcc: Date: Wed, 26 Feb 2003 09:29:03 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 26 Feb 2003 09:29:04.0585 (UTC) FILETIME=[810F7390:01C2DD79] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] 'Listen' directive not working properly? I've used apache for awhile, and am no stranger to UNIX. But I'm having a really bad time trying to use the "Listen" directive. I am trying to setup a couple different apache servers. One is a no-frills slimmed down apache server thats intended to serve static pages fast. The other has all the bells & whistles (mod_php, mod_perl, openSSL etc). I am using name based virts on both machines. I am trying to "bind" some ip addresses to one server and some ip addressess to the other. Let's not even worry about the other server though, as I cant get past the first part. Here's what I'm trying to do: (Real Ips foobar'ed to protect the innocent) ;) Listen 11.22.33.227:80 Listen 11.22.33.228:80 Listen 11.22.33.229:80 Listen 11.22.33.233:80 Then later down by the virts I have: NameVirtualHost * and starting each virt set with a Now, WITHOUT the 'Listen' entries, the server will run fine.. but it will be bound to ALL interfaces/ips on the machine. But what I am trying to do is SPECIFIY the ip's that THIS apache server should be listening on. Anyway when I do it WITH the Listen statements above, I get the following critical error in the logs: [crit] (49)Can't assign requested address: make_sock: could not bind to address 11.22.33.233 port 80 (basically it will report the LAST one... if I only have ONE 'Listen ip:port' entry, then it will have the error message above with that ip, ortherwise it will report the last one. Any suggestions here? _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org