X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Finstall.html;h=df353eb9dff7f113f38cde4de273f40615e5a585;hp=9da2de37fc9402847d46dc2a5ca717f07ce7a3d3;hb=2a7c870a444759b248b273483bf50a433ed8c490;hpb=86dfd386746913dd29db7c03873bc68534f66b98 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";