Hi guys,
I am trying to implement windows authentication using mod_sspi_auth module.
I am able to implement basic implementation of this module after configuring httpd.conf of apache 2.2.
The configuration I have applied is,
<Location /static >
AuthName "Windows Authentication Test"
AuthType...