Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Virtual hosts--- help!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Virtual hosts--- help!

    I am searching for documentation on how to configure one server instance with one TCP/IP address, and one designated port for multiple virtual hosts. Any suggestions?? I've checked IBM's manuals and I haven't found the information that I am looking for. I want to support three environments. Example: https://10.10.10.85:2500/test1 https://10.10.10.85:2500/test2 https://10.10.10.85:2500/test3 From what I can find, two properties make the server instance unique: port number and host name. We are trying to use the same port number. In the above listed URL examples, does the /test1, /test2, and /test3 make the URL unique? In other words, is the entire URL used or just the host name field(Ip address in this example) or the port number field (:2500 in this example).

  • #2
    Virtual hosts--- help!

    AFAIK, only Microsoft IIS supports virtual hosting; IBM HTTP Server (like most HTTP servers) only goes to the port level. Joe

    Comment


    • #3
      Virtual hosts--- help!

      In your URL example, that can be accomplished by using MAP and PASS directive since they all using the same IP address and port number. However, if you want to implement multi-domain names with the same IP address, you need to have the following requirements: 1) OS400 version of V4R3 or higher. 2) Internal DNS server. 3) The client browser must support HTTP 1.1 instead of HTTP 1.0. The Web Master Admin guide has all the detail of how to, and it is quite simple to setup one up. Shawn Fu

      Comment


      • #4
        Virtual hosts--- help!

        IBM's http server does support virtual hosting, but as Shawn pointed out, this is really a MAP/PASS directive and not really virtual hosting. Brad

        Comment


        • #5
          Virtual hosts--- help!

          Joseph, The UDATE is the date the job entered the subsystem. To get the latest and greates date, use the TIME operation. C TIME TIMER 12 0 The last 6 positions in the field TIMER are the current YYMMDD. -bret

          Comment


          • #6
            Virtual hosts--- help!

             D SysDate S D datfmt( *usa ) C time SysDate

            Comment

            Working...
            X