[thelist] Apache Domain Aliasing

Minh Lee Goon v7ac at sdsumus.sdstate.edu
Tue Jan 23 16:29:31 CST 2001


Thanks for the info, but it's still not working. Any more ideas?
Anything I need to do with BindAddress?

BTW, I can't view the root directory page except from the local machine.
Ruh-roh...



"Daniel J. Cody" wrote:
> 
> You need to drop the :80's and add a couple more lines like so:
> 
> Port 80
> Listen 80
> 
> ##lots of other directives here..
> 
> ## futher down where you define virtual hosts:
> 
> NameVirtualHost 137.216.132.64
> NameVirtualHost 137.216.130.250
> 
> <VirtualHost 137.216.132.64 137.216.130.250>
> DocumentRoot /techfellows
> ServerName techfellows.sdstate.edu
> </VirtualHost>
> 
> That should do it. You probably already had the "Listen 80" line
> somewhere in there which was making apache puke.
> 
> If that doesn't fix it, give a shout..
> 
> .djc.
> 
> Minh Lee Goon wrote:
> 
> > NameVirtualHost 137.216.132.64:80
> > NameVirtualHost 137.216.130.250:80
> 
> > <VirtualHost 137.216.132.64 137.216.130.250>
> >    DocumentRoot /techfellows
> >    ServerName techfellows.sdstate.edu
> > </VirtualHost>
> 
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !




More information about the thelist mailing list