Deutsch   English   Français   Italiano  
<vbuvbl$nsk$1@rasp.pasdenom.info>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!2.eu.feeder.erje.net!3.eu.feeder.erje.net!feeder.erje.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!pasdenom.info!.POSTED.2a01:e0a:472:70f0:acec:6ab0:5da3:fadb!not-for-mail
From: DrPi <314@drpi.fr>
Newsgroups: comp.lang.ada
Subject: Re: Ada/GNAT/AWS-friendly web hosting
Date: Thu, 12 Sep 2024 16:54:45 +0200
Organization: <http://pasdenom.info/news.html>
Message-ID: <vbuvbl$nsk$1@rasp.pasdenom.info>
References: <vbutl5$8a99$5@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 12 Sep 2024 14:54:45 -0000 (UTC)
Injection-Info: rasp.pasdenom.info; posting-account="314@usenet"; posting-host="2a01:e0a:472:70f0:acec:6ab0:5da3:fadb";
	logging-data="24468"; mail-complaints-to="abuse@pasdenom.info"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:Vj44kNzNaSHsX2fwFdHorBg9Fvc= sha256:Csvjpuwt2Ze4W4Oz0DQqqp73NlcHxkM191C3AExESdI=
	sha1:ZIDiWxq2xRPPsWaK8fHnnVT9w+k= sha256:sOzZL8TdmPP2fI7aIcLITNkSJBXbHMRatlYsa53rtvU=
Content-Language: en-US
In-Reply-To: <vbutl5$8a99$5@dont-email.me>
Bytes: 1868
Lines: 13

Le 12/09/2024 à 16:25, Marius Alves a écrit :
> Researching how to build an HTTP server (serving a website) on a local 
> machine (MacOS) using AWS (Ada Web Server) and deploy it on a web 
> hosting provider (e.g. 1dollar-webhosting.com).
> 

> The host is already running an HTTP server program (probably Apache). 
> Must it be turned off? How?
The usual way is to use Apache (or nginx or another one) as a front end. 
Your application uses port 1080 (or something else) and the front end 
relays this port to the external 80 port.
This way, the security stuff is manage by the front end, not your 
application. You can also run multiple applications, each being 
redirected to its domain name/path.