[thelist] Apache Domain Aliasing

Daniel J. Cody djc at starkmedia.com
Tue Jan 23 15:46:31 CST 2001


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>





More information about the thelist mailing list