Re: [users@httpd] Can't display an index.html on our public IP

2022-11-22 Thread Frank Gingras
In short, you need: 1) Run apachectl -S or httpd -S and make sure that you have non-overlapping vhosts (unique ServerName set in every vhost) and that every vhost specifies a port (:80 or :443) 2) Then have your hoster configure nginx to point to the correct vhost. On Tue, 22 Nov 2022 at 02:31, J

Re: [users@httpd] Can't display an index.html on our public IP

2022-11-21 Thread Ju lien
Hello Frank, thanks for your advices. Actually we do not have control on the Nginx part, as it is managed by our VPS provider (which is IONOS). The only access we have is on a Ubuntu server through a SSH connection. That's why we installed Apache. And by the way, we can display the default Apache

Re: [users@httpd] Can't display an index.html on our public IP

2022-11-21 Thread Ju lien
Hello Antony, thanks for your advices. Actually we do not have control on the Nginx part, as it is managed by our VPS provider (which is IONOS). The only access we have is on a Ubuntu server through a SSH connection. That's why we installed Apache. And by the way, we can display the default Apache

Re: [users@httpd] Can't display an index.html on our public IP

2022-11-21 Thread Antony Stone
On Monday 21 November 2022 at 18:16:45, Frank Gingras wrote: > Do not remove nginx without checking if anything depends on it first. As > counter-intuitive as this may look, many hosters use nginx as a front-end > proxy. Hm. I had assumed that whatever this system was. the OP had set it up for

Re: [users@httpd] Can't display an index.html on our public IP

2022-11-21 Thread Frank Gingras
Do not remove nginx without checking if anything depends on it first. As counter-intuitive as this may look, many hosters use nginx as a front-end proxy. On Mon, 21 Nov 2022 at 12:12, Antony Stone < antony.st...@apache.open.source.it> wrote: > On Monday 21 November 2022 at 17:59:58, Ju lien wrote

Re: [users@httpd] Can't display an index.html on our public IP

2022-11-21 Thread Antony Stone
On Monday 21 November 2022 at 17:59:58, Ju lien wrote: > Hello, > > We are developers and supposed to create a website. The website is created > but we are also supposed to put it on line through Apache. The first thing I recommend that you do, then, is to remove nginx from the machine. In cas

Re: [users@httpd] Can't display an index.html on our public IP

2022-11-21 Thread Frank Gingras
Your setup is using nginx as a reverse proxy for the httpd instance, based on that error. For httpd, you will likely need to make sure the DirectoryIndex is set up properly, and make sure you can access it directly first. Then, configure nginx to pass the request properly. Also, make sure to run

[users@httpd] Can't display an index.html on our public IP

2022-11-21 Thread Ju lien
Hello, We are developpers and supposed to create a website. The website is created but we are also supposed to put it on line through Apache. We are not familiar at all with Apache configuration. What we get when trying to display our website (*http://front.alliancecybertech.eu