At 1/16/2002 08:06 PM +0800, you wrote:
>I can't figure out how to make this address in my website e.g 
><http://myname.mydomain.com>http://myname.mydomain.com. I have tried to 
>make this address <http://www.mydomain.com>http://www.mydomain.com,  and 
>have success in make it. Can you tell me what do I need to add?

You need an A (address) record in your DNS pointing myname.domain.com to 
that IP address. Then, in the Apache configuration for your website 
www.mydomain.com, add the line:

ServerAlias myname.mydomain.com

If you already have a ServerAlias line, add myname.domain.com at the end of 
it separated from the other aliases by a space. Remember to restart Apache: 
"service httpd restart".


--
Rodolfo J. Paiz
[EMAIL PROTECTED]



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to