r3 - 02 Dec 2001 - 10:28:03 - PeterThoenyYou are here: TWiki >  Codev Web > InstallationNotesErrors
Tags:
, create new tag
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

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r3 < r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback SourceForge.net Logo