Date: Sun, 6 Dec 1998 01:48:33 +1100 From: "Arthur" <arthur@argay.com.au> To: <freebsd-questions@FreeBSD.ORG> Subject: Virtual hosts Message-ID: <001d01be205e$597f9260$86391ecb@candice.argay.com.au>
next in thread | raw e-mail | index | archive | help
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 <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 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN"> <HTML> <HEAD> <META content=3Dtext/html;charset=3Diso-8859-1 = http-equiv=3DContent-Type> <META content=3D'"MSHTML 4.72.3510.1400"' name=3DGENERATOR> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT size=3D2> <P>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. </P> <P>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</P> <P>ServerType standalone</P> <P>Port 80</P> <P>TimeOut 400</P> <P> </P> <P>StartServers 5</P> <P>MinSpareServers 5</P> <P>MaxSpareServers 10</P> <P>MaxRequestsPerChild 30</P> <P>MaxClients 150</P> <P>User bin</P> <P>Group bin</P> <P><VirtualHost 203.30.57.130></P> <P>ServerAdmin arthur@mydomain.com.au</P> <P>ServerRoot /usr/local/www/data</P> <P>ServerName ponch.mydomain.com.au</P> <P>ErrorLog /var/log/ponch.error</P> <P>TransferLog /var/log/ponch.access</P> <P></VirtualHost></P> <P><VirtualHost 203.30.57.210></P> <P>ServerAdmin arthur@mydomain.com.au</P> <P>ServerRoot /usr/local/www/otherdomain</P> <P>ServerName www.otherdomain.com.au</P> <P>ErrorLog /var/log/otherdomain.error</P> <P>TransferLog /var/log/otherdomain.access</P> <P></VirtualHost></P> <P> </P> <P> </P> <P>Arthur</P></FONT></DIV></BODY></HTML> ------=_NextPart_000_0018_01BE20BA.88749460-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001d01be205e$597f9260$86391ecb>