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

That's correct, <Files> is for things like "*.pl", not for literal URLs.
  • Comment on Re: Re: Files directive in mod_perl config

Replies are listed 'Best First'.
Re: Re: Re: Files directive in mod_perl config
by geektron (Curate) on Mar 08, 2004 at 21:24 UTC
    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.
      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.