Sorry, a bit swamped today, but AFAICT that is not what an
auth_checker is underlying httpd API, so I tentatively think that lua
dev doc is incorrect.
Please have a look at include/http_request.h and server/request.c
where the hooks are called.
On Mon, Sep 25, 2017 at 9:47 AM, Torsten Krah wrot
Am Montag, den 25.09.2017, 09:30 -0400 schrieb Eric Covener:
> auth_checker is authorization that depends on authentication. You have
> no authentication configured.
>
> The access_checker related ones are user-agnositc and run
> before/without authentication.
Reading:
http://httpd.apache.org/do
On Mon, Sep 25, 2017 at 7:23 AM, Torsten Krah wrote:
> Hi,
>
> i am using httpd 2.4.10 (trusty-backports) one and configured my default
> virtual host like this:
>
>
> # translation works
> #LuaHookTranslateName /etc/apache2/auth.lua silly_mapper
> LuaHookAuthChecker /etc/
Hi,
i am using httpd 2.4.10 (trusty-backports) one and configured my default
virtual host like this:
# translation works
#LuaHookTranslateName /etc/apache2/auth.lua silly_mapper
LuaHookAuthChecker /etc/apache2/auth.lua authcheck_hook
AllowOverride All
#Req