Comment optimiser l’authentification NTLM SSPI – serveur Web apache

Nous avons l’authentification NTLM pour notre application utilisant SSPIAuth sur apache pour laquelle nous avons effectué la configuration suivante dans notre fichier apache vhosts:

 SetHandler dispatcher-handler AuthName "A Protected Place" AuthType SSPI SSPIAuth On SSPIAuthoritative On SSPIDomain IT SSPIOmitDomain On SSPIOfferBasic Off SSPIBasicPreferred Off SSPIUsernameCase lower SSPIPerRequestAuth Off SSPIOfferSSPI On SSPIPackage NTLM Require valid-user  

Nous avons également des parameters keepalive comme suit:

 KeepAlive On MaxKeepAliveRequests 150 KeepAliveTimeout 15 

Ma question est:

1) Comment puis-je l’optimiser s’il y a des options? Je ne sais pas trop comment cette authentification fonctionne. 2) Comment puis-je activer les journaux pour l’authentification SSPI pour vérifier combien de temps la prise AD est-elle?

Nous avons un serveur Windows avec Apache 2.2