DNS Setup

Jason Carson jay-ttDcVxANFaNM656bX5wj8A at public.gmane.org
Thu Sep 7 23:01:38 UTC 2006


ok, I have a file in /var/bind called
massivelymultiplayeronlineroleplayinggames.org.hosts in this file is the
following

massivelymultiplayeronlineroleplayinggames.org. IN      SOA    
penguin.canuckster.org. jay.canuckster.org. (
                        1157669064
                        10800
                        3600
                        604800
                        38400 )
massivelymultiplayeronlineroleplayinggames.org. IN      NS     
penguin.canuckster.org.
massivelymultiplayeronlineroleplayinggames.org. IN      A       66.11.182.5

so do i just have to wait for it to propagate around the internet?

> ok, I think apache2 is configured correctly (Which you can see below), now
> for my DNS. Does anybody know what I should have with my DNS, or can I
> send my root password to someone off list so they can configure it for me
> using either text mode via ssh or Webmin?
>
>
> NameVirtualHost *:80
>
> <VirtualHost *:80>
> DocumentRoot "/var/www/localhost/htdocs/canuckster"
> ServerName canuckster.org
> <Directory "/var/www/localhost/htdocs/canuckster">
> allow from all
> Options +Indexes
> </Directory>
> </VirtualHost>
>
> <VirtualHost *:80>
> DocumentRoot /var/www/localhost/htdocs/mmorpg
> ServerName massivelymultiplayeronlineroleplayinggames.org
> <Directory /var/www/localhost/htdocs/mmorpg>
> Options +Indexes
> </Directory>
> </VirtualHost>
>
> However, only canuckster.org works,
> massivelymultiplayeronlineroleplayinggames.org doesn't work.
>>
>> Could it be something wrong with my DNS configuration?
>>
>>
>>
>>
>>>> On Thu, 2006-09-07 at 15:51 -0400, Jason Carson wrote:
>>>>
>>>>> I am running apache 2 and this is my httpd.conf file but it doesn't
>>>>> seem
>>>>> to work.
>>>>>
>>>>> <VirtualHost *:80>
>>>>> DocumentRoot "/var/www/localhost/htdocs/canuckster"
>>>>> ServerName canuckster.org
>>>>> <Directory "/var/www/localhost/htdocs/canuckster">
>>>>> allow from all
>>>>> Options +Indexes
>>>>> </Directory>
>>>>> </VirtualHost>
>>>>>
>>>>> <VirtualHost *:80>
>>>>> DocumentRoot /var/www/localhost/htdocs/mmorpg
>>>>> ServerName massivelymultiplayeronlineroleplayinggames.org
>>>>> <Directory /var/www/localhost/htdocs/mmorpg>
>>>>> allow from all
>>>>> Options +Indexes
>>>>> </Directory>
>>>>> </VirtualHost>
>>>>
>>>>
>>>> You need a NameVirtualHost *:80 entry above those two.
>>>>
>>>> Also be aware that you need one IP address per SSL service. You don't
>>>> seem to have any so you should be okay.
>>>>
>>>> --
>>>> John Van Ostrand
>>>>          Net Direct Inc.
>>>>
>>>> Chief Technology Officer
>>>> 564 Weber St. N. Unit 12
>>>>    Waterloo, ON N2L 5C6
>>>>  map
>>>> john-Da48MpWaEp0CzWx7n4ubxQ at public.gmane.org
>>>>         Ph: 519-883-1172
>>>>  ext.5102
>>>> Linux Solutions / IBM
>>>> Hardware
>>>>         Fx: 519-883-8533
>>>>
>>>>
>>>
>>>
>>> --
>>> The Toronto Linux Users Group.      Meetings: http://gtalug.org/
>>> TLUG requests: Linux topics, No HTML, wrap text below 80 columns
>>> How to UNSUBSCRIBE: http://gtalug.org/wini/Mailing_lists
>>>
>>
>>
>> --
>> The Toronto Linux Users Group.      Meetings: http://gtalug.org/
>> TLUG requests: Linux topics, No HTML, wrap text below 80 columns
>> How to UNSUBSCRIBE: http://gtalug.org/wini/Mailing_lists
>>
>
>
> --
> The Toronto Linux Users Group.      Meetings: http://gtalug.org/
> TLUG requests: Linux topics, No HTML, wrap text below 80 columns
> How to UNSUBSCRIBE: http://gtalug.org/wini/Mailing_lists
>


--
The Toronto Linux Users Group.      Meetings: http://gtalug.org/
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://gtalug.org/wini/Mailing_lists





More information about the Legacy mailing list