Ok, do you want to use the same IP for each site, or do you have different
ip's for each site?



> -----Original Message-----
> From: Scott Raun [mailto:sraun at fireopal.org]
> Sent: Monday, May 14, 2001 9:36 AM
> To: tclug-list at mn-linux.org
> Subject: Re: [TCLUG] Apache on Debian and virtual hosts
> 
> 
> OK, I've made that change. Now all I need to do is wait for the DNS
> changes to propagate (or make it home).
> 
> Hmm - I wonder if...
> 
> I can!
> 
> DD-B is providing DNS for me - I logged in to dd-b.net and did a check
> using lynx. I was able to access both addresses from there - and it's
> _still_ broken!
> 
> Wah!
> 
> Anyone want to take a look at my whole httpd.conf, and see what leaps
> out at them?
> 
> On Mon, May 14, 2001 at 08:57:52AM -0500, Ben Kochie wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > 
> > yep.. zibby is right.. you forgot to specify atleast one 
> ServerName for
> > each VirtualHost.. that'd be the problem
> > 
> > Thank You,
> >         Ben Kochie (ben at nerp.net)
> > 
> >  "Unix is user friendly, Its just picky about its friends."
> > 
> > On Mon, 14 May 2001, Andy Zbikowski wrote:
> > 
> > > > NameVirtualHost *
> > > >
> > > > <VirtualHost *>
> > > > ServerAlias fireopal.org *fireopal.org
> > > > ServerAdmin webmaster at fireopal.org
> > > > DocumentRoot /var/www/
> > > > ServerName www.fireopal.org
> > > > ErrorLog /var/log/apache/error.log
> > > > </VirtualHost>
> > > >
> > > > <VirtualHost *>
> > > > ServerAlias ytilaer.com *.ytilaer.com
> > > > ServerAdmin webmaster at fireopal.org
> > > > DocumentRoot /var/www/host.ytilaer.com
> > > > ServerName www.ytilaer.com
> > > > ErrorLog /var/log/apache/host.ytilaer.com-error.log
> > > > TransferLog /var/log/apache/host.ytilaer.com-access.log
> > > > </VirtualHost>
> > >
> > >
> > > I think you need to replace ServerAlias with ServerName. 
> In this example,
> > > destiny.ringworld.org is the name of the server. 
> itouthouse.com is the
> > > hosted domain.
> > >
> > > # Virtual Host for itouthouse.com
> > > <VirtualHost destiny.ringworld.org:80>
> > > ServerName itouthouse.com
> > > DocumentRoot /project/web/itouthouse/
> > > ServerAlias itouthouse.com *.itouthouse.com
> > > CustomLog /var/log/apache/access-itouthouse.log combined
> > > </VirtualHost>
> > >
> > > --
> > > Andy Zbikowski, Sys Admin   | (WEB) http://www.ltiflex.com
> > > LTI Flexible Products, Inc. | (PH)  763-428-9119 (EX) 132
> > > 21801 Industrial Blvd       | (FX)  763-428-9126
> > > Rogers, MN  55374           | (PCS) 612-306-6055
> > > _______________________________________________
> > > tclug-list mailing list
> > > tclug-list at mn-linux.org
> > > https://mailman.mn-linux.org/mailman/listinfo/tclug-list
> > >
> > 
> > -----BEGIN PGP SIGNATURE-----
> > Version: 2.6.3ia
> > Charset: noconv
> > 
> > iQCVAwUBOv/kYstpDhsSpvgtAQFREQP/Wq5bzOYd9QnZPjviDEWhKqHeovIgU7a4
> > WA44HcuW+b2KTz6Ezu3FGPtFcaw+91FM/B1rW3ax9aNZF5iNHm1DOR/YcXI7r9Xf
> > VW6DqfWWcmib210HdC7/tbbPOIkhbZTzBn8zXzjaiZ2T+3PWBp41Qtf0Y67Ezskt
> > pW2KQstBbTc=
> > =HnZN
> > -----END PGP SIGNATURE-----
> > 
> > _______________________________________________
> > tclug-list mailing list
> > tclug-list at mn-linux.org
> > https://mailman.mn-linux.org/mailman/listinfo/tclug-list
> 
> -- 
> Scott Raun
> sraun at fireopal.org
> _______________________________________________
> tclug-list mailing list
> tclug-list at mn-linux.org
> https://mailman.mn-linux.org/mailman/listinfo/tclug-list
>