Hi, I have a Apache Http Server, this apache is my front
end and protects some resource on my AppServer. To protect I use .htaccess and mod_auth.. So I would like to know how is it possible to
configure Apache to send some informations about the authenticated user to my
AppServer ? Is it possible to add some values to the http header
before that the mod_jk or mod_wl forward the request to my AppServer ? Thanks |