From dd3de2f1853d1a073168f26484a276fd65cada14 Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Thu, 25 May 2000 01:08:56 +0000 Subject: [PATCH] none --- TWiki/TWikiInstallationGuide.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TWiki/TWikiInstallationGuide.mdwn b/TWiki/TWikiInstallationGuide.mdwn index db8a35f..1b7b4dc 100644 --- a/TWiki/TWikiInstallationGuide.mdwn +++ b/TWiki/TWikiInstallationGuide.mdwn @@ -6,7 +6,7 @@ These installation steps use the Apache web server on Linux as an example. TWiki - 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 `/etc/httpd/conf/access.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 `/etc/httpd/conf/access.conf` with normal access options (copy from /home/httpd/html). -- Now add `Alias` for `/twiki` and `ScriptAlias` for `/twiki/bin` to `/etc/httpd/conf/srm-conf` . +- Now add `ScriptAlias` for `/twiki/bin` and `Alias` for `/twiki` to `/etc/httpd/conf/srm-conf` . Example:
`ScriptAlias /twiki/bin/ /home/httpd/twiki/bin/`
`Alias /twiki/ /home/httpd/twiki/` - Restart Apache by `/etc/rc.d/rc5.d/S85httpd restart` . - Test if the `twiki/bin` directory is cgi-enabled: - Enter the URL of that directory into your browser ( `http://your.domain.com/twiki/bin` ). It is not set correctly as cgi-bin in case you get something like `"Index of /twiki/bin"` . It is OK if you get a message like `"Forbidden. You don't have permission to access /twiki/bin/ on this server."` @@ -226,4 +226,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 --- [[PeterThoeny]] - 21 Apr 2000
+-- [[PeterThoeny]] - 24 May 2000
-- 1.9.4