diff options
author | ivan <ivan> | 2002-12-17 06:36:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-12-17 06:36:40 +0000 |
commit | 8f6bfc01809119b3c7e90b1418650ea4a329cf49 (patch) | |
tree | 681dbb3bcc9a51fcea8447c17824409230f4cfe3 /httemplate/docs | |
parent | 50dbca8812cac271c584cbe5629d4583cd11a01c (diff) |
add PerlModule commands to install instructions
Diffstat (limited to 'httemplate/docs')
-rw-r--r-- | httemplate/docs/install.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index d22915176..36b8ae0e7 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -129,6 +129,7 @@ cp htetc/global.asa /usr/local/etc/freeside/asp-global/global.asa </pre></font> <li>Configure Apache for the Global directory and to execute .cgi files using Apache::ASP. For example: <font size="-1"><pre> +PerlModule Apache::ASP <Directory /usr/local/apache/htdocs/freeside-asp> <Files ~ (\.cgi)> AddHandler perl-script .cgi @@ -150,6 +151,7 @@ PerlSetVar Debug 2 <li>Edit <tt>handler.pl</tt> and set an appropriate <tt>data_dir</tt>, such as <tt>/usr/local/etc/freeside/mason-data</tt> <li>Configure Apache to use the <tt>handler.pl</tt> file and to execute .cgi files using HTML::Mason. For example: <font size="-1"><pre> +PerlModule HTML::Mason <Directory /usr/local/apache/htdocs/freeside-mason> <Files ~ (\.cgi)> AddHandler perl-script .cgi |