]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_lua: Make r.ap_auth_type writable
authorJoe Orton <jorton@apache.org>
Fri, 11 Oct 2024 16:20:44 +0000 (16:20 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 11 Oct 2024 16:20:44 +0000 (16:20 +0000)
commit61db0638bf29e59af6b49d9cabb6c0ec1fbabb0e
tree5d0b79a0e33f3d6d9058e5e301e044a385ecedcd
parent336fa82b4bbef4b366f7e7872ea749663911df18
mod_lua: Make r.ap_auth_type writable

This completes the option of setting the remote user by the authentication
mechanism which actually verified the user.

One possible usecase is that a proxied (upstream) server performs the
authentication, but the access log of HTTPd does not contain this information.
The upstream server can pass this kind of information back to HTTPd and both
servers will have consistent access logs.

Submitted by: Michael Osipov <michaelo apache.org>
PR: 62497
Github: closes #67

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921260 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/pr62497.txt [new file with mode: 0644]
docs/manual/mod/mod_lua.xml
docs/manual/mod/mod_lua.xml.fr
modules/lua/lua_request.c