From: ivan Date: Wed, 9 Jun 2004 07:17:47 +0000 (+0000) Subject: explicitly specify Apache httpd.conf. fear. X-Git-Tag: freeside_1_4_2beta1~71 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=0e1f01ac43c8ff1c0f646946b5a3130b40e207bf explicitly specify Apache httpd.conf. fear. --- diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 99b40db04..76c3d3b93 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -126,7 +126,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
     <Directory /usr/local/apache/htdocs/freeside-asp>
    @@ -153,7 +153,7 @@ PerlSetVar RequestBinaryRead Off
             
  • 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>
    @@ -170,7 +170,7 @@ require "/usr/local/etc/freeside/handler.pl";