Rafael Caceres wrote:


You need to make some changes to your conf:


Use <Directory >, otherwise you are only protecting the "/" URL.
<Directory "your.document.root">

that does seem to fix the issue there.

#<Location />
  AuthType TestCookie::AuthCookieHandler
  AuthName TestCookie
  PerlAuthenHandler TestCookie::AuthCookieHandler->authenticate
  PerlAuthzHandler TestCookie::AuthCookieHandler->authorize
  Require user programer
  Options +ExecCGI
  allow from all
#</Location>


( I never saw a response to the list, and I'm abandoning my use of Apache::AuthCookieDBI because I can't get it configured correctly. I did post to the list for assistance, but no responses ... )

That would be too bad, it's a very nice solution.

if you have any advice to offer on that one. i can resend the message to you (or the list) because quite frankly i'd rather use the *right* solution than use Apache::AuthCookie with grafted-in database calls


--brian




-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to