At Godaddy in Total DNS Control create A or CNAME records for the sub domains you want to host.

In your apache vhosts conf file[s] you can do something like this:

VirtualHost *:80>
        ServerName example.com
ServerAlias example.com www.example.com subdomain.example.com login.example.com xyz.example.com
        # Other directives here
</VirtualHost>



On Aug 29, 2008, at 4:33 PM, Zach Uram wrote:

Hello everyone,

I run apache2 on Debian. I want to set up subdomain so instead of
www.me.org/html/foo.html visitors can just visit http://foo.me.org so
what *specifically* must I do in apache conf to do this and what type
of record should I add in my GoDaddy DNS control panel and what will
the record look like?

Zach

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to