pkgsrc/www/p5-HTML-Mason/MESSAGE
heinz 1df07ef8e2 Added MESSAGE file in order to tell users they have to do a minimum
amount of configuration (ie, set the data directory).
Added the supplied sample files to the pkgsrc package.
This should solve PR pkg/31460 by Stefan Schumacher.

While here, added support for installation to DESTDIR and marked the
package as a pure Perl package (no compiler necessary).
2007-10-01 21:29:32 +00:00

18 lines
799 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1 2007/10/01 21:29:32 heinz Exp $
In order to use HTML::Mason with mod_perl and Apache you have to create
the "data directory" (aka data_dir), which is used by Mason for various
features and optimizations, and change your web server configuration
accordingly.
The data directory must be writable by the user account specified for the
Apache process in your httpd.conf file.
As an example, if you use "/var/mason" as your data directory you have
to add the following line to httpd.conf:
PerlSetVar MasonDataDir /var/mason
For more details, have a look at the "Mason Administrator's Manual" at
http://www.masonhq.com/.
===========================================================================