diff options
author | ivan <ivan> | 2004-06-23 01:23:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-06-23 01:23:42 +0000 |
commit | f13a2ad4ddb8179f617f33d0779adca18edd871f (patch) | |
tree | 4ef65d5ae9b69b745004c95e3374bec3bfab3660 /httemplate/docs/upgrade10.html | |
parent | cad85cb8c308eb3a0a5e9fa1d13d24df5ec477b0 (diff) |
escape html
Diffstat (limited to 'httemplate/docs/upgrade10.html')
-rw-r--r-- | httemplate/docs/upgrade10.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <Files ~ \.cgi> to <Files ~ (\.cgi|\.html)> +- In httpd.conf, change <Files ~ \.cgi> to <Files ~ (\.cgi|\.html)> - In httpd.conf, change <b>AddHandler perl-script .cgi</b> or <b>SetHandler perl-script</b> to <b>AddHandler perl-script .cgi .html</b> install NetAddr::IP, Chart::Base, IPC::ShareLite and Locale::SubCountry |