+ Reply to Thread
Results 1 to 8 of 8

Thread: Domain Setup

  1. #1
    Learning Programmer freeman is an unknown quantity at this point freeman's Avatar
    Join Date
    Mar 2009
    Location
    I'm in your computer, eating ur cookies
    Posts
    30

    Exclamation Domain Setup

    Hello, I am current;y working on getting a web server up and running, and I need a bit of help. I have recently found out that my ISP blocks port 80 meaning that I am unable to host the server on it's normal port. I am wondering if there is any way to set up the domain without using port 80...
    Can anyone assist me in this matter?

  2. #2
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,680
    Blog Entries
    57

    Re: Domain Setup

    Short answer: yes.

    Long answer: the details depend on the type of server. Is it apache, IIS, something else?
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  3. #3
    Learning Programmer freeman is an unknown quantity at this point freeman's Avatar
    Join Date
    Mar 2009
    Location
    I'm in your computer, eating ur cookies
    Posts
    30

    Re: Domain Setup

    I am running apache on a computer using Ubuntu Server edition.

  4. #4
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,680
    Blog Entries
    57
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #5
    Learning Programmer freeman is an unknown quantity at this point freeman's Avatar
    Join Date
    Mar 2009
    Location
    I'm in your computer, eating ur cookies
    Posts
    30

    Re: Domain Setup

    That is not quite the problem I am having...
    My server is already listening on port 81 and I have forwarded the ports. I want to know if there is a way to set up my domain so people can type "domain.com" instead of "domain.com:81". Is there a way to do this using somthing like A records?

  6. #6
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,680
    Blog Entries
    57

    Re: Domain Setup

    No. A browser will, by default, connect on port 80 unless told to do otherwise.
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  7. #7
    Newbie joyo is an unknown quantity at this point
    Join Date
    Feb 2010
    Posts
    13

    Re: Domain Setup

    first ,you should bind you domain to you server ip.
    second , build a http server in your server, and setup the http server.

    the http server ,just lik apache.
    use google ,you can find a lot of tutor about it.

  8. #8
    Newbie ETShost is an unknown quantity at this point
    Join Date
    Nov 2009
    Posts
    22

    Re: Domain Setup

    SRV records can be used to specify what host and port a service is located on within a domain. For web browsers that support SRV records, the hostname and port can be specified for the provider of the web service.

    For example if you ran the domain example.com, you SRV record would look like so:

    Code:
    _http._tcp.example.com. 86400 IN SRV 0 5 81 www.example.com.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. The Anemic Domain Model Pattern
    By Kernel in forum News
    Replies: 0
    Last Post: 07-15-2009, 05:10 PM
  2. Reporting against a domain model
    By Kernel in forum News
    Replies: 0
    Last Post: 07-01-2009, 06:50 AM
  3. What is domain and sub domain?
    By cyberfriend in forum Domains for Sale
    Replies: 0
    Last Post: 01-20-2009, 11:19 PM
  4. The Fat Controller
    By Kernel in forum News
    Replies: 1
    Last Post: 12-04-2008, 07:47 AM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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