From: ivan Date: Tue, 17 Dec 2002 06:36:40 +0000 (+0000) Subject: add PerlModule commands to install instructions X-Git-Tag: freeside_1_5_0pre1~93 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8f6bfc01809119b3c7e90b1418650ea4a329cf49 add PerlModule commands to install instructions --- diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index d22915176..36b8ae0e7 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -129,6 +129,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
    @@ -150,6 +151,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