summaryrefslogtreecommitdiff
path: root/httemplate/docs/install.html
diff options
context:
space:
mode:
authorivan <ivan>2004-03-23 03:29:40 +0000
committerivan <ivan>2004-03-23 03:29:40 +0000
commit84d15a339737bd783b764c7f0d371084c2158ce7 (patch)
treed361a4c9cdd9d7aa711e73af16954022c015203d /httemplate/docs/install.html
parent73f34cbe08a9be968a2557cd6906dde5bb9a97a3 (diff)
includes with Apache::ASP
Diffstat (limited to 'httemplate/docs/install.html')
-rw-r--r--httemplate/docs/install.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html
index 0217c9085..5f2ca4ca6 100644
--- a/httemplate/docs/install.html
+++ b/httemplate/docs/install.html
@@ -131,6 +131,7 @@ cp&nbsp;htetc/global.asa&nbsp;/usr/local/etc/freeside/asp-global/global.asa
<li>Configure Apache for the Global directory and to execute .cgi files using Apache::ASP. For example:
<font size="-1"><pre>
PerlModule Apache::ASP
+# your freeside document root
&lt;Directory&nbsp;/usr/local/apache/htdocs/freeside-asp&gt;
&lt;Files ~ (\.cgi|\.html)&gt;
SetHandler perl-script
@@ -142,6 +143,8 @@ $MLDBM::RemoveTaint = 1;
PerlSetVar&nbsp;Global&nbsp;/usr/local/etc/freeside/asp-global/
PerlSetVar&nbsp;Debug&nbsp;2
PerlSetVar&nbsp;RequestBinaryRead&nbsp;Off
+# your freeside document root
+PerlSetVar&nbsp;IncludesDir&nbsp;/usr/local/apache/htdocs/freeside-asp
&lt;/Directory&gt;
</pre></font>
</ul></td>