Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does mod_auth_passthrough do?

What does apache module mod_auth_passthrough is for exactly? It seems to be shipped with CPanel and sometimes is active. What exactly is it for and what does it do?

like image 743
Vladislav Rastrusny Avatar asked Oct 26 '22 06:10

Vladislav Rastrusny


1 Answers

mod_auth_passthrough is an Apache module that is used to allow other programs to use their own authentication methods and passthrough the Apache webhost. (Pass-Through-Authentication)

cPanel uses it specifically to allow FrontPage® to use its own authentication system.

For more information on passthrough authentication see here

I can't find the source file of the module currently (mod_auth_passthrough.c), but reading that would provide a more detailed explanation of how it the module implements pass through authentication.

like image 62
Appleman1234 Avatar answered Jan 02 '23 19:01

Appleman1234