From: ivan Date: Thu, 22 Apr 2004 07:27:35 +0000 (+0000) Subject: minor doc updates X-Git-Tag: BEFORE_FINAL_MASONIZE~1136 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a8c68c9a3f346c49756956b51fa37a37ef795979 minor doc updates --- diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 41aacc51b..9da2de37f 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -134,7 +134,7 @@ PerlModule Apache::ASP # your freeside document root <Directory /usr/local/apache/htdocs/freeside-asp> <Files ~ (\.cgi|\.html)> -SetHandler perl-script +AddHandler perl-script .cgi .html PerlHandler Apache::ASP </Files> <Perl> @@ -162,8 +162,8 @@ PerlSetVar IncludesDir /usr/local/apache/htdocs/freeside-asp
 PerlModule HTML::Mason
 <Directory /usr/local/apache/htdocs/freeside-mason>
-<Files ~ (\.cgi|.html)>
-SetHandler perl-script
+<Files ~ (\.cgi|\.html)>
+AddHandler perl-script .cgi .html
 PerlHandler HTML::Mason
 </Files>
 <Perl>
diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html
index 205866e73..788eb0a97 100644
--- a/httemplate/docs/upgrade10.html
+++ b/httemplate/docs/upgrade10.html
@@ -4,7 +4,9 @@ this is incomplete
 install DBD::Pg 1.32 (or, if you're using a Perl version before 5.6, you could try installing DBD::Pg 1.22 with this patch and commenting out the "use DBD::Pg 1.32" at the top of DBIx/DBSchema/DBD/Pg.pm)
 install DBIx::DBSchema 0.23
 install Net::SSH 0.08
-- If using Apache::ASP, add PerlSetVar RequestBinaryRead Off and PerlSetVar IncludesDir /your/freeside/document/root/ to your Apache configuration and make sure you are using Apache::ASP minimum version 2.55. 
+- If using Apache::ASP, add PerlSetVar RequestBinaryRead Off and PerlSetVar IncludesDir /your/freeside/document/root/ to your Apache configuration and make sure you are using Apache::ASP minimum version 2.55.
+- In httpd.conf, change  to  
+- In httpd.conf, change AddHandler perl-script .cgi or SetHandler perl-script to AddHandler perl-script .cgi .html
 
 install NetAddr::IP, Chart::Base, IPC::ShareLite and Locale::SubCountry