Hi Zs Unfortunately, that didn't work. I get this error message when trying to start pound:
"/usr/local/etc/pound.cfg line 31: Port is supported only for INET/INET6 back-ends" So it looks like it's saying port 4443 is not supported with pound? What do you think? Thanks Anne -----Original Message----- From: Zack Steinkamp [mailto:[email protected]] Sent: Friday, April 02, 2010 12:06 PM To: [email protected] Subject: Re: [Pound Mailing List] Help - Pound not redirecting to backend servers Put the Service blocks inside the ListenHTTP block. -zs On 4/2/10 8:39 AM, Anne Moore wrote: > All, > > I just can't seem to get my pound working. (Please see my pound.cfg below). > When my users to go the "172.29.1.22" server, they receive this error > message: "The service is not available. Please try again later." > > As you can see from my pound.cfg, it's supposed to redirect it to a > url at one of the two backend servers (which are Linux and have port > 4443 for SSL.) > > > Any idea what I'm doing wrong here? > > Thank you for any help you're willing to provide. > > Anne > > ###################################################### > ListenHTTP > Address 172.29.1.222 > Port 80 > xHTTP 1 > HeadRemove "X-SSL-Request" > HeadRemove "X-Forwarded-For" > AddHeader "X-SSL-Request: 1" > End > > # redirect all requests for /forbidden > > Service > Url "<http://TTHR3.helpme.org> http://TTHR3.helpme.org" > Redirect "<https://TTHR3.helpme.org/myapp> > https://TTHR3.helpme.org/myapp" > End > > # Catch-all server(s) > Service > BackEnd > Address<https://TTRH1.helpme.org:4443:/myapp> > https://TTRH1.helpme.org:4443:/myapp > Port 4443 > End > BackEnd > Address<https://TTRH2.helpme.org:4443/myapp> > https://TTRH2.helpme.org:4443/myapp > Port 4443 > End > Session > Type IP > TTL 520 > End > End > ############################################################### > > > -- > To unsubscribe send an email with subject unsubscribe to [email protected]. > Please contact [email protected] for questions. > -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions. -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
