Published a year ago
Published a year ago
Ashok Lohiya
Updated a year ago
0
Duplicate applications detected on port 80: *
my two application hosting in the two different server, but same port (80), While i want to the application on the safe-line waf it says the (Duplicate applications detected on port 80: *). how can resolve this problem,I wants the resolve both application on the port 80. does not resolve any custom port like 8080, 8081. How can i resolve this issue.
Carrie-SafeLine
Updated a year ago
0
SafeLine allows only one listener on port 80 on the frontend.
If you define multiple applications with the same frontend port (80) but without any separation, SafeLine cannot determine which request belongs to which backend.
You must use domain-based routing to split the traffic between multiple backends.
For example:
In SafeLine:
Ashok Lohiya
Updated a year ago
Thank you for the reply.
How can I set up routing rules based on the Host header (domain name)?
Note:I am testing on the person version, so...?
Carrie-SafeLine
Updated a year ago
You can set up like this:


Carrie-SafeLine
Updated a year ago
And both domains should point to the SafeLine public IP