diff options
author | ivan <ivan> | 2006-02-18 04:32:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-02-18 04:32:57 +0000 |
commit | 6d27649c93f3f83c14611c790281a7b667062fc0 (patch) | |
tree | e579247373b1e7ef602b78f5a243ecb8c89d68ee /httemplate/docs | |
parent | d8b70477cf7fd3b87464940f13e85547ccdbd31d (diff) |
Mason it is
Diffstat (limited to 'httemplate/docs')
-rw-r--r-- | httemplate/docs/install.html | 39 |
1 files changed, 2 insertions, 37 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 02572759e..6e366cbbb 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -52,7 +52,7 @@ Before installing, you need: <li><a href="http://search.cpan.org/dist/Net-SSH">Net-SSH</a> <li><a href="http://search.cpan.org/dist/String-ShellQuote">String-ShellQuote</a> <li><a href="http://search.cpan.org/dist/Net-SCP">Net-SCP</a> - <li><a href="http://www.masonhq.com/">HTML::Mason</a> (recommended, enables full functionality) or <a href="http://www.apache-asp.org/">Apache::ASP</a> (deprecated, integrated RT ticketing will not be available) + <li><a href="http://www.masonhq.com/">HTML::Mason</a> <li><a href="http://search.cpan.org/dist/Tie-IxHash">Tie-IxHash</a> <li><a href="http://search.cpan.org/dist/Time-Duration">Time-Duration</a> <li><a href="http://search.cpan.org/dist/HTML-Widgets-SelectLayers">HTML-Widgets-SelectLayers</a> @@ -123,15 +123,7 @@ $ su <li>Run a <b>separate</b> iteration of Apache[-SSL] with mod_perl enabled <b>as the freeside user</b>. <li>Edit the <tt>Makefile</tt> and set <tt>TEMPLATE</tt> to <tt>asp</tt> or <tt>mason</tt>. Also set <tt>FREESIDE_DOCUMENT_ROOT</tt>. <li>Run <tt> make install-docs</tt>. -</ul> -<table> - <tr> - <th>Mason (recommended)</th><th>Apache::ASP (deprecated)</th> - </tr> - <tr> - - <td valign="top"><ul> - <li>Configure Apache: +<li>Configure Apache: <font size="-1"><pre> PerlModule HTML::Mason # your freeside docuemnt root @@ -145,33 +137,6 @@ require "/usr/local/etc/freeside/handler.pl"; </Perl> </Directory> </pre></font> - </ul></td> - - <td valign="top"><ul> - <li>Configure Apache: -<font size="-1"><pre> -PerlModule Apache::ASP -# your freeside document root -<Directory /var/www/freeside> -<Files ~ (\.cgi|\.html)> -AddHandler perl-script .cgi .html -PerlHandler Apache::ASP -</Files> -<Perl> -$MLDBM::RemoveTaint = 1; -</Perl> -PerlSetVar Global /usr/local/etc/freeside/asp-global/ -PerlSetVar Debug 2 -PerlSetVar RequestBinaryRead Off -# your freeside document root -PerlSetVar IncludesDir /var/www/freeside -</Directory> -</pre></font> - </ul></td> - - </tr> -</table> -<ul> <li>Restrict access to this web interface - see the <a href="http://httpd.apache.org/docs/misc/FAQ.html#user-authentication">Apache documentation on user authentication</a>. For example, to configure user authentication with <a href="http://httpd.apache.org/docs/mod/mod_auth.html">mod_auth</a> (flat files), add something like the following to your Apache httpd.conf file, adjusting for your actual paths: <pre> #your freeside document root |