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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.51.68 with SMTP id c4mr7809679qag.7.1380482112482; Sun, 29 Sep 2013 12:15:12 -0700 (PDT) X-Received: by 10.50.109.170 with SMTP id ht10mr367913igb.14.1380482112442; Sun, 29 Sep 2013 12:15:12 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!q9no323076qas.0!news-out.google.com!9ni533qaf.0!nntp.google.com!q9no323072qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 29 Sep 2013 12:15:12 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.230.82.82; posting-account=vICoKAoAAACvprQdoU1Fu4jhuX0G_mBQ NNTP-Posting-Host: 2.230.82.82 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3335c62a-555f-4390-b2c0-f455d44da9fe@googlegroups.com> Subject: Serring up Ada as a Web Server From: alb348@gmail.com Injection-Date: Sun, 29 Sep 2013 19:15:12 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:17332 Date: 2013-09-29T12:15:12-07:00 List-Id: Hi, I don't know the first thing about using a programming language on a web server, except for the fact that it lets you run server-side programs that interact remotely with the clients, serving web pages, etc. I already know that Ada has AWS, with all the libraries for this purpose. What I need to know is: how do I install Ada in the first place onto the server, supposing that for my domain I use a regular commercial web hosting company? I know that many/most web hosting companies provide PHP by default on their systems. But Ada? Do I have to make a special request to the hosting company? Is the Ada+AWS system something that the hosting company has to set up for me, or is it something that I can do myself, after gaining access to my web space on their servers? Thanks Alby