From: ivan Date: Wed, 9 Jun 2004 07:17:30 +0000 (+0000) Subject: explicitly specify Apache httpd.conf. fear. X-Git-Tag: BEFORE_FINAL_MASONIZE~1046 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2a7c870a444759b248b273483bf50a433ed8c490 explicitly specify Apache httpd.conf. fear. --- diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 9da2de37f..df353eb9d 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -128,7 +128,7 @@ chown freeside /usr/local/etc/freeside/asp-global/
 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: +
  • Configure Apache for the Global directory and to execute .cgi files using Apache::ASP. For example, add something like the following to your Apache httpd.conf file, adjusting for your actual paths:
     PerlModule Apache::ASP
     # your freeside document root
    @@ -158,7 +158,7 @@ PerlSetVar IncludesDir /usr/local/apache/htdocs/freeside-asp
             
  • set an appropriate data_dir, such as /usr/local/etc/freeside/masondata -
  • Configure Apache to use the handler.pl file and to execute .cgi files using HTML::Mason. For example: +
  • Configure Apache to use the handler.pl file and to execute .cgi files using HTML::Mason. For example, add something like the following to your Apache httpd.conf file, adjusting for your actual paths:
     PerlModule HTML::Mason
     <Directory /usr/local/apache/htdocs/freeside-mason>
    @@ -175,7 +175,7 @@ require "/usr/local/etc/freeside/handler.pl";