Re: robots.txt with httpd and root level SetHandler perl-script

Torsten Förtsch <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
On Monday, March 14, 2011 19:14:35 [email protected] wrote:
> 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...

no, Location blocks are evaluated *after* a PerlMapToStorageHandler. You can 
also try

<Location /robots.txt>
  SetHandler None
</Location>

Torsten Förtsch

-- 
Need professional modperl support? Hire me! (http://foertsch.name)

Like fantasy? http://kabatinte.net
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.