problems setting up mason in CentOS 6

Richard Welty <[email protected]> Tue, 5 Jan 2016 20:48:33 -0500
Newsgroups gmane.comp.web.mason.user
Message-ID <[email protected]>
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--===============6495425526078515922==
Content-Type: multipart/signed; micalg=pgp-sha256;
	protocol="application/pgp-signature";
	boundary="hvuFjCaonHtsd7KL9QqEOGddf355fD8tE"

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--hvuFjCaonHtsd7KL9QqEOGddf355fD8tE
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

i have a fairly large motorsports website which has been using
mason for many years; recently events have forced me to rebuild
the server from scratch and i took the opportunity to upgrade from
CentOS 5 to CentOS 6. mason was installed from packages.

i'm having some trouble getting the Mason components to the
handler.

i am using .mhtml for the components, but the exposed web pages
are all .html and i want mason to process them. i have added the
mason type to the apache config. the virtual host directives follow;
the components declartions are ignored and i see no errors in the
error log. anyone have any suggestions about where to go next?

thanks,
   richard

<VirtualHost
192.94.170.10:80>                                                =20
    ServerAdmin
[email protected]                                  =20
    DocumentRoot
/web/na-motor                                                =20
    ServerName =20
www.na-motorsports.com                                       =20
    PerlSetVar  MasonCompRoot  /web/na-motor
    PerlSetVar  MasonDataDir   /web/na-motor/mason-data
    <LocationMatch "\.m+html$">
        SetHandler   perl-script
        PerlHandler  HTML::Mason::ApacheHandler
    </LocationMatch>
    ErrorLog     /var/log/httpd/na-motor-error_log
    CustomLog    /var/log/httpd/na-motor-access_log common
</VirtualHost>



--hvuFjCaonHtsd7KL9QqEOGddf355fD8tE
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org

iQIcBAEBCAAGBQJWjHJyAAoJEKL/niN4P3QW/NUP/1SaJXjHXmKJ9OMle/2yAkxp
76CLfcya1ThYf4dxUReuiSlOy2svPzXeS9rhc7K+vON3YaBIfLb8/15qNqYN1aTC
+y3n7SH1ONA9XbfzkjbLbC+3140lZ+7MAAtf+WuJF6d3uIaPjByQOvbaPfcnbW5t
gtHEsKx3fdAH4b5mZ1MRhK7WQTRAPs1+e9n+UX9YWrgsUpR24NsYYATG3Vh/J9Ea
cJ6obI4zT6W3OFfsmzhyse57UEBEScGQgmf8kH5dIxOSbgaCfhFYp5H7CyY+S/8Y
grBQdsie6J/0QocS+I6Jpuw9BXXtGRP3fWPcWJZNGaOm86pxc76YvxBYI1QOAYQf
xLEUINj91t75ECFfrhhmMmAKqQi3UiiXD9rw78RWKvKuOxmybiFWntuT6pK5Akf+
Q+FikxXd59h4VgM3hjEczQSkI2xNGF4Epy7o2mMu6HwUoJzUxKr17sXe0sBL6KZE
qZYTEPeIjL4pwkInAMyyLuJb0gRkiuNITpKgQSmunViM+mIjfsA/aIll8JGFlG08
nLSbQCuhkXPGbrS4t+nPne2jJdQYyryAaDkHfXmUEgww4iOHOHj9/9Npcb4KKZIe
FwUigmqHeSEBiwITlPhK43boprK7vRrl022mMSxqUB9MA9zsqs6+xj1Yl+yMoWlg
NtEEB+l0uWV6B9QaJ3lR
=GxXx
-----END PGP SIGNATURE-----

--hvuFjCaonHtsd7KL9QqEOGddf355fD8tE--


--===============6495425526078515922==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------

--===============6495425526078515922==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

--===============6495425526078515922==--