summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-12-17 06:36:41 +0000
committerivan <ivan>2002-12-17 06:36:41 +0000
commitcf2138902df96b5c794e055327297abbe1dda3e4 (patch)
tree5c44c1471ba44e06536222f2feb83857feb134e0
parent5c0cf14766ef98b828166914c35533e5fa22d6e1 (diff)
add PerlModule commands to install instructions
-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 d2413025a..c90e908e1 100644
--- a/httemplate/docs/install.html
+++ b/httemplate/docs/install.html
@@ -128,6 +128,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
@@ -149,6 +150,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