diff options
author | ivan <ivan> | 2002-12-17 06:36:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-12-17 06:36:41 +0000 |
commit | cf2138902df96b5c794e055327297abbe1dda3e4 (patch) | |
tree | 5c44c1471ba44e06536222f2feb83857feb134e0 | |
parent | 5c0cf14766ef98b828166914c35533e5fa22d6e1 (diff) |
add PerlModule commands to install instructions
-rw-r--r-- | httemplate/docs/install.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index d2413025a..c90e908e1 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -128,6 +128,7 @@ cp htetc/global.asa /usr/local/etc/freeside/asp-global/global.asa </pre></font> <li>Configure Apache for the Global directory and to execute .cgi files using Apache::ASP. For example: <font size="-1"><pre> +PerlModule Apache::ASP <Directory /usr/local/apache/htdocs/freeside-asp> <Files ~ (\.cgi)> AddHandler perl-script .cgi @@ -149,6 +150,7 @@ PerlSetVar Debug 2 <li>Edit <tt>handler.pl</tt> and set an appropriate <tt>data_dir</tt>, such as <tt>/usr/local/etc/freeside/mason-data</tt> <li>Configure Apache to use the <tt>handler.pl</tt> file and to execute .cgi files using HTML::Mason. For example: <font size="-1"><pre> +PerlModule HTML::Mason <Directory /usr/local/apache/htdocs/freeside-mason> <Files ~ (\.cgi)> AddHandler perl-script .cgi |