Gerald, whatever insight you have, I'm trying to turn off embperl on a
subdirecty

specifically http://www.mrbrklyn.com/resources/ and docs 

And I just can't seem to find a combination that will allow for an
exemption by location 

NameVirtualHost *:80

<VirtualHost *:80>
    ServerAdmin ru...@mrbrklyn.com
    DocumentRoot "/usr/local/apache/htdocs"
    ServerName www.mrbrklyn.com
    Options Indexes
    AddHandler perl-script *
    PerlTransHandler +URL_BLOCK
    <Files *.html>
       SetHandler perl-script
       PerlResponseHandler Embperl
    </Files>
    <Location "/resources">
        Options +Indexes +FollowSymLinks
    </Location>
    <Location "/images">
    #    AddHandler perl-script *
    #PerlTransHandler URL_BLOCK
    </Location>
    <Location "/pharmacy/sales">
           Deny from All
    </Location>
    <Location "/kty/">
                #SetHandler perl-script
                #PerlResponseHandler Embperl
    </Location>
    ErrorLog logs/error_log
    CustomLog logs/access_log common
</VirtualHost>


Apache/2.2.23 (Unix) Embperl/2.4.0 mod_perl/2.0.7 Perl/v5.16.2 [Sun Jan
4 20:13:10 2015]

See the mess here
http://www.mrbrklyn.com/resources/Ruth_Barcan_Marcus.html

-- 
So many immigrant groups have swept through our town
that Brooklyn, like Atlantis, reaches mythological
proportions in the mind of the world - RI Safir 1998
http://www.mrbrklyn.com 

DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
http://www.nylxs.com - Leadership Development in Free Software
http://www2.mrbrklyn.com/resources - Unpublished Archive 
http://www.coinhangout.com - coins!
http://www.brooklyn-living.com 

Being so tracked is for FARM ANIMALS and and extermination camps, 
but incompatible with living as a free human being. -RI Safir 2013


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org
For additional commands, e-mail: embperl-h...@perl.apache.org

Reply via email to