Re: [Zope3-Users] apache as zope3's frontend and NTLM

2005-11-11 Thread Chris Withers

Simon Hang wrote:

Not under heavy load. Any machine should be able to handle this.


Ah, hmmm, do you know how it would behave under high load?
Our current use case resulted in problematic behaviour under high load 
and I wonderd if this had been addressed in the version you are using..



 But now, next question is how to let zope know the authenticated user?
REMOTE_USER is only available in CGI & SSL mode.


Really? i just thought REMOTE_USER was put in the CGI environment, which 
Zope had access to no matter how it ran? Zope 2 had a "REMOTE_USER mode" 
but I don't know about Zope 3 I'm afraid :-S


cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] apache as zope3's frontend and NTLM

2005-11-10 Thread Simon Hang
Not under heavy load. Any machine should be able to handle this.
I use the config below
    DocumentRoot /myplace/httpdoc    Servername myserver    ErrorLog logs/myserver-error.log    CustomLog logs/myserver-access.log common        RewriteEngine On
    RewriteRule ^c:/ftscompass/htdocs(/?.*) http://localhost:8080/++vh++http:myserver:808/++$1 [P,L]        AuthName "NTLM"
    AuthType NTLM    NTLMAuth On    NTLMAuthoritative On    NTLMDomain mydomain    NTLMOfferBasic On    NTLMBasicPreferred Off    require valid-user
        

 
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?ChrisSimon 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
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] apache as zope3's frontend and NTLM

2005-11-10 Thread Chris Withers

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

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users