in reply to Re: Re: Files directive in mod_perl config
in thread Files directive in mod_perl config

that's nice, but i guess the perldoc is f**ked for Apache::AuthCookie?

a straight cut-n-paste from perldoc Apache::AuthCookie

# This is the action of the login.pl script above. <Files LOGIN> AuthType Sample::AuthCookieHandler AuthName WhatEver SetHandler perl&#8208;script PerlHandler Sample::AuthCookieHandler&#8208;>login </Files>
so ... i'm even *more* confused.

Replies are listed 'Best First'.
Re: Re: Re: Re: Files directive in mod_perl config
by perrin (Chancellor) on Mar 08, 2004 at 22:16 UTC
    Looks like that should say this:

    <Location /LOGIN>
    So try that, and if it works you can send a patch for the docs.
      it seems to work, once i get the file permissions thing sorted out ... and if that's the case, i'll submit the doc patch. i can't be the only one that's been bitten by this.