Apache::ASP 2.55 required
authorivan <ivan>
Sat, 28 Feb 2004 22:43:18 +0000 (22:43 +0000)
committerivan <ivan>
Sat, 28 Feb 2004 22:43:18 +0000 (22:43 +0000)
htetc/global.asa
httemplate/docs/install.html
httemplate/docs/upgrade-1.4.2.html

index e4661c3..8027ae3 100644 (file)
@@ -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;
index c223394..ed306f2 100644 (file)
@@ -140,6 +140,7 @@ $MLDBM::RemoveTaint = 1;
 &lt;/Perl&gt;
 PerlSetVar&nbsp;Global&nbsp;/usr/local/etc/freeside/asp-global/
 PerlSetVar&nbsp;Debug&nbsp;2
+PerlSetVar&nbsp;RequestBinaryRead&nbsp;Off
 &lt;/Directory&gt;
 </pre></font>
     </ul></td>
index ea6ebe9..1feaa80 100644 (file)
@@ -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>.