Tosh Cooey wrote:
Everything looks fine, except this "Converting POST -> GET" part. I
don't know if it is, but I know that when the AUTH is working properly
that doesn't occur.
Ha. The POST -> GET conversion is a clever little trick of the author,
used only in some cases.
Reminder : A PO
From: André Warnier
Date: Tue, 15 Sep 2009 01:50:05 +0200
To: users@httpd.apache.org
Tosh Cooey wrote:
...
Maybe I'll bug the author of the module now.
I just had a quick look at AuthCookieDBI, which subclasses AuthCookie.
In AuthCookie->authenticate(), there is indeed a check for sub-reques
Tosh Cooey wrote:
...
Maybe I'll bug the author of the module now.
I just had a quick look at AuthCookieDBI, which subclasses AuthCookie.
In AuthCookie->authenticate(), there is indeed a check for sub-requests,
returning always OK in that case.
In other words, I don't think that Apache subrequ
André Warnier
André Warnier wrote:
Tosh Cooey wrote:
...
Hi.
Does your login form page contain links to other things (for example,
images), which are also located in the /berlin/ area, or in other
directories/locations protected by the same authentication ?
A bit of explanation, as a compl
André Warnier wrote:
Tosh Cooey wrote:
...
Hi.
Does your login form page contain links to other things (for example,
images), which are also located in the /berlin/ area, or in other
directories/locations protected by the same authentication ?
A bit of explanation, as a complement :
I have
Tosh Cooey wrote:
...
Hi.
Does your login form page contain links to other things (for example,
images), which are also located in the /berlin/ area, or in other
directories/locations protected by the same authentication ?
-
Hi, I posted the follow to the mod_perl list:
I'm trying to protect a directory using Apache2::AuthCookieDBI with the
following .htaccess (I have to use htaccess)
PerlModule Apache2::AuthCookieDBI
PerlSetVar berlinPath /berlin/
PerlSetVar berlinLoginScript /login.pl
PerlS