Thanks for your reply.

I want to specifically map VIP to one physical address with multiple ports 
(non-ssl, SSL, FTP). Is it possible?

I want to access the from haproxy VIP addr to access multiple application on 
one physical system.

http://<site name>:80
https://<site name>:443
http://<site name>:8880
https://<site name>:8443
FTP port : 21 
SSH Port : 22

Can you please provide me with good example how to do this?



Thanks & Regards
 
Dennis Devota
Savvis Inc
201-472-2821
203-687-8619

-----Original Message-----
From: Guillaume Bourque [mailto:guillaume.bour...@gmail.com] 
Sent: Monday, February 14, 2011 7:27 PM
To: Devota' Dennis
Cc: haproxy@formilux.org
Subject: Re: Haproxy and Plesk

For sure

you can use a listen like this;

frontend DISPATCH-lb10
        bind :80,:81,:8001,:8002,:8881,:8882

This will tell haproxy to listen on all IP for those specific ports

If you check the doc you should have some complete usage examples

Good luck.


Devota a écrit :
>
> Hi all,
>
>  
>
> I am looking for way to configure same VIP to support multiples ports 
> on haproxy for one physical box.
>
>  
>
> Same physical box has multiple applications (80,443 [SSL],8443 [SSL]). 
> I would like use one VIP to support all the ports.
>
>  
>
> Is there way to do on haproxy? Please kindly advice.
>
>  
>
> Thanks & Regards
>
>  
>
> **Dennis Devota**
>
> **Savvis Inc**
>
> **201-472-2821**
>
> **203-687-8619**
>
>  
>
>
> This message contains information which may be confidential and/or 
> privileged. Unless you are the intended recipient (or authorized to 
> receive for the intended recipient), you may not read, use, copy or 
> disclose to anyone the message or any information contained in the 
> message. If you have received the message in error, please advise the 
> sender by reply e-mail and delete the message and any attachment(s) 
> thereto without retaining any copies.


-- 
Guillaume Bourque, B.Sc.,
consultant, infrastructures technologiques libres !
Logisoft Technologies inc.  http://www.logisoftech.com
514 576-7638, http://ca.linkedin.com/in/GuillaumeBourque/fr


This message contains information which may be confidential and/or privileged. 
Unless you are the intended recipient (or authorized to receive for the 
intended recipient), you may not read, use, copy or disclose to anyone the 
message or any information contained in the message. If you have received the 
message in error, please advise the sender by reply e-mail and delete the 
message and any attachment(s) thereto without retaining any copies.

Reply via email to