Re: robots.txt with httpd and root level SetHandler perl-script
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Quoting Torsten Förtsch <[email protected]>: > > A PerlMapToStorageHandler inside a Location block doesn't make sense. > > See > http://perl.apache.org/docs/2.0/user/config/config.html#mod_perl_Directives_Argument_Types_and_Allowed_Location > > BTW, it should read > > use Apache2::Const -compile=>'DECLINED'; > Hi, so, if I have other <Location> blocks, will setting as you suggest override all of them? That would break other parts of the httpd virtual host on my config... thanks Andy.