HTTP 404 error from ALB

0

I have an ALB with a target group with two EC2 instances running Apache with a simple hello world index.html. Both the instances are healthy and accessible using their public IP. If I configure the listener default rule to the target group it works fine. But if I configure the same target group using a path based rule like '/product', it gives 404 error. What can go wrong?

Velu
preguntada hace 10 meses793 visualizaciones
2 Respuestas
0
Respuesta aceptada

Setting a path based rule like /product simply means that any request that has a URI ending in /product would now be forwarded to your target group. It does not rewrite the URI.

Your Apache Server presumably would not have a document to serve for http://<your-domain/product and therefore returns a 404 to the ALB.

AWS
EXPERTO
respondido hace 10 meses
profile picture
EXPERTO
revisado hace 10 meses
profile pictureAWS
EXPERTO
revisado hace 10 meses
0

Hello.
Is there a directory named "/product" in your target EC2 path?
If there is no content in this directory, a 404 error will be generated.

profile picture
EXPERTO
respondido hace 10 meses
profile pictureAWS
EXPERTO
revisado hace 10 meses
  • I understand your answer also means the same but I couldn't understand immediately. With additonal information from Max's answer it was a bit clearer. Thanks anyway.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas