summaryrefslogtreecommitdiff
path: root/httemplate/docs/install.html
diff options
context:
space:
mode:
authorivan <ivan>2003-08-07 12:47:27 +0000
committerivan <ivan>2003-08-07 12:47:27 +0000
commitabf5c5442afce5198f6289840791c96f58254e85 (patch)
tree424620194a7de53093feabaffdae198045225a83 /httemplate/docs/install.html
parent117a674a7e37ff2f4f90fcf34710dfad288ac8a9 (diff)
- switch to mason by default
- minimum mason version 1.1 (and doc) - evaluate .html files with mason/asp - turn on profiling with mason like with Apache::ASP (redirects not working) - (start of) includes
Diffstat (limited to 'httemplate/docs/install.html')
-rw-r--r--httemplate/docs/install.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html
index 54614ccb3..463575c53 100644
--- a/httemplate/docs/install.html
+++ b/httemplate/docs/install.html
@@ -130,8 +130,8 @@ cp&nbsp;htetc/global.asa&nbsp;/usr/local/etc/freeside/asp-global/global.asa
<font size="-1"><pre>
PerlModule Apache::ASP
&lt;Directory&nbsp;/usr/local/apache/htdocs/freeside-asp&gt;
-&lt;Files ~ (\.cgi)&gt;
-AddHandler perl-script .cgi
+&lt;Files ~ (\.cgi|\.html)&gt;
+SetHandler perl-script
PerlHandler Apache::ASP
&lt;/Files&gt;
&lt;Perl&gt;
@@ -145,7 +145,7 @@ PerlSetVar Debug 2
<td><ul>
<li>Run <tt>make masondocs</tt>
<li>Copy <tt>masondocs/</tt> to your web server's document space. (For example: <tt>/usr/local/apache/htdocs/freeside-mason</tt>)
- <li>Copy <tt>htetc/handler.pl</tt> to <tt>/usr/local/etc/freeside</tt> (use htetc/handler.pl-1.0x for Mason versions before 1.10).
+ <li>Copy <tt>htetc/handler.pl</tt> to <tt>/usr/local/etc/freeside</tt>
<li>Edit <tt>handler.pl</tt> and:
<ul>
<li> set an appropriate <tt>comp_root</tt>, such as <tt>/usr/local/apache/htdocs/freeside-mason</tt>
@@ -156,8 +156,8 @@ PerlSetVar Debug 2
<font size="-1"><pre>
PerlModule HTML::Mason
&lt;Directory&nbsp;/usr/local/apache/htdocs/freeside-mason&gt;
-&lt;Files ~ (\.cgi)&gt;
-AddHandler perl-script .cgi
+&lt;Files ~ (\.cgi|.html)&gt;
+SetHandler perl-script
PerlHandler HTML::Mason
&lt;/Files&gt;
&lt;Perl&gt;