<div>Not under heavy load. Any machine should be able to handle this.</div>
<div>I use the config below</div>
<p>&lt;VirtualHost *:808&gt;<br>&nbsp;&nbsp;&nbsp; DocumentRoot&nbsp;/myplace/httpdoc<br>&nbsp;&nbsp;&nbsp; Servername&nbsp;myserver<br>&nbsp;&nbsp;&nbsp; ErrorLog logs/myserver-error.log<br>&nbsp;&nbsp;&nbsp; CustomLog logs/myserver-access.log common<br>&nbsp;&nbsp;&nbsp; &lt;Location / &gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RewriteEngine On
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RewriteRule ^c:/ftscompass/htdocs(/?.*) <a href="http://localhost:8080/++vh++http:myserver:808/++$1">http://localhost:8080/++vh++http:myserver:808/++$1</a> [P,L]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;IfModule mod_ntlm.c&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthName &quot;NTLM&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthType NTLM<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NTLMAuth On<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NTLMAuthoritative On<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NTLMDomain&nbsp;mydomain<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NTLMOfferBasic On<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NTLMBasicPreferred Off<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; require valid-user
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/IfModule&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/Location&gt;</p>
<p>&lt;/VirtualHost&gt;<br></p>
<p>&nbsp;</p>
<div>But now, next question is how to let zope know the authenticated user?</div>
<div>REMOTE_USER is only available in CGI &amp; SSL mode.</div>
<div>How to pass this before apache proxy the request?</div>
<div>&nbsp;</div>
<div>Anybody can help?</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Simon</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 11/11/05, <b class="gmail_sendername">Chris Withers</b> &lt;<a href="mailto:chris@simplistix.co.uk">chris@simplistix.co.uk</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">How much load are you putting this under?<br><br>Chris<br><br>Simon Hang wrote:<br>&gt; Hi Chris,<br>&gt;&nbsp;&nbsp;Yes, it's working.
<br>&gt;&nbsp;&nbsp;I'm using Unofficial MOD_NTLM Apache Module from<br>&gt; <a href="http://modntlm.jamiekerwick.co.uk/">http://modntlm.jamiekerwick.co.uk/</a>.<br>&gt;&nbsp;&nbsp;It looks like can make both thing working, and I will double check...
<br>&gt; I will update tomorrow if any progress..<br>&gt;&nbsp;&nbsp;Simon<br>&gt;<br>&gt;&nbsp;&nbsp;On 11/10/05, Chris Withers &lt;<a href="mailto:chris@simplistix.co.uk">chris@simplistix.co.uk</a>&gt; wrote:<br>&gt;<br>&gt;&gt;Simon Hang wrote:
<br>&gt;&gt;<br>&gt;&gt;&gt;1. Installed mod_ntlm for apache 1.3, and tested.<br>&gt;&gt;<br>&gt;&gt;Really? Did you get this to work? I've heard it was flakey and/or<br>&gt;&gt;broken...<br>&gt;&gt;<br>&gt;&gt;cheers,<br>
&gt;&gt;<br>&gt;&gt;Chris<br>&gt;&gt;<br>&gt;&gt;--<br>&gt;&gt;Simplistix - Content Management, Zope &amp; Python Consulting<br>&gt;&gt;- <a href="http://www.simplistix.co.uk">http://www.simplistix.co.uk</a><br>&gt;&gt;<br>
&gt;&gt;<br>&gt;<br>&gt;<br><br>--<br>Simplistix - Content Management, Zope &amp; Python Consulting<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.simplistix.co.uk">http://www.simplistix.co.uk</a><br></blockquote></div><br>