Redundand Auth Requests

Redundand Auth Requests

am 12.09.2002 17:22:01 von Mike Diehl

Hi all,

I have an Apache server running and it seems to be working very well except
for one minor issue.

My users are being asked to authenticate TWICE, even if the pages they want
to access are in the same domain. Any ideas where to look? Doesn't seem to
be browser-dependent.

--
Mike Diehl.


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: Redundand Auth Requests

am 13.09.2002 09:14:25 von Boyle Owen

- How are you defining the protected directory? using .htaccess or =
directly in the httpd.conf?=20
- Could you have two definitions in nested directories (i.e. .htaccess =
in dir1 and again in dir1/subdir)?
- Could you have two .htaccess in two parallel directories but with =
files from one required in another (i.e. dir1/file.html contains src=3D"../dir2/image.gif"> and dir1 and dir2 both have .htaccess)?

Rgds,

Owen Boyle


>-----Original Message-----
>From: Mike Diehl [mailto:auto@dominion.dyndns.org]
>Sent: Donnerstag, 12. September 2002 17:22
>To: users@httpd.apache.org
>Subject: [users@httpd] Redundand Auth Requests
>
>
>Hi all,
>
>I have an Apache server running and it seems to be working=20
>very well except=20
>for one minor issue.
>
>My users are being asked to authenticate TWICE, even if the=20
>pages they want=20
>to access are in the same domain. Any ideas where to look? =20
>Doesn't seem to=20
>be browser-dependent.
>
>--=20
>Mike Diehl.
>
>
>----------------------------------------------------------- ----------
>The official User-To-User support forum of the Apache HTTP=20
>Server Project.
>See for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>
>

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Redundand Auth Requests

am 14.09.2002 00:54:20 von John

On Thursday, September 12, 2002, at 11:22 AM, Mike Diehl wrote:

> Hi all,
>
> I have an Apache server running and it seems to be working very well
> except
> for one minor issue.
>
> My users are being asked to authenticate TWICE, even if the pages they
> want
> to access are in the same domain. Any ideas where to look? Doesn't
> seem to
> be browser-dependent.
>
I think I've seen this when the ServerName is different from the server
they are going to... hence there is some sort of internal re-direct
which also needs to be authenticated... not sure - but try that.

sterling


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org