Howdy,
        Recently I've ported an apache server from a redhat 7.3 server onto a 
trustix 2.1 server. 
 
The problem I'm encountering is that the NTLM auth works when the server is 
restarted and then at a random time between 5 minutes and 5 hours later a delay 
upwards of 60 seconds is introduced. On the old server this worked for months 
at a time without failure. 
 
Old Server
Redhat 7.3 
Apache 1.3.27
Modperl 1.27
Apache::AuthenNTLM 0.23
Perl 5.6.1
 
New Server
Trustix 2.1
Apache/1.3.29 Ben-SSL/1.53
Modperl 1.29
Apache::AuthenNTLM 0.23 -> 2.07
Perl 5.8.3
 
<Location "/auth/">
        PerlAuthenHandler Apache::AuthenNTLM
        AuthType ntlm,basic
        AuthName TEST
        require valid-user
        PerlAddVar ntdomain "TEST  dc1 dc2"
        PerlSetVar defaultdomain TEST
        PerlSetVar ntlmsemtimeout 4
        PerlSetVar ntlmdebug 1
</Location>

Above is a snippet from the httpd.conf. This hasn't changed, except for 
troubleshooting, from the original working server. The error log doesn't appear 
to differ between functioning times and times where we are experiencing delays. 
Apart from the obvious delay on getting an auth. Restarting the apache server 
fixes this problem until next time it occurs.

Thanx in advance for any tips.

CheSter


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to