From: ivan Date: Tue, 5 Feb 2002 18:04:33 +0000 (+0000) Subject: doc X-Git-Tag: freeside_1_4_0pre11~103 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e963a04493d15ac3e714a2cb95a28fe90a6239d9 doc --- diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 1edd4b16c..2a208c016 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -101,7 +101,10 @@ $ su
  • Run make aspdocs
  • Copy aspdocs/ to your web server's document space.
  • Create a Global directory, such as /usr/local/etc/freeside/asp-global/ -
  • Copy htetc/global.asa to the Global directory. +
  • Copy htetc/global.asa to the Global directory: +
    +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:
     <Directory /usr/local/apache/htdocs/freeside-asp>