From: ivan Date: Wed, 23 Jun 2004 01:23:42 +0000 (+0000) Subject: escape html X-Git-Tag: BEFORE_FINAL_MASONIZE~1018 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f13a2ad4ddb8179f617f33d0779adca18edd871f;ds=sidebyside escape html --- diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html index 08fc28ea5..c2b88be32 100644 --- a/httemplate/docs/upgrade10.html +++ b/httemplate/docs/upgrade10.html @@ -5,7 +5,7 @@ install DBD::Pg 1.32 (or, if you're using a Perl version before 5.6, you could t 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. -- In httpd.conf, change to +- In httpd.conf, change <Files ~ \.cgi> to <Files ~ (\.cgi|\.html)> - 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