comp.lang.ada
 help / color / mirror / Atom feed
From: Maciej Sobczak <see.my.homepage@gmail.com>
Subject: Re: Web Development Using Ada?
Date: Fri, 2 Aug 2013 13:54:42 -0700 (PDT)
Date: 2013-08-02T13:54:42-07:00	[thread overview]
Message-ID: <2223020c-08d4-4533-9de5-ddd2964d373a@googlegroups.com> (raw)
In-Reply-To: <51fbeb3e$0$81782$afc38c87@news6.united-newsserver.de>

> > I would not expect AWS to handle this - specialized tools like nginx do
> > it already and there is no reason to reinvent the wheel just to prove
> > that you can implement the whole infrastructure in Ada. It would be a
> > wasted effort, especially if we take into account the limited resources
> > of the Ada web-development community.
> 
> Do you already have some experiences while integrating your Ada 
> application on the nginx?

Yes. There is nothing special or particular to Ada (and AWS) in this.

The setup that we use is to have a single nginx proxy server listening on port 80 (the "standard" HTTP port) and dispatching requests based on the target host name (there can be many such names residing on a single physical address) to the particular AWS server that is handling the given service. The AWS server can be on the same or on a different machine than the one where nginx itself runs. Most importantly, the AWS server(s) does not have to listen on any privileged port number, which makes it much easier to manage from non-root accounts. All this is invisible to users.

-- 
Maciej Sobczak * http://www.msobczak.com * http://www.inspirel.com


  reply	other threads:[~2013-08-02 20:54 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-27 10:35 Web Development Using Ada? Aay Jay Chan
2013-07-27 12:49 ` Dmitry A. Kazakov
2013-07-27 15:49   ` Shark8
2013-07-27 16:26     ` Dmitry A. Kazakov
2013-07-27 17:19       ` Shark8
2013-07-27 17:26       ` Yannick Duchêne (Hibou57)
2013-07-27 19:05         ` Dmitry A. Kazakov
2013-07-27 17:11     ` Yannick Duchêne (Hibou57)
2013-07-27 17:19       ` Shark8
2013-07-27 17:57 ` Jeffrey Carter
2013-07-28  3:03   ` Randy Brukardt
2013-07-28  5:10     ` Yannick Duchêne (Hibou57)
2013-08-06  4:43       ` Randy Brukardt
2013-08-06  5:04         ` Paul Rubin
2013-08-06 19:06           ` Randy Brukardt
2013-07-28  9:30 ` Luke A. Guest
2013-07-31  8:30 ` Michael Erdmann
2013-07-31 10:15   ` Aay Jay Chan
2013-07-31 12:09     ` Michael Erdmann
2013-07-31 17:20     ` J-P. Rosen
2013-08-01 13:12       ` Jacob Sparre Andersen
2014-01-13 10:12       ` Marius Amado-Alves
2013-07-31 11:30   ` G.B.
2013-07-31 11:44     ` Yannick Duchêne (Hibou57)
2013-07-31 14:33       ` G.B.
2014-01-13 10:08   ` Marius Amado-Alves
2013-07-31 15:07 ` Pascal Obry
2013-07-31 18:53   ` Michael Erdmann
2013-07-31 21:03     ` Pascal Obry
2013-08-01  4:45       ` Michael Erdmann
2013-08-01 13:31         ` Jacob Sparre Andersen
2013-08-01 20:32           ` Michael Erdmann
2013-08-05  8:47             ` Jacob Sparre Andersen
2013-08-05 11:41               ` Thomas Løcke
2013-08-01 21:15         ` Maciej Sobczak
2013-08-02 17:24           ` Michael Erdmann
2013-08-02 20:54             ` Maciej Sobczak [this message]
2013-08-03  6:51               ` Michael Erdmann
2013-08-03  9:58               ` Pascal Obry
2013-08-03 14:50                 ` Maciej Sobczak
2013-08-01 15:54 ` leonid.dulman
2014-01-09  9:31 ` arifhussain.33
2014-01-09 12:36   ` Jacob Sparre Andersen
2014-01-10 13:47   ` Mike H
2014-01-14 12:23   ` Vadim Godunko
2014-01-19 23:23     ` Joseph Montanez
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox