->
Well it appears that people are visiting my website after all!
Whilst looking through my surprisingly high webstats today,
I noticed that one of the referring websites has made an update to the module hosted on this website to make it work on Apache v2.2.
I have updated my MOD NTLM page with all of the details of this update.
I would like to note that I haven’t tested this module. So post comments with your experience!

Thanks, this compiled right into Apache 2.2.11 and works well out-of-box: # /usr/local/apache2/bin/apxs -i -a -c mod_ntlm.c
Hint, leave the ‘Require user agal’ in the httpd.conf file and you will see an entry in error_log that indicates authentication is working, but you’re simply not ‘agal’.
–chuck