summaryrefslogtreecommitdiff
path: root/httemplate/docs
diff options
context:
space:
mode:
authorivan <ivan>2002-02-05 18:04:33 +0000
committerivan <ivan>2002-02-05 18:04:33 +0000
commite963a04493d15ac3e714a2cb95a28fe90a6239d9 (patch)
treeb9be709ba266038024728f2f3b4c952c4c94b07b /httemplate/docs
parent2093701338cf6d4531a33466cd64ad48bbf88856 (diff)
doc
Diffstat (limited to 'httemplate/docs')
-rw-r--r--httemplate/docs/install.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html
index 1edd4b1..2a208c0 100644
--- a/httemplate/docs/install.html
+++ b/httemplate/docs/install.html
@@ -101,7 +101,10 @@ $ su
<li>Run <tt>make aspdocs</tt>
<li>Copy <tt>aspdocs/</tt> to your web server's document space.
<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.
+ <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
+</pre></font>
<li>Configure Apache for the Global directory and to execute .cgi files using Apache::ASP. For example:
<font size="-1"><pre>
&lt;Directory /usr/local/apache/htdocs/freeside-asp&gt;