diff options
author | ivan <ivan> | 2002-02-05 18:24:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-05 18:24:13 +0000 |
commit | 30f31aae2dee3bdbec04f107e9d8cbb96442852e (patch) | |
tree | a33aed792ea2e692232ec01e5aee3567b66e1f76 | |
parent | e963a04493d15ac3e714a2cb95a28fe90a6239d9 (diff) |
for commands; confusing otherwise
-rw-r--r-- | httemplate/docs/install.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 2a208c016..35caa0023 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -103,11 +103,11 @@ $ su <li>Create a <a href="http://www.apache-asp.org/config.html#Global">Global</a> directory, such as <tt>/usr/local/etc/freeside/asp-global/</tt> <li>Copy <tt>htetc/global.asa</tt> to the Global directory: <font size="-1"><pre> -cp htetc/global.asa /usr/local/etc/freeside/asp-global/global.asa +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> -<Directory /usr/local/apache/htdocs/freeside-asp> +<Directory /usr/local/apache/htdocs/freeside-asp> <Files ~ (\.cgi)> AddHandler perl-script .cgi PerlHandler Apache::ASP @@ -115,7 +115,7 @@ PerlHandler Apache::ASP <Perl> $MLDBM::RemoveTaint = 1; </Perl> -PerlSetVar Global /usr/local/etc/freeside/asp-global/ +PerlSetVar Global /usr/local/etc/freeside/asp-global/ PerlSetVar Debug 2 </Directory> </pre></font> @@ -127,13 +127,13 @@ 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> -<Directory /usr/local/apache/htdocs/freeside-mason> +<Directory /usr/local/apache/htdocs/freeside-mason> <Files ~ (\.cgi)> AddHandler perl-script .cgi PerlHandler HTML::Mason </Files> <Perl> -require "/usr/local/apache/conf/handler.pl"; +require "/usr/local/apache/conf/handler.pl"; </Perl> </Directory> </pre></font> |