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 Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!goblin2!goblin.stu.neva.ru!feeder.erje.net!eu.feeder.erje.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: Luke A. Guest Newsgroups: comp.lang.ada Subject: Re: Serring up Ada as a Web Server Date: Mon, 30 Sep 2013 00:44:46 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: <1768706649402194553.760328laguest-archeia.com@nntp.aioe.org> References: <3335c62a-555f-4390-b2c0-f455d44da9fe@googlegroups.com> NNTP-Posting-Host: u8vJWwJFjqJuYFdYUuYczw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: NewsTap/4.0.1 (iPhone/iPod Touch) X-Notice: Filtered by postfilter v. 0.8.2 X-Original-Bytes: 1298 Xref: number.nntp.dca.giganews.com comp.lang.ada:183521 Date: 2013-09-30T00:44:46+00:00 List-Id: > Do all web hosting companies allow customers to install their own programs? No > Will it cost more than using the default package (with PHP)? > > And how difficult is it to setup an Ada+AWS system remotely onto the server? Not hard. I've written a SCGI lib which allows you to get requests from an external web server and send HTML back over sockets. See GitHub