From owner-freebsd-questions Sat Dec 5 07:01:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA15312 for freebsd-questions-outgoing; Sat, 5 Dec 1998 07:01:38 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ponch.argay.com.au ([203.30.57.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA15307 for ; Sat, 5 Dec 1998 07:01:33 -0800 (PST) (envelope-from arthur@argay.com.au) Received: from candice (candice.argay.com.au [203.30.57.134]) by ponch.argay.com.au (8.7.5/8.7.3) with SMTP id CAA18734 for ; Sun, 6 Dec 1998 02:00:24 GMT Message-ID: <001d01be205e$597f9260$86391ecb@candice.argay.com.au> From: "Arthur" To: Subject: Virtual hosts Date: Sun, 6 Dec 1998 01:48:33 +1100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0018_01BE20BA.88749460" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0018_01BE20BA.88749460 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Advice required please on the error in my virtual host setup. I have = tried to follow all the docos and find that I can access yyy.yyy.yyy.130 = page but not the yyy.yyy.yyy.210. 130 is my main server.=20 Both IP addresses are shown in netsat and I can ping the 210 host by = name and number from internal and external. In advance thanks to all who = reply with help. Always appreciated ServerType standalone Port 80 TimeOut 400 StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxRequestsPerChild 30 MaxClients 150 User bin Group bin ServerAdmin arthur@mydomain.com.au ServerRoot /usr/local/www/data ServerName ponch.mydomain.com.au ErrorLog /var/log/ponch.error TransferLog /var/log/ponch.access ServerAdmin arthur@mydomain.com.au ServerRoot /usr/local/www/otherdomain ServerName www.otherdomain.com.au ErrorLog /var/log/otherdomain.error TransferLog /var/log/otherdomain.access Arthur ------=_NextPart_000_0018_01BE20BA.88749460 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Advice required please on the error in my virtual host setup. I have = tried to=20 follow all the docos and find that I can access yyy.yyy.yyy.130 page but = not the=20 yyy.yyy.yyy.210. 130 is my main server.

Both IP addresses are shown in netsat and I can ping the 210 host by = name and=20 number from internal and external. In advance thanks to all who reply = with help.=20 Always appreciated

ServerType standalone

Port 80

TimeOut 400

 

StartServers 5

MinSpareServers 5

MaxSpareServers 10

MaxRequestsPerChild 30

MaxClients 150

User bin

Group bin

<VirtualHost 203.30.57.130>

ServerAdmin arthur@mydomain.com.au

ServerRoot /usr/local/www/data

ServerName ponch.mydomain.com.au

ErrorLog /var/log/ponch.error

TransferLog /var/log/ponch.access

</VirtualHost>

<VirtualHost 203.30.57.210>

ServerAdmin arthur@mydomain.com.au

ServerRoot /usr/local/www/otherdomain

ServerName www.otherdomain.com.au

ErrorLog /var/log/otherdomain.error

TransferLog /var/log/otherdomain.access

</VirtualHost>

 

 

Arthur

------=_NextPart_000_0018_01BE20BA.88749460-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message