Kenneth Burgener wrote:
Kenneth Burgener wrote:

Apache named virtual hosting
http://httpd.apache.org/docs/vhosts/


Here is an example of how I do my virtual name hosting. Just tack something like this to the end of your httpd.conf file:



One small correction to my example, make sure you add the NameVirtualHost option John said:


NameVirtualHost *:80

<VirtualHost *:80>
        ServerName kennethburgener.com
        ServerAlias kennethburgener.com www.kennethburgener.com
        DocumentRoot /www/kennethburgener
</VirtualHost>

<VirtualHost *:80>
        ServerName tfaonline.com
        ServerAlias tfaonline.com www.tfaonline.com
        DocumentRoot /www/tfaonline
</VirtualHost>


Kenneth
[EMAIL PROTECTED]



--------------------
BYU Unix Users Group http://uug.byu.edu/


The opinions expressed in this message are the responsibility of their
author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to