Hello 

I have a Linux box running a webserver with apache. 
This is my situation, I want to be able to host several websites, 
because I have a dynamic IP I use the services of DYNDNS.ORG. 
they have assigned a DOMAIN name to my IP, let say the domain 
is http://perico.dyndns.org. I have there family pages(pictures 
and that stuff to keep the wife happy) but I want have more 
fun stuff in a different domain. 

I have a firewall and I opened ports 8080 and 81 to have two 
option for the http request.80 it's closed because of the REDCODE. 
:-( 

I was trieng to make VirtualHosts work like this 

NameVirtualHost perico.dyndns.org 

<VirtualHost perico.dyndns.org> 
ServerName coyote.dyndns.org 
DocumentRoot /var/www/html 
</VirtualHost> 

the other Domain I want to have is www2.perico.dyndns.org 
and we can use port 81 if necessary. I did it like this following 
the line above. 

<VirtualHost perico.dyndns.org:81> 
ServerAlias perico.dyndns.org *.perico.dyndns.org 
DocumentRoot /var/www/user 
</VirtualHost> 

I don't if I need to change other line in the httpd.conf file 
, but that's all I have done but It doesn't work 

Thanks

Rio




--------------------------------------------------------------------------
Global Internet phone calls, voicemail, fax, e-mail and instant messaging.
Sign-up today at http://www.hotvoice.com

Responder a