X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=5f2ca4ca6bc389e4f720834f532ad8ae858b52c3;hp=ed306f2d38b09ac5e83d33f5e803ad4c904970f8;hb=7ca594813a8426beb70d9f61544be1f6ac7b3d3f;hpb=d384acea721092aebd4ffd972a2c3a80208e80ae diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index ed306f2d3..5f2ca4ca6 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -56,6 +56,7 @@ Before installing, you need:
  • NetAddr-IP
  • Chart +
  • Crypt::PasswdMD5
  • Apache::DBI (optional but recommended for better webinterface performance) @@ -130,6 +131,7 @@ cp htetc/global.asa /usr/local/etc/freeside/asp-global/global.asa
  • Configure Apache for the Global directory and to execute .cgi files using Apache::ASP. For example:
     PerlModule Apache::ASP
    +# your freeside document root
     <Directory /usr/local/apache/htdocs/freeside-asp>
     <Files ~ (\.cgi|\.html)>
     SetHandler perl-script
    @@ -141,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>