RE: where WhatEverLoginScript points?/ AuthCookie configuration

2000-09-01 Thread Pires Claudio

thanks! it works (WhatEverLoginScript /demo/html/login.pl)
is there any more detailed info or tutorial about AuthCookie configuration?
where can I find it?

Thanks

-Mensaje original-
De: Bill Moseley [mailto:[EMAIL PROTECTED]]
Enviado el: Friday, September 01, 2000 2:14 AM
Para: Pires Claudio
Asunto: Re: where "WhatEverLoginScript" points?


At 07:25 PM 08/31/00 -0300, you wrote:
My question is: is there any way to indicate absolute paths to
WhatEverLoginScript var? or any way to indicate it must look in an aliased
directory?

Not sure what you are asking.  Won't these examples work for you?

WhatEverLoginScript /login.pl
or
WhatEverLoginScript /demo/html/login.pl




Bill Moseley
mailto:[EMAIL PROTECTED]



where WhatEverLoginScript points?

2000-08-31 Thread Pires Claudio

Hi,
I installed Apache::AuthCookie succesfully. I tried the example
given and it worked fine. Now, I want to use AuthCookie , but I have a
problem. I am using an alias directory like this ...

Alias /demo/html/ "/home/claudio/demo/"
Directory "/home/claudio/demo"
Options Indexes Includes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
/Directory 

... to preserve the original document tree (that point to /home/httpd/html),
and I want to use authorization only with my own document tree. But when
AuthCookie looks for login.pl, AuthCookie fails because he is looking in the
original document tree (defined in DocumentRoot key).
My question is: is there any way to indicate absolute paths to
WhatEverLoginScript var? or any way to indicate it must look in an aliased
directory?
Thanks a lot.

Claudio