]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Implement REQ_ATTRIBUTE using request rec environment table,
authorMladen Turk <mturk@apache.org>
Tue, 24 Aug 2004 11:55:23 +0000 (11:55 +0000)
committerMladen Turk <mturk@apache.org>
Tue, 24 Aug 2004 11:55:23 +0000 (11:55 +0000)
commit41b64427f707a0ea7e7551689db998068ade5163
treec22956bffc6496ffca5b86e270eea220a8919d1d
parent3b81c4cc5e490fe49dae1b287bebfe5fda479921
Implement REQ_ATTRIBUTE using request rec environment table,
so we can use standard SetEnv directive for that.
The ajp specific attributes has to be prefixed using 'AJP_', and are passed
withouth that prefix to the backend.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104788 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/ajp_header.c