Hi All,

Supplementary to below mail, I get folloing messages in my access_log
from apache2.

10.1.50.79 - - [12/May/2005:13:33:08 +0200] "GET
/cordys/wcp/images/i.png HTTP/1.1" 401 510
10.1.50.79 - - [12/May/2005:13:33:08 +0200] "GET
/cordys/wcp/images/blank.png HTTP/1.1" 401 510
10.1.50.79 - - [12/May/2005:13:33:08 +0200] "GET
/cordys/wcp/images/admin/organizationalrole.gif HTTP/1.1" 401 510
10.1.50.79 - gschippe [12/May/2005:13:33:08 +0200] "GET
/cordys/wcp/images/admin/organizationalrole.gif HTTP/1.1" 200 232
10.1.50.79 - - [12/May/2005:13:35:14 +0200] "POST
/cordys/wcp/com.eibus.web.soap.Gateway.wcp?organization=o=system,cn=cord
ys,o=vanenburg.com HTTP/1.1" 401 510
10.1.50.79 - gschippe [12/May/2005:13:35:14 +0200] "POST
/cordys/wcp/com.eibus.web.soap.Gateway.wcp?organization=o=system,cn=cord
ys,o=vanenburg.com HTTP/1.1" 200 848
10.1.50.79 - gschippe [12/May/2005:13:35:15 +0200] "POST
/cordys/wcp/com.eibus.web.soap.Gateway.wcp?organization=o=system,cn=cord
ys,o=vanenburg.com&noresponse=true HTTP/1.1" 401 510
10.1.50.79 - gschippe [12/May/2005:13:35:15 +0200] "POST
/cordys/wcp/com.eibus.web.soap.Gateway.wcp?organization=o=system,cn=cord
ys,o=vanenburg.com&noresponse=true HTTP/1.1" 200 -
10.1.50.79 - gschippe [12/May/2005:13:35:15 +0200] "GET
/cordys/wcp/images/home.gif HTTP/1.1" 200 173
10.1.50.79 - gschippe [12/May/2005:13:35:15 +0200] "GET
/cordys/wcp/images/framechooser.gif HTTP/1.1" 200 168

While I go to the website every icon isn't correct displayed and I get a
login prompt, after give a escape on the login prompt and a refresh of
the page, the problem is gone.

Who can help??????

Regards,
Gert Jan

> -----Original Message-----
> From: Gert Jan Schipper 
> Sent: Wednesday, May 11, 2005 1:20 PM
> To: modperl@perl.apache.org
> Subject: Login window always show up in IE by using 
> Apache2::AuthenNTLM
> 
> 
> Hi All,
> 
> I have a RedHat 3.0AS with apache 2.48
>  
> When I surf to a folder on my apache that I have set to be 
> authenticated from my domain. My Internet Explorer 6 gets and 
> windows login popup, where it ask me to fill in  
> User Name 
> Password 
> Domain 
>  
> but I want the login to be transparent.. 
> this is what I have in the httpd.conf file 
> 
> Alias /cordys "/opt/cordys/Web"
> <Directory "/opt/cordys/Web">
>         PerlAuthenHandler Apache2::AuthenNTLM
>         AllowOverride All
>         AuthType ntlm,basic
>         AuthName Cordys
>         require valid-user
>         PerlAddVar ntdomain "NTDOM   mdc-nl-ntdom0"
>         PerlSetVar defaultdomain NTDOM
>         PerlSetVar splitdomainprefix 1
>         PerlSetVar ntlmdebug 1
> </Directory> 
> 
> And I have set the following parameters:
> 
> MaxKeepAliveRequests 200
> 
> KeepAliveTimeout 25
> 
> <IfModule prefork.c>
> StartServers        10
> MinSpareServers     10
> MaxSpareServers     15
> MaxClients         200
> MaxRequestsPerChild  0
> </IfModule>
> 
> <IfModule worker.c>
> StartServers         1
> MaxClients          75
> MinSpareThreads     25
> MaxSpareThreads     75
> ThreadsPerChild     25
> MaxRequestsPerChild  0
> ServerLimit          1
> </IfModule>
> 
> Anyone who knows what's wrong or where to start to look for 
> the problem?
> 
> 
> Thanks in advance,
> 
> Gert Jan Schipper
> 
> **********************************************************************
> The information in this message is confidential and may be 
> legally privileged. It is intended solely for the addressee. 
> Access to this message by anyone else is unauthorized. If you 
> are not the intended recipient, any disclosure, copying, or 
> distribution of the message, or any action or omission taken 
> by you in reliance on it, is prohibited and may be unlawful. 
> Please immediately contact the sender if you have received 
> this message in error.
> **********************************************************************
> 
> 
> 

Reply via email to