What does mod_auth_passthrough do? What does mod_auth_passthrough do? apache apache

What does mod_auth_passthrough do?


mod_auth_passthrough is an Apache module that is used to allow other programs to use theirown 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.