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 apachectl -S to ensure that your httpd vhosts are
defined correctly.

On Mon, 21 Nov 2022 at 12:01, Ju lien <julien.ta...@gmail.com> wrote:

> 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
> <http://front.alliancecybertech.eu>)* is the follwing 404 error
> screenshot :
> [image: image.png]
> From our hosting dashboard (which is IONOS), we have created the subdomain
> (*front.alliancecybertech.eu <http://front.alliancecybertech.eu>)* and
> redirect it to our IP.
> We did not add any DNS record for it, should we ?
>
> I joined a file containing the contents of */etc/hosts* + the conf file
> we set up.
>
> If anybody could explain what we missed, it would be great.
>
> Regards,
>
> *Julien*
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to