From cf2138902df96b5c794e055327297abbe1dda3e4 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 17 Dec 2002 06:36:41 +0000 Subject: add PerlModule commands to install instructions --- httemplate/docs/install.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/docs/install.html') 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
    -- 
    cgit v1.2.1