Questions tagged [mod-ntlm]
2 questions
3
votes
1 answer
Apache configuration to make NTLM authentication work through a Proxy
I'm running an application server behind an Apache proxy with the following sort of thing in my Apache config:
ProxyPass /app http://myapplication:8080/myapp
ProxyPassReverse /app http://myapplication:8080/myapp
When I switch on NTLM…

Nick Pierpoint
- 629
- 1
- 9
- 14
1
vote
2 answers
apache httpd+mod_proxy+mod_ntlm
Does anybody know of an open source solution that does HTTP proxying whilst providing NTLM authentication?
I've tried to set up apache + mod_proxy + mod_ntlm.
For HTTP GETs it works fine , i.e. the user is asked for a username+password and then the…

janjust
- 592
- 2
- 5