From: ivan Date: Tue, 17 Dec 2002 06:36:41 +0000 (+0000) Subject: add PerlModule commands to install instructions X-Git-Tag: freeside_1_4_1beta6~14 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=cf2138902df96b5c794e055327297abbe1dda3e4;p=freeside.git add PerlModule commands to install instructions --- diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index d2413025a..c90e908e1 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -128,6 +128,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
     <Directory /usr/local/apache/htdocs/freeside-asp>
     <Files ~ (\.cgi)>
     AddHandler perl-script .cgi
    @@ -149,6 +150,7 @@ PerlSetVar Debug 2
           
  • Edit handler.pl and set an appropriate data_dir, such as /usr/local/etc/freeside/mason-data
  • Configure Apache to use the handler.pl file and to execute .cgi files using HTML::Mason. For example:
    +PerlModule HTML::Mason
     <Directory /usr/local/apache/htdocs/freeside-mason>
     <Files ~ (\.cgi)>
     AddHandler perl-script .cgi