summaryrefslogtreecommitdiff
path: root/TWiki/TWikiInstallationGuide.mdwn
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2000-07-28 03:09:53 +0000
committerPeter Thoeny <web-hurd@gnu.org>2000-07-28 03:09:53 +0000
commit14078a732ec7e2b211e6f5d5a50471d65e66b4ff (patch)
tree0640cef8d358d84f979c34f8b9ebb03d99990fde /TWiki/TWikiInstallationGuide.mdwn
parenta44a067b339fdad0e959fc7949b60e38953e0e88 (diff)
none
Diffstat (limited to 'TWiki/TWikiInstallationGuide.mdwn')
-rw-r--r--TWiki/TWikiInstallationGuide.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/TWiki/TWikiInstallationGuide.mdwn b/TWiki/TWikiInstallationGuide.mdwn
index 5067573a..ec73d3a8 100644
--- a/TWiki/TWikiInstallationGuide.mdwn
+++ b/TWiki/TWikiInstallationGuide.mdwn
@@ -4,10 +4,10 @@ These installation steps use the Apache web server on Linux as an example. TWiki
* Request the TWiki distribution (in Unix ZIP format) from <http://TWiki.SourceForge.net/download.html> .
* Create directory `/home/httpd/twiki` and unzip the TWiki distribution to this directory.
-* The `twiki/bin` directory of TWiki must be set as a cgi-bin directory. Add `/home/httpd/twiki/bin` to file `/etc/httpd/conf/http.conf` with only `ExecCGI` option.
-* The `twiki/pub` directory of TWiki must be set so that it is visible as a URL. Add `/home/httpd/twiki` to file `http.conf` with normal access options (copy from `/home/httpd/html` ).
-* Now add `ScriptAlias` for `/twiki/bin` and `Alias` for `/twiki` to file `http.conf` . <br />**_Note:_** The `ScriptAlias` **must** come before the `Alias` in Apache, otherwise it will fail to correctly set up `/twiki/bin/` , due to the fact that it sees that as being just another subdirectory of the `/twiki/` alias.
-* Here are example `http.conf` entries:
+* The `twiki/bin` directory of TWiki must be set as a cgi-bin directory. Add `/home/httpd/twiki/bin` to file `/etc/httpd/httpd.conf` with only `ExecCGI` option.
+* The `twiki/pub` directory of TWiki must be set so that it is visible as a URL. Add `/home/httpd/twiki` to file `httpd.conf` with normal access options (copy from `/home/httpd/html` ).
+* Now add `ScriptAlias` for `/twiki/bin` and `Alias` for `/twiki` to file `httpd.conf` . <br />**_Note:_** _The `ScriptAlias` **must** come before the `Alias` in Apache, otherwise it will fail to correctly set up `/twiki/bin/` , due to the fact that it sees that as being just another subdirectory of the `/twiki/` alias. ([[MichaelBrooks]] 30 Jun 2000)_<br />
+* Here are example `httpd.conf` entries:
ScriptAlias /twiki/bin/ "/home/httpd/twiki/bin/"
Alias /twiki/ "/home/httpd/twiki/pub/"
@@ -241,4 +241,4 @@ directory `twiki/pub/icn/` :
-rw-r--r-- 1 twiki twiki 152 Mar 27 1999 xls.gif
-rw-r--r-- 1 twiki twiki 144 Mar 27 1999 zip.gif
--- [[Main/PeterThoeny]] - 17 Jul 2000 <br />
+-- [[Main/PeterThoeny]] - 27 Jul 2000 <br />