Re: [EMAIL PROTECTED] Apache Http Server Authentication/Authorisation

2007-05-02 Thread Christian Gottschalch
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

[EMAIL PROTECTED] Apache Http Server Authentication/Authorisation

2007-04-27 Thread FORAMITTI Laurent
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 ?