Hello All I'm trying to configure the POUND load balancer on Red Hat Enterprise 4. However, since there is almost no documentation on it, I can't figure how to make it do what it needs to do. Do any of you red hat guru's have experience configuring POUND on Red Hat? I'm trying to make it so that it push to a specific URL to the backend, like so: https://myserver.mcgov.org/em However, I can't figure out how to get the pound.cfg to pass the "em" portion of the URL. Another problem. When I use SSL with POUND, it only encrypts the first page POUND forwards to the backend servers. However, after the user clicks on any link on the webpage, it goes back to plain HTTP. Any ideas on how to make this work? My pound.cfg config: User "nobody" Group "nobody" RootJail "/usr/share/pound" Control "/var/run/pound/ctl_socket" # Main listening ports ListenHTTP Address 192.168.1.12 Port 80 xHTTP 1 End ListenHTTPS Address 192.168.1.12 Port 443 Cert "/usr/share/ssl/certs/myserver.pem" Ciphers "ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL" xHTTP 1 HeadRemove "X-SSL-Request" HeadRemove "X-Forwarded-For" AddHeader "X-SSL-Request: 1" End # redirect all requests for /forbidden Service Url "/forbidden.*" Redirect " <https://mail.montgomerycountymd.gov/exchweb/bin/redir.asp?URL=https://192.1 68.1.12/> https://192.168.1.12/" End # Catch-all server(s) Service BackEnd Address 192.168.1.13 Port 7777 End BackEnd Address 192.168.1.14 Port 7777 End Session Type BASIC TTL 300 End End -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list