X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=5f2ca4ca6bc389e4f720834f532ad8ae858b52c3;hb=4b157c989b4089b49f42fa5c5bbb9969f2064caa;hp=463575c53391dd3d6897322ec0af5694282bb11d;hpb=abf5c5442afce5198f6289840791c96f58254e85;p=freeside.git diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 463575c53..5f2ca4ca6 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) @@ -129,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
    @@ -138,7 +141,10 @@ PerlHandler Apache::ASP
     $MLDBM::RemoveTaint = 1;
     </Perl>
     PerlSetVar Global /usr/local/etc/freeside/asp-global/
    -PerlSetVar Debug 2
    +PerlSetVar Debug 2
    +PerlSetVar RequestBinaryRead Off
    +# your freeside document root
    +PerlSetVar IncludesDir /usr/local/apache/htdocs/freeside-asp
     </Directory>