Tags:
archive_me1Add my vote for this tag create new tag
, view all tags
Bug: Home Directory of twiki was not accessable after following installation instructions.

In the installation notes its sets up the alias and access in apache, based on the twiki/pub dir. But this setup does not let ...somehost/twiki work, so change the alias to be on /twiki (not no trailing slash).

To make that work I seemed to need to put the twiki/bin entry 1st.

-- MathewBoorman - 24 Apr 2000


Mathew, could you change the TWikiInstallationNotes topic directly? I am not sure I understand all details you are pointing out.

-- PeterThoeny - 24 Apr 2000


Done, now to delete this Topic smile

-- MathewBoorman - 24 Apr 2000

In my TWiki20001201.zip (received on 2000-11-23 so it is a future bug) the installation notes example still has Alias /twiki/ "/home/httpd/twiki/pub/" the "pub/" should be removed.

-- GruBert - 23 Nov 2000

Either way is fine I believe:

  • Specify Alias /twiki/ "/home/httpd/twiki/pub/",
    and in wikicfg.pm set $pubUrlPath = "/twiki"; , or
  • Specify Alias /twiki/ "/home/httpd/twiki/",
    and in wikicfg.pm set $pubUrlPath = "/twiki/pub";

-- PeterThoeny - 24 Apr 2000

Topic revision: r5 - 2000-11-25 - 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.