Help in Making a Web Site!

Discussion in 'Installation/Configuration' started by _neS, Sep 26, 2008.

  1. _neS

    _neS New Member

    Hi falko / till,

    I'm just asking of the proper configuration in Making a site because i've been trying to make one but still its not accessible when i try it in browser. Do i need to do something before testing it or what?

    DNS Configuration:
    Group: OAV Group
    Title: SampleSite.com
    Server: Server 1
    Domain (SOA): SampleSite.com
    IP Address: 192.168.0.100

    Record: IP:192.168.0.100; Hostname: www
    CNAME:
    MX:
    SPF:

    ISP Site:
    Server: Server 1
    HOstname: www
    Domain: SampleSite.com
    IP Address: 192.168.0.100
    Create DNS: Yes
    Create DNS MX: No

    Shell Access: No
    CGI Scripts: No
    Standard CGIs: No
    PHP Scripts: Yes
    PHP Safe Mode: No
    Ruby: No
    Python: No
    SSI: No
    FTP Access: Yes
    MySQL: No
    SSL: Yes
    Anonymous FTP: No
    Wap: NO
    Mail User Login: No
    Apache Directives:
    Cron Jobs: No

    The Rest is set as the Default settings.
    Did i make something wrong or there is still something that i need to set before testing this site?

    By the way, can i make my DomainName something like 'Sample.PH'?

    I just follow the installation process in you site.
    Please help me guys? Thank You.

    NOTE: The Domain and IP is just a Sample.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Domains names should be always written lower case in the site settings and the dns manager.

    Are you really sure that your server is authoritive for this domain? Most likely you will have to setup the dns records at the internet provider were you bought the domain name.

    Aditional, you must use your external IP address in the dns manager and not the internal IP. Then forward all ports that you need from your router to your server.
     
  3. _neS

    _neS New Member

    What do you mean by this sir?

    By the way my Domain name is in lowercase character, and using a different IP in the server than in the router.
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Please run
    Code:
    dig ns yourdomain.com
    and take a look at the ANSWER section. Does it show your servers or other servers (e.g. of your registrar or ISP)?
     
  5. _neS

    _neS New Member

    Should i change the word 'yourdomain.com' with my own domain?
    Anyway i tried it both and heres the result:

    When i run the code 'dig ns yourdomain.com':

    While when i run the code 'dig ns samplesite.com':
    Do you have an idea of what is the problem in my server sir?
    Is it in my server installation or its in the ISPConfig?
    I'm just a beginner in UBUNTU thats why i dont know what to do.
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Ok, that's a problem. Did you set name servers for samplesite.com in your domain registrar's web interface?
     

Share This Page