[rt-users] what is /etc/httpd/conf/mason.conf

Ruslan Zakirov ruslan.zakirov at gmail.com
Tue Sep 27 15:06:13 EDT 2005


On 9/27/05, Gonda Ennis <g.ennis at change-it.com> wrote:
>
> Hi guys
>
> I'm not trying anything fancy - just a regular rt-3.4.4 install (but I
> have fallen down some black holes in the process.)
>
> Can somebody tell me what to do with this file - I don't find anything
> like it under my rt-3.4.2 install and httpd startup falls over on it
>
> Error on /etc/init.d/httpd start
>
> Starting httpd: Syntax error on line 6 of /etc/httpd/conf/mason.conf:
> <LocationMatch not allowed here
It's OFFTOPIC, but see
http://httpd.apache.org/docs/2.0/mod/core.html#locationmatch

***Context:	server config, virtual host***

>
>
> the file:
>
> /etc/httpd/conf/mason.conf
>
> PerlSetVar MasonCompRoot "/var/www/html"
> PerlSetVar MasonDataDir  "/etc/httpd/mason"
> PerlModule HTML::Mason::ApacheHandler
>
> <Directory "/var/www/html">
>    <LocationMatch "(\.html)$">
>      SetHandler perl-script
>      PerlHandler HTML::Mason::ApacheHandler
>    </LocationMatch>
> </Directory>
>
> Thanks
>
>
> --
> ----------------------------------------------------------------------------------------
>                                     G . Ennis
> ----------------------------------------------------------------------------------------
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
>
> Buy your copy of our new book, RT Essentials, today!
>
> Download a free sample chapter from http://rtbook.bestpractical.com
>


--
Best regards, Ruslan.



More information about the rt-users mailing list