aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TWiki/TWikiInstallationGuide.mdwn26
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"
+ &amp;lt;Directory "/home/httpd/twiki/bin"&amp;gt;
+ Options +ExecCGI
+ Set<nop>Handler cgi-script
+ Allow from all
+ &amp;lt;/Directory&amp;gt;
+ &amp;lt;Directory "/home/httpd/twiki/pub"&amp;gt;
+ Options Follow<nop>Sym<nop>Links +Includes
+ Allow<nop>Override None
+ Allow from all
+ &amp;lt;/Directory&amp;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 />