From: ivan Date: Sat, 28 Feb 2004 22:43:26 +0000 (+0000) Subject: Apache::ASP 2.55 required X-Git-Tag: freeside_1_4_2beta1~231 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=102f45bafff2746778d3a32326fbc6b76474050c;p=freeside.git Apache::ASP 2.55 required --- diff --git a/htetc/global.asa b/htetc/global.asa index 528f02a91..c3dab19e7 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -1,5 +1,6 @@ use strict; use vars qw( $cgi $p ); +use Apache::ASP 2.55; use CGI 2.47; #use CGI::Carp qw(fatalsToBrowser); use Date::Format; diff --git a/httemplate/docs/upgrade-1.4.2.html b/httemplate/docs/upgrade-1.4.2.html index ea6ebe92b..1feaa803a 100644 --- a/httemplate/docs/upgrade-1.4.2.html +++ b/httemplate/docs/upgrade-1.4.2.html @@ -10,6 +10,7 @@
  • Install IPC::ShareLite
  • Install HTML::Widgets::SelectLayers 0.03.
  • CGI.pm minimum version 2.47 is required. You will probably need to install a current CGI.pm from CPAN if you are using Perl 5.005 or earlier. +
  • If using Apache::ASP, add PerlSetVar RequestBinaryRead Off to your Apache configuration and make sure you are using Apache::ASP minimum version 2.55.
  • Run make aspdocs or make masondocs.
  • Copy aspdocs/ or masondocs/ to your web server's document space.
  • Run make install-perl-modules.