X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=463575c53391dd3d6897322ec0af5694282bb11d;hb=d1154acfa526fa01d308be5d47a071643cfda5ea;hp=ed419a1ca31ba8cdbe2a4ee8e2e894b44955f82f;hpb=60527016538d1794227983d99ce3b77c8fcd7426;p=freeside.git diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index ed419a1ca..463575c53 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -47,7 +47,7 @@ Before installing, you need:
  • Net-SSH
  • String-ShellQuote
  • Net-SCP -
  • Apache::ASP or HTML::Mason (use version 1.0x - Freeside is not yet compatible with version 1.1x) +
  • Apache::ASP or HTML::Mason
  • Tie-IxHash
  • Time-Duration
  • HTML-Widgets-SelectLayers @@ -130,8 +130,8 @@ cp htetc/global.asa /usr/local/etc/freeside/asp-global/global.asa
     PerlModule Apache::ASP
     <Directory /usr/local/apache/htdocs/freeside-asp>
    -<Files ~ (\.cgi)>
    -AddHandler perl-script .cgi
    +<Files ~ (\.cgi|\.html)>
    +SetHandler perl-script
     PerlHandler Apache::ASP
     </Files>
     <Perl>
    @@ -143,21 +143,25 @@ PerlSetVar Debug 2