Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: web servers from home

  1. #11
    Senior Member
    Join Date
    Jun 2002
    Posts
    102
    I don't mean to bash dns2go but I hate it. I found http://hn.org free DNS Hosting! It rocks. my pappa set up a home webserver on cable and it works good. The DNS does take awhile to cycle but HN.org is free.
    Good Grief

  2. #12
    Senior Member
    Join Date
    Jul 2002
    Posts
    167
    JC,
    Perhaps you can help me with a subdomain issue i am having. First off i am running my web server on port 81 do to my ISP blocking port 80. I am also running dns2go which my friend (who i am no longer in contact with) also uses and he was able to get this to work. Finally i am running the RPM version of apache.

    The problem is every time i try to go to my subdomain it automatically redirects to the TLD. This is what i have in the /etc/httpd/conf/vhosts/Vhosts.conf file.

    NameVirtualHost 24.53.216.12

    <VirtualHost 24.53.216.12:81>
    ServerName kittyfriedrice.com
    ServerAlias nate.kittyfriedrice.com www.kittyfriedrice.com
    DocumentRoot /var/www/html/nate
    DirectoryIndex index.html
    </VirtualHost>

    Any Ideas?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •