summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorivan <ivan>2001-04-02 14:32:02 +0000
committerivan <ivan>2001-04-02 14:32:02 +0000
commitac2b521194a93965c45a851be001049af0ff2d05 (patch)
tree33cea8f727b43a57642f2efa552614f548669260 /htdocs
parentc6f8c3da686ce048b987df1b9853ab217dcfb51b (diff)
changed url over at apache.org
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/docs/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html
index e3c8720e9..09c681172 100644
--- a/htdocs/docs/install.html
+++ b/htdocs/docs/install.html
@@ -56,7 +56,7 @@ $ su
# make install</pre>
<li>Copy or link fs-x.y.z/htdocs to your web server's document space. <pre>mkdir /usr/local/apache/htdocs/freeside
cp -r fs-x.y.z/htdocs/* /usr/local/apache/htdocs/freeside</pre> or <pre>ln -s /full/path/to/fs-x.y.z/htdocs /usr/local/apache/htdocs/freeside</pre>
- <li>Restrict access to this web interface. (with <a href="http://www.apache.org/docs/misc/FAQ.html#user-authentication">Apache</a>)
+ <li>Restrict access to this web interface. (with <a href="http://httpd.apache.org/docs/misc/FAQ.html#user-authentication">Apache</a>)
<li>Enable CGI execution for files with the `.cgi' extension. (with <a href="http://www.apache.org/docs/mod/mod_mime.html#addhandler">Apache</a>)
<li>Set ownership and permissions for the web interface. The web interface needs to run as the freeside user - there are several ways to do this.
<ul>