Ghostgator Posted October 18, 2007 Share Posted October 18, 2007 I have started learning apache and need help in doing this virtual host question. I am doing this on debian linux system. I have to: Configure Apache for the name-based virtual hosting of two sites, say www.site1.uow and www.site2.uow. Create two websites, say /www/site1/index.html and /www/site2/index.html. Add two name-based virtual hosts using the IP address of your machine. Add the two hosts to the file /etc/hosts. I have created the director www and sub directories for site 1 and 2 but having difficulty in adding two name based virtual hosts and adding the two hosts to hosts. any help Do i need to edit the httpd-vhosts.conf and add something like this <VirtualHost then ip> Document root ServerName </virtual host> Quote Link to comment Share on other sites More sharing options...
steviewdr Posted October 20, 2007 Share Posted October 20, 2007 Yes. Take a look at: http://wiki.kartbuilding.net/index.php/Apache_2_%26_SSL_-_PHP4_-_MySQL_4.1 -steve Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.