From 8f6bfc01809119b3c7e90b1418650ea4a329cf49 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 17 Dec 2002 06:36:40 +0000 Subject: [PATCH] add PerlModule commands to install instructions --- httemplate/docs/install.html | 2 ++ 1 file changed, 2 insertions(+) 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
    -- 
    2.11.0