it may be possible to use HTTP Request Headers,
http://httpd.apache.org/docs/2.0/mod/mod_headers.html#requestheader like:
|RequestHeader set USER_ID %{REMOTE_USER}e when using mod_proxy_http|
if you are using mod_jk there some workers.properties like JkExtractSSL
or JkEnvVar
http://tomcat.apac
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 ?