From: ivan Date: Mon, 2 Apr 2001 14:32:02 +0000 (+0000) Subject: changed url over at apache.org X-Git-Tag: freeside_1_3_0~26 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ac2b521194a93965c45a851be001049af0ff2d05 changed url over at apache.org --- 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
  • Copy or link fs-x.y.z/htdocs to your web server's document space.
    mkdir /usr/local/apache/htdocs/freeside
     cp -r fs-x.y.z/htdocs/* /usr/local/apache/htdocs/freeside
    or
    ln -s /full/path/to/fs-x.y.z/htdocs /usr/local/apache/htdocs/freeside
    -
  • Restrict access to this web interface. (with Apache) +
  • Restrict access to this web interface. (with Apache)
  • Enable CGI execution for files with the `.cgi' extension. (with Apache)
  • 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.