summaryrefslogtreecommitdiff
path: root/httemplate/docs/install.html
diff options
context:
space:
mode:
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
<Directory /usr/local/apache/htdocs/freeside-asp>
<Files ~ (\.cgi|\.html)>
-SetHandler perl-script
+AddHandler perl-script .cgi .html
PerlHandler Apache::ASP
</Files>
<Perl>
@@ -162,8 +162,8 @@ PerlSetVar IncludesDir /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;