It looks more like an apache issue.

My feeling is that the rule about .html files is more important than your rule
about the Location.

+ In your case, it looks like you want to use Directory, not Location.
Location is for the URL space.

Cheers.

Jerome.

On 10 May 2011 17:29, Gregory Skelton <gskel...@gravity.phys.uwm.edu> wrote:
> Hi All,
>
> I've run into a problem with my a web server configuration. What I'm
> really after is preventing mason to do its magic on a directory and
> everything underneath it. I've read this FAQ, but after adding
> configuration similar to the example I'm still seeing the same problem.
>
> http://www.masonhq.com/?FAQ:ServerConfiguration#h-how_can_i_prevent_a_particular_subdirectory_from_being_handled_by_html__mason_
>
> This is my mason configuration, and I'm these version of mason:
>
> perl-HTTP-Server-Simple-Mason-0.09-5.el5
> perl-HTML-Mason-1.39-1.el5
>
>
> <web-server-config>
>
>    PerlSetVar  MasonCompRoot  /var/www/html
>    PerlSetVar  MasonDataDir   /var/www/mason
>    PerlModule  HTML::Mason::ApacheHandler
>
>    <FilesMatch "(\.html)$">
>      SetHandler perl-script
>      PerlHandler HTML::Mason::ApacheHandler
>    </FilesMatch>
>
> #*** following the FAQ here
>    <Location /var/www/html/some/path/to/this/directory/lal>
>      SetHandler default-handler
>    </Location>
>
> </web-server-config>
>
> What am I doing wrong? Any help would be much appreciated, thanks.
>
> Best,
> Greg
>
>
>
>
> ------------------------------------------------------------------------------
> Achieve unprecedented app performance and reliability
> What every C/C++ and Fortran developer should know.
> Learn how Intel has extended the reach of its next-generation tools
> to help boost performance applications - inlcuding clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> Mason-users mailing list
> Mason-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mason-users
>



-- 
Jerome Eteve.

http://sigstp.blogspot.com/
http://twitter.com/jeteve

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to