Results 1 to 8 of 8

Thread: DNS/website set-up question

  1. #1
    Old school, like an old fool. Flying Mullet's Avatar
    Join Date
    Apr 2003
    Location
    Napping in a peach tree.
    Posts
    19,185
    Articles
    6
    Blog Entries
    7
    Contributions
    • Former Administrator
    • Former Cid's Knight
    • Former Senior Site Staff

    Default DNS/website set-up question

    Right now when I type in my website's address into the browser, it goes to my site, but shows my ip address for the url rather than the website name. I registered my site name with GoDaddy, and changed the '@'/A name(whatever you call it) to my ip address. Then I contacted my ISP (who gave me my static ip address) and I had them "register" my ip address/url on their name servers. Then I specified these name servers in my GoDaddy account settings. I called my ISP about 24 hours ago to set up the name server part, so I'm wondering if I'm missing something or if I'm just being impatient?
    Figaro Castle

  2. #2
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Sometimes it can take longer than 24 hours for DNS info to propagate. What is the URL?

  3. #3
    Old school, like an old fool. Flying Mullet's Avatar
    Join Date
    Apr 2003
    Location
    Napping in a peach tree.
    Posts
    19,185
    Articles
    6
    Blog Entries
    7
    Contributions
    • Former Administrator
    • Former Cid's Knight
    • Former Senior Site Staff
    Figaro Castle

  4. #4
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    That URL doesn't even resolve for me at all. I'd wait a while longer, but I'm no DNS expert, maybe someone else will know better.

  5. #5
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Are you running this on your PC?

    I think you haven't configured Apache correctly, it doubt it should be saying localhost@localdomain either when you force a 404

    Edit the http.conf file (should be a shortcut in the Start Menu if you install it correctly in Windows) and enter the correct address after ServerName rather than an IP address. Might be some other things you need to tweak in there too, so take a while to read the comments in that file and adjust anything you think needs adjusting, then restart Apache when you're done and saved the file
    Problems playing downloaded videos? Try CCCP


  6. #6
    Old school, like an old fool. Flying Mullet's Avatar
    Join Date
    Apr 2003
    Location
    Napping in a peach tree.
    Posts
    19,185
    Articles
    6
    Blog Entries
    7
    Contributions
    • Former Administrator
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    Yeah, I'm running this on a box at my house.

    As of right now, all I did was install RedHat 7 as a web server and put my files in the /var/www/html/ folder. Then I set up my router to forward all requests to port 80 to my RedHat box.
    Figaro Castle

  7. #7
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    You'll have to ask Unne for the location of the httpd.conf file in linux then I'm pretty certain it's incorrectly configured though if stuff like that happens


    EDIT: I guess you could try <code>ls -R httpd.conf</code> in a shell from / to find it but I still wouldn't know how to restart the service
    Problems playing downloaded videos? Try CCCP


  8. #8
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    I don't remember all the apache-specific things about Redhat. It's different in Gentoo. It's usually in /etc/httpd/conf/ or /etc/apache/conf or /etc/apache2/conf though. https://www.redhat.com/docs/manuals/...pacheconf.html

Posting Permissions

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