I have a question for experienced Apache::AuthCookie users. The module's test suite protects directories below the docroot and sets the action of the login form to /LOGIN, an unprotected location. This setup does not work for me as I need to protect the entire docroot. Since LOGIN itself is protected, the login method is never called and I never progress past the login screen.
I tried specifying the action outside the docroot, but it causes the <Files> directive to fail. <Files> literal-mindededly looks relative to the docroot, not following aliases.
Could someone suggest a configuration that would permit LOGIN to invoke Apache::AuthCookie->login correctly but still protect the entire docroot?
Are you currently using <Location> or <Directory> tags to configure protection for the main body
of your content?
Cheers,
Nick -- Nick Phillips / +64 3 479 4195 / [EMAIL PROTECTED] # these statements are my own, not those of the University of Otago
-- 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