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
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
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
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
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
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
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