There are 2 errors I noticed with the installation instructions,
TWikiInstallationGuide:
1. The example httpd.conf creates a server where you can access the data directory as a URL. I recommend the following approach. It shortens the URLs because everything starts with /twiki/ instead of /twiki/bin/, and it only exposes pub/.
ScriptAlias /twiki/ "/home/httpd/twiki/bin/"
Alias /twiki-pub/ "/home/httpd/twiki/pub/"
You have to change wikicfg.pm, of course. But I can't figure out how to avoid the Forbidden error when accessing
http://host/twiki/
2. Under "Test if the twiki/bin directory is cgi-enabled", the second step is to execute "testenv". It does not work at this point. 3 steps down is where you make bin/* executable.
--
DanKionka - 15 Jan 2001
1: isdebatable, will leave as it is.
2: Is updated. Thanks for the note.
--
PeterThoeny - 02 Dec 2001