FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Redhat > Red Hat Linux

 
 
LinkBack Thread Tools
 
Old 03-16-2010, 01:18 AM
"Anne Moore"
 
Default POUND config on Red Hat - SSL only working with first page.

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:+SS Lv2:+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@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
 

Thread Tools




All times are GMT. The time now is 01:27 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org