From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a05:6214:a0f:: with SMTP id dw15mr11115262qvb.236.1587307855969; Sun, 19 Apr 2020 07:50:55 -0700 (PDT) X-Received: by 2002:aca:dfc5:: with SMTP id w188mr1000870oig.7.1587307855617; Sun, 19 Apr 2020 07:50:55 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 19 Apr 2020 07:50:55 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=85.204.137.153; posting-account=9DmjiwoAAAD-KD7MAll0qPzDsSqXm2Qs NNTP-Posting-Host: 85.204.137.153 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: AWS combined dispatcher Virtual host and URI From: Per Jakobsen Injection-Date: Sun, 19 Apr 2020 14:50:55 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:58418 Date: 2020-04-19T07:50:55-07:00 List-Id: I'm working on an AWS server that may be deployed to handle multiple Virtual hosts each with different root URIs. For instance a media gallery may be deployed on "http://personal_domain//gallery" but I may also like to use the same gallery server for "http://company_domain/gallery", both running on the same physical server. Am I right that AWS currently has no predefined dispatchers to handle this situation? Anyone made a "patented" solution for this? Otherwise I think I will give it a try... ~Per