Apache Server configuration support - apache & bind

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > February 2006 > apache & bind





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author apache & bind
misiek

2006-02-13, 8:54 pm

Hi
if I set up bind to have more than one domain because I need to have 3
website on the same server so I need to set only apache as a vhosts ?
Have I do somethnig with hosts ?

can you explain me this point someone ?
thanks
ponga

2006-02-13, 8:54 pm

Yep. It's all done with vhosts.
<http://httpd.apache.org/docs/2.0/vhosts/examples.html>

misiek

2006-02-14, 2:55 am

ponga wrote:
> Yep. It's all done with vhosts.
> <http://httpd.apache.org/docs/2.0/vhosts/examples.html>
>


I set upmy vhosts


<VirtualHost 222.222.22.222:80>
ServerAdmin webmaster@localhost
DocumentRoot /home/ftp/workspace/mydomain.com
Servername www.mydomain.com
</VirtualHost>

also jus in case I put to /etc/hosts
222.222.22.222 www.mydomain.com

what I need to do to get it works ? because it does not...
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2009 webservertalk.com