subdomain with dyndns.org
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
|