diff options
Diffstat (limited to 'httemplate/docs/install.html')
-rw-r--r-- | httemplate/docs/install.html | 3 |
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 htetc/global.asa /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 <Directory /usr/local/apache/htdocs/freeside-asp> <Files ~ (\.cgi|\.html)> SetHandler perl-script @@ -142,6 +143,8 @@ $MLDBM::RemoveTaint = 1; PerlSetVar Global /usr/local/etc/freeside/asp-global/ PerlSetVar Debug 2 PerlSetVar RequestBinaryRead Off +# your freeside document root +PerlSetVar IncludesDir /usr/local/apache/htdocs/freeside-asp </Directory> </pre></font> </ul></td> |