From d384acea721092aebd4ffd972a2c3a80208e80ae Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 28 Feb 2004 22:43:18 +0000 Subject: [PATCH] Apache::ASP 2.55 required --- htetc/global.asa | 1 + httemplate/docs/install.html | 1 + httemplate/docs/upgrade-1.4.2.html | 1 + 3 files changed, 3 insertions(+) diff --git a/htetc/global.asa b/htetc/global.asa index e4661c3cb..8027ae3e5 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -4,6 +4,7 @@ BEGIN { eval "use Devel::AutoProfiler;"; } #only if installed... 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/install.html b/httemplate/docs/install.html index c223394e9..ed306f2d3 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -140,6 +140,7 @@ $MLDBM::RemoveTaint = 1; </Perl> PerlSetVar Global /usr/local/etc/freeside/asp-global/ PerlSetVar Debug 2 +PerlSetVar RequestBinaryRead Off </Directory> 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. -- 2.11.0