diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2000-11-25 08:11:28 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2000-11-25 08:11:28 +0000 |
commit | 08d7c7f1e16b467a6c7121591610eb7bddf8e61a (patch) | |
tree | 6c5962bc8dca023ab820884353d7686f2561d50c /TWiki/TWikiInstallationGuide.mdwn | |
parent | e7115a2af0f2e7433e6bbe4d919cf2c21effc9dd (diff) |
none
Diffstat (limited to 'TWiki/TWikiInstallationGuide.mdwn')
-rw-r--r-- | TWiki/TWikiInstallationGuide.mdwn | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/TWiki/TWikiInstallationGuide.mdwn b/TWiki/TWikiInstallationGuide.mdwn index f6f8e4ab..bf44bb9a 100644 --- a/TWiki/TWikiInstallationGuide.mdwn +++ b/TWiki/TWikiInstallationGuide.mdwn @@ -48,18 +48,18 @@ Installation steps: * 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. <br /> * Here are example `httpd.conf` entries: - ScriptAlias /twiki/bin/ "/home/httpd/twiki/bin/" - Alias /twiki/ "/home/httpd/twiki/pub/" - <Directory "/home/httpd/twiki/bin"> - Options +ExecCGI - SetHandler cgi-script - Allow from all - </Directory> - <Directory "/home/httpd/twiki/pub"> - Options FollowSymLinks +Includes - AllowOverride None - Allow from all - </Directory> +<pre> Script<nop>Alias /twiki/bin/ "/home/httpd/twiki/bin/" + Alias /twiki/ "/home/httpd/twiki" + &lt;Directory "/home/httpd/twiki/bin"&gt; + Options +ExecCGI + Set<nop>Handler cgi-script + Allow from all + &lt;/Directory&gt; + &lt;Directory "/home/httpd/twiki/pub"&gt; + Options Follow<nop>Sym<nop>Links +Includes + Allow<nop>Override None + Allow from all + &lt;/Directory&gt;</nop></nop></nop></nop></nop></pre> * Restart Apache by `/etc/rc.d/rc5.d/S85httpd restart` . * Test if the `twiki/bin` directory is cgi-enabled: @@ -278,4 +278,4 @@ Directory `twiki/pub/icn/` : -rw-rw-r-- 1 twiki twiki 152 Mar 9 1999 xls.gif -rw-rw-r-- 1 twiki twiki 144 Mar 9 1999 zip.gif --- [[Main/PeterThoeny]] - 13 Nov 2000 <br /> +-- [[Main/PeterThoeny]] - 24 Nov 2000 <br /> |