From 2a7c870a444759b248b273483bf50a433ed8c490 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 9 Jun 2004 07:17:30 +0000 Subject: [PATCH 1/1] explicitly specify Apache httpd.conf. fear. --- httemplate/docs/install.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";
       
     
     
      -
    • Restrict access to this web interface - see the Apache documentation on user authentication. For example, to configure user authentication with mod_auth (flat files): +
    • Restrict access to this web interface - see the Apache documentation on user authentication. For example, to configure user authentication with mod_auth (flat files), add something like the following to your Apache httpd.conf file, adjusting for your actual paths:
       <Directory /usr/local/apache/htdocs/freeside-asp>
       AuthName Freeside
      -- 
      2.11.0