Not under heavy load. Any machine should be able to handle this.
I use the config below
<VirtualHost *:808>
DocumentRoot /myplace/httpdoc
Servername myserver
ErrorLog logs/myserver-error.log
CustomLog logs/myserver-access.log common
<Location / >
RewriteEngine On
RewriteRule ^c:/ftscompass/htdocs(/?.*) http://localhost:8080/++vh++http:myserver:808/++$1 [P,L]
<IfModule mod_ntlm.c>
AuthName "NTLM"
AuthType NTLM
NTLMAuth On
NTLMAuthoritative On
NTLMDomain mydomain
NTLMOfferBasic On
NTLMBasicPreferred Off
require valid-user
</IfModule>
</Location>
</VirtualHost>
But now, next question is how to let zope know the authenticated user?
REMOTE_USER is only available in CGI & SSL mode.
How to pass this before apache proxy the request?
Anybody can help?
Thanks,
Simon
On 11/11/05, Chris Withers <[EMAIL PROTECTED]> wrote:
How much load are you putting this under?
Chris
Simon Hang wrote:
> Hi Chris,
> Yes, it's working.
> I'm using Unofficial MOD_NTLM Apache Module from
> http://modntlm.jamiekerwick.co.uk/.
> It looks like can make both thing working, and I will double check...
> I will update tomorrow if any progress..
> Simon
>
> On 11/10/05, Chris Withers <[EMAIL PROTECTED]> wrote:
>
>>Simon Hang wrote:
>>
>>>1. Installed mod_ntlm for apache 1.3, and tested.
>>
>>Really? Did you get this to work? I've heard it was flakey and/or
>>broken...
>>
>>cheers,
>>
>>Chris
>>
>>--
>>Simplistix - Content Management, Zope & Python Consulting
>>- http://www.simplistix.co.uk
>>
>>
>
>
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
_______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
