This is a discussion on subdomain with dyndns.org within the Apache Web Server forums, part of the Web Server and Related Forums category; hi there =) im having some problems with creating a subdomain. im using dyndns.org-alias as my ip changes every ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hi there =)
im having some problems with creating a subdomain. im using dyndns.org-alias as my ip changes every 24h. heres the part of my conf file: # Use name-based virtual hosting. # NameVirtualHost * # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for requests without a known # server name. # <VirtualHost *> DocumentRoot /www/ ServerName myname.dyndns.org </VirtualHost> <VirtualHost *> DocumentRoot /www/private.sub/ ServerName private.myname.dyndns.org </VirtualHost> the "normal" host is accesible, but not the private part... what do i do wrong? many thx in advance muab |
|
|||
|
I belief the client will try to do a dns lookup on the "private" and if this
doesn't exist in the DNS, ...won't work. "Muab Ila" <muab_ila@gmx.net> wrote in message news:bdbjon$igu$03$1@news.t-online.com... > hi there =) > > im having some problems with creating a subdomain. > > im using dyndns.org-alias as my ip changes every 24h. > > heres the part of my conf file: > > # Use name-based virtual hosting. > # > NameVirtualHost * > > # > # VirtualHost example: > # Almost any Apache directive may go into a VirtualHost container. > # The first VirtualHost section is used for requests without a known > # server name. > # > <VirtualHost *> > DocumentRoot /www/ > ServerName myname.dyndns.org > </VirtualHost> > > <VirtualHost *> > DocumentRoot /www/private.sub/ > ServerName private.myname.dyndns.org > </VirtualHost> > > the "normal" host is accesible, but not the private part... > what do i do wrong? > > many thx in advance > muab > > |
|
|||
|
Have you enabled 'wildcard' on you DynDns account? If not, sub-domains
won't work. What IP-address does a DNS lookup on your 'private...' address return? ~Mike On Wed, 25 Jun 2003, >--Barra> wrote: > I belief the client will try to do a dns lookup on the "private" and if this > doesn't exist in the DNS, ...won't work. > > "Muab Ila" <muab_ila@gmx.net> wrote in message > news:bdbjon$igu$03$1@news.t-online.com... > > hi there =) > > > > im having some problems with creating a subdomain. > > |
| Thread Tools | |
| Display Modes | |
|
|