apache subdomain PROBLEM

Hello,

In BIND DNS Server I can make www.domain_name.com,
domain_name.com, and subdomain.domain_name.com without a problem … when it comes to apache I point domain_names to
web folder … it works…
However subdomain.domain_name.com fails ??? Can’t get it to work…

When in url I go to subdomain.domain_name.com it fails to serve …

Why :\

erik100 wrote:

>
> Hello,
>
> In BIND DNS Server I can make www.domain_name.com,
> domain_name.com, and subdomain.domain_name.com without a problem …
> when it comes to apache I point domain_names to
> web folder … it works…
> However subdomain.domain_name.com fails ??? Can’t get it to work…
>
> When in url I go to subdomain.domain_name.com it fails to serve …
>
> Why :\

First: An underscore in a global domain name is forbidden. You can replace
it by a hyphen.

Second: Please list the first part of your apache vhost config file with
ServerName and ServerAlias if you are using vhosting.

Third: always provide more information when you have questions like this.


Freek