summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-02-28 22:43:26 +0000
committerivan <ivan>2004-02-28 22:43:26 +0000
commit102f45bafff2746778d3a32326fbc6b76474050c (patch)
treebd3b015bba56924a6d48b3f0ac0c737994bdfdee
parent15a7245e27df7ae03b6af76802805e2ac29d6601 (diff)
Apache::ASP 2.55 required
-rw-r--r--htetc/global.asa1
-rw-r--r--httemplate/docs/upgrade-1.4.2.html1
2 files changed, 2 insertions, 0 deletions
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 @@
<li>Install <a href="http://search.cpan.org/search?dist=IPC-ShareLite">IPC::ShareLite</a>
<li>Install <a href="http://search.cpan.org/search?dist=HTML-Widgets-SelectLayers">HTML::Widgets::SelectLayers</a> 0.03.
<li>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.
+ <li>If using Apache::ASP, add <code>PerlSetVar RequestBinaryRead Off</code> to your Apache configuration and make sure you are using Apache::ASP minimum version 2.55.
<li>Run <code>make aspdocs</code> or <code>make masondocs</code>.
<li>Copy <code>aspdocs/</code> or <code>masondocs/</code> to your web server's document space.
<li>Run <code>make install-perl-modules</code>.