Re: AuthzHandler, index.html not being accessed

2002-06-03 Thread Ken Miller
ferencing index.html, but I'd rather not, since this problem might be masking a greater problem. -klm. - Original Message - From: <[EMAIL PROTECTED]> To: "Ken Miller" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 03, 2002 1:50 PM Sub

Re: AuthzHandler, index.html not being accessed

2002-06-03 Thread mod_perl
Ken: back to your original problem. Maybe you should disbale the default index list by comment out "Options Indexes" in your httpd.conf, so as to isolate the problem: if it is authz related or not at all. Peter > > > > A note: since cookie is involved, why not to implement > > all the ac

Re: AuthzHandler, index.html not being accessed

2002-06-03 Thread Ken Miller
> A note: since cookie is involved, why not to implement > all the access/authentication/authurization functions at > the access control phase using cookie ? I've got them split out to match the phase in which they'd be invoked. That, and the fact that the access handler will be invoked everywh

Re: AuthzHandler, index.html not being accessed

2002-05-30 Thread Ken Miller
I should also mention this: Apache/1.3.23 (Unix) mod_perl/1.26 - Original Message - From: "Ken Miller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 11:12 AM Subject: AuthzHandler, index.html not being accessed > I've got an i

Re: AuthzHandler, index.html not being accessed

2002-05-30 Thread mod_perl
A note: since cookie is involved, why not to implement all the access/authentication/authurization functions at the access control phase using cookie ? Peter > I've got an interesting problem, related to my development of some > Authen/Authz handlers. > > I have a directory on which I've inst

AuthzHandler, index.html not being accessed

2002-05-30 Thread Ken Miller
I've got an interesting problem, related to my development of some Authen/Authz handlers. I have a directory on which I've installed an Access, Authen, and Authz handler: - the Access handler makes sure a cookie exists, and redirects the user to a login page if it doens't. If the cookie does ex