diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2000-04-25 17:44:48 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2000-04-25 17:44:48 +0000 |
commit | 2dc8fc6429884554b09dc888466d39dc664a2b7c (patch) | |
tree | 6f3d5b54e0a62e438cec69ca818f87b32387ccbb | |
parent | d5fc7b3408f218efe1c06886d344831d434fa33c (diff) |
none
-rw-r--r-- | TWiki/TWikiInstallationGuide.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TWiki/TWikiInstallationGuide.mdwn b/TWiki/TWikiInstallationGuide.mdwn index 99b27cea..50769d11 100644 --- a/TWiki/TWikiInstallationGuide.mdwn +++ b/TWiki/TWikiInstallationGuide.mdwn @@ -5,8 +5,8 @@ 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 `/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/pub` to `/etc/httpd/conf/access.conf` with normal access options (copy from /home/httpd/html). -* Now add `Alias` for `/twiki/pub` and `ScriptAlias` for `/twiki/bin` to `/etc/httpd/conf/srm-conf` . +* 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` . * 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."` |