summaryrefslogtreecommitdiff
path: root/httemplate/docs/install.html
diff options
context:
space:
mode:
authorivan <ivan>2004-04-22 07:27:35 +0000
committerivan <ivan>2004-04-22 07:27:35 +0000
commita8c68c9a3f346c49756956b51fa37a37ef795979 (patch)
tree63699f47a557a9347e0503f7b64ee146bb13e3c1 /httemplate/docs/install.html
parent47208f7694a6ec1cb979d7d0da7848dfe0e0aa7b (diff)
minor doc updates
Diffstat (limited to 'httemplate/docs/install.html')
-rw-r--r--httemplate/docs/install.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html
index 41aacc51b..9da2de37f 100644
--- a/httemplate/docs/install.html
+++ b/httemplate/docs/install.html
@@ -134,7 +134,7 @@ PerlModule Apache::ASP
# your freeside document root
&lt;Directory&nbsp;/usr/local/apache/htdocs/freeside-asp&gt;
&lt;Files ~ (\.cgi|\.html)&gt;
-SetHandler perl-script
+AddHandler perl-script .cgi .html
PerlHandler Apache::ASP
&lt;/Files&gt;
&lt;Perl&gt;
@@ -162,8 +162,8 @@ PerlSetVar&nbsp;IncludesDir&nbsp;/usr/local/apache/htdocs/freeside-asp
<font size="-1"><pre>
PerlModule HTML::Mason
&lt;Directory&nbsp;/usr/local/apache/htdocs/freeside-mason&gt;
-&lt;Files ~ (\.cgi|.html)&gt;
-SetHandler perl-script
+&lt;Files ~ (\.cgi|\.html)&gt;
+AddHandler perl-script .cgi .html
PerlHandler HTML::Mason
&lt;/Files&gt;
&lt;Perl&gt;