Author |
|
markus
Joined: 05 Dec 2010 Posts: 4 Location: Austria
|
Posted: Sun 05 Dec '10 15:41 Post subject: mod_proxy_html build against 2.0.64 apache |
|
|
to whom it may concern!
I tried to build the latest mod_proxy_html module against apache.
After reading the threads here i managed to build the module including the libxml2.
But and unfortunately there is a "but" :
The module does not load. libxml is loaded with iconv.dll but the apache mod does not.
Maybe it is because i only have visual studio 2008 SP1 and no VS6.
Or is it basically not possible to have this for 2.0.64?
Thx for help.
p.s. does someone have a working build? |
|
Back to top |
|
markus
Joined: 05 Dec 2010 Posts: 4 Location: Austria
|
Posted: Sun 05 Dec '10 16:53 Post subject: oh i forgot to say |
|
|
To use apache2.0.x is not cause of i am nostalgic i need it to have
a reverse proxy running to NTLM auth M$ |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Mon 06 Dec '10 0:19 Post subject: |
|
|
untested but it loads and shows up in the server signature
Includes mhfrantz's bugfix here
http://www.apachelounge.com/viewtopic.php?t=3552
dead link removed
What exactly is stopping you from using 2.2, since you are not nostalgic?
Last edited by glsmith on Fri 19 Jun '15 22:29; edited 1 time in total |
|
Back to top |
|
markus
Joined: 05 Dec 2010 Posts: 4 Location: Austria
|
Posted: Mon 06 Dec '10 8:34 Post subject: NTLM Auth |
|
|
Hi
Many thanks to the fast reply.
The reason why i can not use 2.2 is that apache changed the behaviour to the mod_proxy module. It now uses a session pool with recycle of the connections to the workers. For NTLM (thx to M$) you need a persistent keepalive channel for auth. As far as i know this is possible in 2.0 cause there is no pool of connections
this is the simple reason.
unfortunately i am not allow to uses basic authentication, which will work in any case but not as single sign on.
And for the windows binaries i am not so expirienced -- me=more unix. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Mon 06 Dec '10 18:50 Post subject: |
|
|
Hi Markus,
Thank you for that info, I see now. |
|
Back to top |
|
markus
Joined: 05 Dec 2010 Posts: 4 Location: Austria
|
Posted: Tue 28 Feb '12 11:10 Post subject: |
|
|
Hi!
Do you still have somewhere this zip file?
i lost it due to a crash
regards
Markus |
|
Back to top |
|