Fix a typo, PR#43924.
[pkgsrcv2.git] / www / p5-HTML-Mason / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.1 2007/10/01 21:29:32 heinz Exp $
3
4 In order to use HTML::Mason with mod_perl and Apache you have to create
5 the "data directory" (aka data_dir), which is used by Mason for various
6 features and optimizations, and change your web server configuration
7 accordingly.
8 The data directory must be writable by the user account specified for the
9 Apache process in your httpd.conf file.
10
11 As an example, if you use "/var/mason" as your data directory you have
12 to add the following line to httpd.conf:
13
14   PerlSetVar  MasonDataDir   /var/mason
15
16 For more details, have a look at the "Mason Administrator's Manual" at
17 http://www.masonhq.com/.
18
19
20 It's also possible to use HTML::Mason with lighttpd and FastCGI. There
21 is a recipe for it in the Trac system of lighttpd. For more details,
22 have a look at the recipe at
23
24 http://trac.lighttpd.net/trac/wiki/MasonRecipe
25 ===========================================================================