summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2002-12-17 06:36:40 +0000
committerivan <ivan>2002-12-17 06:36:40 +0000
commit8f6bfc01809119b3c7e90b1418650ea4a329cf49 (patch)
tree681dbb3bcc9a51fcea8447c17824409230f4cfe3 /httemplate
parent50dbca8812cac271c584cbe5629d4583cd11a01c (diff)
add PerlModule commands to install instructions
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/docs/install.html2
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&nbsp;htetc/global.asa&nbsp;/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
&lt;Directory&nbsp;/usr/local/apache/htdocs/freeside-asp&gt;
&lt;Files ~ (\.cgi)&gt;
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
&lt;Directory&nbsp;/usr/local/apache/htdocs/freeside-mason&gt;
&lt;Files ~ (\.cgi)&gt;
AddHandler perl-script .cgi