We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You need to opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
Tags:
create new tag
, view all tags

Question

I'm trying to install TWiki on Mac OS X 10.0 retail release, and look at it over a local network.

From my other client computer, I am not seeing the wikiHome.gif image when I (successfully) run the testenv script. It gives me a message saying $pubUrlPath /twiki/pub, but the /twiki/pub/wikiHome.gif image is broken.

I have set up the entry in httpd.conf as follows,

<Directory "/Library/WebServer/twiki/pub">
   Options FollowSymLinks +Includes
   AllowOverride None
   Allow from all
</Directory>
I have set pub to 777 "drwxrwxrwx"

so why isn't pub getting through?

Thanks!

  • TWiki version: 20001201
  • Web server:Apache/1.3.14 (Darwin)
  • Server OS: Mac OSX 10.0.1

-- GeorgeGirton - 06 Apr 2001

Answer

In your httpd.conf file, do you have a line like:

Alias /twiki/pub/ "/Library/WebServer/twiki/pub"?

-- EdgarBrown - 12 Apr 2001

Answer

Yes, thanks. I didn't have the line. After adding it I still don't see it, but get an error message from Apache which suggests changing it to

Alias /twiki/pub/ "/Library/WebServer/twiki/pub/"

and then sure enough I can see the little image. Whether everything else works must await my configuration of rcs, which I (believe I have in the meantime) discovered does not come with OS X. (See RCSConfigurationOnMacOSX.)

-- GeorgeGirton - 14 April 2001

See TWikiOnMacOSX for more hints on using TWiki with MacOS X.

-- RichardDonkin - 21 Jan 2004

Topic revision: r9 - 21 Jan 2004 - 10:46:32 - RichardDonkin
 
TWIKI.NET
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