On Sun, 12 Mar 2006, Kurt Hansen wrote:

<LocationMatch "\.*\.(html|txt|pl|mas)$">
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
PerlSetVar MasonAllowGlobals $dbh
PerlSetVar MasonDeclineDirs 0
</LocationMatch>

I think your LocationMatch regex is the problem. It looks like only hidden files, i.e. those starting with ".", will be passed to Mason. Maybe the first \. is a typo?

This regex is only anchored to the end of the string. To match a file _starting_ with something you need '^something'


-dave

/*===================================================
VegGuide.Org                        www.BookIRead.com
Your guide to all that's veg.       My book blog
===================================================*/


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to