Hi List,
I am having trouble with Pound in front of HAProxy, they are performing SSL Offload and Load Balancing in front of a Web Server with multiple sites in the same domain. Everything works apart from one niggling problem, when I do a 302 redirect from one subdomain site to another on the webserver it does not change the subdomain sent to the client. E.g. https://sd1.example.com/test.php performs a 302 redirect to https://sd2.example.com/result.php but instead the client is redirected to https://sd1.example.com/result.php I have included my config below. I have read the man pages, the mailing list and scoured google but I cannot seem to find the same issue explained in a way I can make sense of. This is my first time using Pound and HAProxy (I have sent the same question to the HAProxy list) I am not sure where this is going wrong but have searched resolutions in both software.
# poundctl control socket
Control "/var/run/pound/poundctl.socket"
######################################################################
## listen, redirect and ... to:
## redirect all requests on port 8080 ("ListenHTTP") to the local webserver (see "Service" below):
ListenHTTP
Address 127.0.0.1
Port 8080
Client 10
## allow PUT and DELETE also (by default only GET, POST and HEAD)?:
# xHTTP 0
Service
BackEnd
Address 127.0.0.1
Port 80
End
End
End
ListenHTTPS
Address 192.168.1.80
Port 443
Cert "/etc/pound/star.staging.poli.local.pem"
Client 20
Service
BackEnd
Address 127.0.0.2
Port 80
End
End
End
[ Wrote 60 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text ^T To Spell
Regards,
Leo Cadle
Network/System Administrator
POLi Payments
Phone Numbers
Direct: +61 3 8601 5907
Main: +61 3 8601 5900
Free: 1300 007654
Fax: +61 3 8601 5999
URL: http://www.polipayments.com
____________________________________________________________________________
This e-mail and any attachments to it (the "Communication") are, unless otherwise stated, confidential. It may contain copyright material and is for the use only of the intended recipient. If you have received the Communication in error, please notify the sender immediately by return e-mail, then delete the Communication and the return e-mail. Please do not read, copy, retransmit or otherwise deal with it. Any views expressed in the Communication are those of the individual sender only, unless expressly stated to be those of Centricom Pty Ltd (ABN73 105 393 664). Centricom does not accept liability in connection with the integrity of (or errors) in the Communication, computer virus, data corruption, interference or delay arising from or in respect of the Communication.