Index: [Article Count Order] [Thread]

Date:  Fri, 14 Apr 2006 19:30:50 +0200
From:  Dennis <dennis (at mark) mixfans.org>
Subject:  [coba-e:04667] Re: user / virtual host
To:  coba-e (at mark) bluequartz.org
Message-Id:  <443FDC4A.6000608 (at mark) mixfans.org>
In-Reply-To:  <01a701c65f33$657d9e60$0301a8c0@Jerrycp>
References:  <01a701c65f33$657d9e60$0301a8c0@Jerrycp>
X-Mail-Count: 04667

Hi Gerald & others

the problem next to the virtual host issue is that how do I enable it 
trough DNS

1. I am a simple 'end-user' running 20+ sites from a simple DSL line 
behind a DSL router
so I have had to make some tweaks using the server behind the router

like this for HTTP
# owned by VirtualHost
# NameVirtualHost 213.84.24.174:80

# FrontPage needs the following four things to be here
# otherwise all the vhosts need to go in httpd.conf, which could
# get very large since there could be thousands of vhosts
ServerRoot /etc/httpd

<VirtualHost 192.168.1.100>
ServerName www.slagers.org

etc..
the Problem is: how do I enable in a simple way the DNS. Right now the 
DNS server is disabled, but I can enable it and my port 53 is open
but how do I get the DNS registered as valid DNS server? Does it take 
some time? I have searched my ass off to find some info about it
Cause when I check for dns server I see that the root servers do not 
know me . .

as long as the DNS is not updated correctly with the VHOST option like 
Brians Solution it is not usable for me at all, so any hint on this 
would be appreciated.

Dennis




Gerald Waugh wrote:
> You wrote;
>   
>> Are there any scripts available that when adding a user like
>>
>> www.domain.com/username
>> or
>> www.domain.com/~username
>>
>> the vhost for that user can become like: username.domain.com ?
>>     
>
> I believe you need sub-domains, Brian has a sub-domain package.
> BQ-5102R-NuOnce-SubDomains.1.0.pkg
> Also you need DNS records for username.domain.com 
>
> Gerald
>