Ok, I made a couple of changes. Make a new directory for fireopal as specified in this modified file and move the fireopal site into it. You also had multiple declarations of ServerName and ServerAlias, which I removed. If this works, you can try adding the *.fireopal.com to the ServerAlias Line. Don't add a new line, just put a space between what's already there, and tack it onto the same line. It's set up exactly like mine now, so if it doesn't work, I have no idea why. :) Jay > -----Original Message----- > From: Scott Raun [mailto:sraun at fireopal.org] > Sent: Monday, May 14, 2001 11:36 AM > To: tclug-list at mn-linux.org > Subject: Re: [TCLUG] Apache on Debian and virtual hosts > > > One IP address for both sites. 209.134.132.36 > > Here it is - I'm going a slowly bonkers! And the fact that ytilaer.com > was supposed to be a Mother's Day present for my wife isn't helping - > I thought I had it figured out and working! > > THANKS! > > On Mon, May 14, 2001 at 10:31:03AM -0500, Austad, Jay wrote: > > 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 > > > > > _______________________________________________ > > 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 > -------------- next part -------------- A non-text attachment was scrubbed... Name: httpd.scott Type: application/octet-stream Size: 11598 bytes Desc: not available Url : http://shadowknight.real-time.com/pipermail/tclug-list/attachments/20010514/5725cff8/httpd.obj