From owner-freebsd-questions Mon Jan 18 22:40:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA24597 for freebsd-questions-outgoing; Mon, 18 Jan 1999 22:40:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from presley.cybertrails.com (presley.cybertrails.com [162.42.150.35]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA24592 for ; Mon, 18 Jan 1999 22:40:08 -0800 (PST) (envelope-from kf7nn1@cybertrails.com) Received: (qmail 20212 invoked from network); 19 Jan 1999 06:40:15 -0000 Received: from unknown (HELO cybertrails.com) (162.42.132.10) by presley.cybertrails.com with SMTP; 19 Jan 1999 06:40:15 -0000 Message-ID: <36A428D4.BED973FA@cybertrails.com> Date: Mon, 18 Jan 1999 23:40:20 -0700 From: George Vagner X-Mailer: Mozilla 4.06 [en] (Win98; U) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: apache vhosts Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I only have 1 ip address and i was trying to set up virtual hosts using ip numbers because my domain has not been created yet. i tried this: DocumentRoot /usr/home/user/www ServerName user.com DocumentRoot /usr/home/user2/www ServerName user2.com thinking that a request of http://1.2.3.4:80 would access user.com and a request to http://1.2.3.4:81 would access user2.com but user2.com just sits there and the file is there and world readable and executable. Anybody have any hints? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message