Date: Sat, 18 Mar 2006 10:04:26 -0500 From: stan <stanb@panix.com> To: FreeBSD Ports List <freebsd-ports@FreeBSD.ORG> Subject: FW: Help please getting twiki from ports configured corectly Message-ID: <20060318150426.GA31709@teddy.fas.com>
next in thread | raw e-mail | index | archive | help
I'm trying to get twiki working. I've installed from ports. I put the follwing in /usr/local/etc/apache/ ScriptAlias /twiki/bin/ "/usr/local/www/twiki/bin/" Alias /twiki/ "/usr/local/www/twiki/" <Directory "/usr/local/www/twiki/bin"> Options +ExecCGI SetHandler cgi-script Allow from all SetEnv USER "www" </Directory> <Directory "/usr/local/www/twiki/pub"> Options FollowSymLinks +Includes AllowOverride None Allow from all </Directory> And I've put the following in /usr/local/www/data/index.html href="twiki/bin/cgi-bin/view/Main/WebHome/">Knowledge Base</a> <p><a href="twiki/">Twiki Docs</a> But when I follow the first link, I get page saying that "Main/Webhome" does not exist. It offers to allow me to create it, and if I click on that link, I'm taken to a form, where I can set things up. But when I try to commit the changes, I get a message about not having permission to do this. Ive made certain that every thing under /usr/local/www/twiki is owned by user www, and is group www, so I think it's a twiki issue, and not a filesystem permissions issue. Can some on help me get over this hurdle? Thnaks. -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060318150426.GA31709>