X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=0217c9085553f88678f4883a8493c35cd11e405d;hp=533decb7ba918d531fe646b25d0cb7cf3719ffac;hb=72a65ceaa28155e8c1c3c1328dd76587b35e089a;hpb=344596452274c17c2c60bf2b002c9358cbd510a3 diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 533decb7b..0217c9085 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -3,9 +3,10 @@

Installation

+Note: Install Freeside on a firewalled, private server, not a public (web, RADIUS, etc.) server.

Before installing, you need: -
  • Perl modules (CPAN will query, download and build perl modules automatically) +
  • Perl modules (CPAN will query, download and build perl modules automatically) @@ -130,29 +132,35 @@ 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>
     $MLDBM::RemoveTaint = 1;
     </Perl>
     PerlSetVar Global /usr/local/etc/freeside/asp-global/
    -PerlSetVar Debug 2
    +PerlSetVar Debug 2
    +PerlSetVar RequestBinaryRead Off
     </Directory>