Hi all,
we experience something weird here. We are running Apache 2.2.3 with
mod_auth kerb 5.3 on Debian Etch. Authentication against a remote
Kerberos server (V5) works but when I access web pages with a lot of
(embedded) images, several pop-ups appear, asking me to identify myself
again.
Since the same pages run without problems on a CentOS5 apache with
similar version number, we guess it's related to different default
settings, but so far we have not found anything striking. Does this
sound familiar to someone?
TIA
Carsten
Setup:
SSLRequireSSL
AuthType Kerberos
AuthName "This content is viewable only after login"
KrbAuthRealms OUR,ORG
require valid-user
KrbServiceName HTTP
Krb5Keytab /etc/apache2//ssl/http.keytab
ssl.conf
SSLRandomSeed startup builtin
SSLRandomSeed startup file:/dev/urandom 512
SSLRandomSeed connect builtin
SSLRandomSeed connect file:/dev/urandom 512
SSLSessionCache shmcb:/var/run/apache2/ssl_scache(512000)
SSLSessionCacheTimeout 300
SSLMutex file:/var/run/apache2/ssl_mutex
ErrorLog /var/log/apache2/ssl_error_log
TransferLog /var/log/apache2/ssl_access_log
LogLevel debug
in ssl_access_log I get a lot of these:
127.0.0.1 - - [26/Nov/2008:14:31:31 +0100] "GET / HTTP/1.0" 404 343
127.0.0.1 - - [26/Nov/2008:14:31:32 +0100] "GET / HTTP/1.0" 404 343
127.0.0.1 - - [26/Nov/2008:14:31:33 +0100] "GET / HTTP/1.0" 404 343
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]