I have a alb http://exam-01-alb-xxxxxxx.ap-northeast-1.elb.amazonaws.com/
this returns the website as expected.
but when i try this http://exam-01-alb-xxxxxxxxxx.ap-northeast-1.elb.amazonaws.com/cgi-bin/exam-02.cgi
its returns a 504 gateway time out.
As per my understanding, i think this is a path-based routing problem where a rule needs to be added for the path and attach a target group. but after reading this on docs https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/ts-elb-error-message.html#ts-elb-errorcodes-http504 i think idle time out is too small to reach to target group, environment:- single ec2 instance with webserver and single target group with default rule
Note :- i cant modify the client's environment