Tags:
create new tag
, view all tags
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

Topic revision: r3 - 2001-12-02 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.