What does mod_auth_passthrough do?

What is the apache mod_auth_passthrough module for? It seems to come with CPanel and is sometimes active. What is it for and what is it doing?

+5
source share
1 answer

mod_auth_passthrough is an Apache module that allows other programs to use their own authentication methods and go through Apache web hosting. (Pass-Through authentication)

cPanel uses it specifically so that FrontPage® can use its own authentication system.

For more information on pass-through authentication, see here .

(mod_auth_passthrough.c), , , , .

+3

All Articles