Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: guestHH on July 03, 2002, 06:11:39 PM

Title: twiggi how-to....?
Post by: guestHH on July 03, 2002, 06:11:39 PM
Hi,

Is there a how-to available for the latest twiggi?

I followed the instructions on the neddix site but still no luck.

Anybody?

Thanks,
guestHH
Title: Re: twiggi how-to....?
Post by: Ulises Ruiz on July 03, 2002, 06:53:14 PM
Hello RequestedDeletion try this:

http://www.star-support.com/downloads/mitel/contrib/twiggy/
Title: Re: twiggi how-to....?
Post by: guestHH on July 03, 2002, 09:31:02 PM
Hi Ulisus,

but that's just the tar.gz file. I'm looking for a real How-to.

Thanks anyway!

Regards,
guestHH
Title: Re: twiggi how-to....?
Post by: guestHH on July 04, 2002, 11:53:21 AM
So what's the problem?

- I've installed twiggi as per instructions on the neddix site.
- I've installed the tarball in /opt/roffice and set all the permissions
- I've entered /opt/roffice as basedir in twiggi.conf
- I've created a template fragment for http just like the one for sherpath
  Alias       /office         /opt/roffice


  AddType application/x-httpd-php .php .php3 .phtml
  Options Indexes +Includes FollowSymLinks
  AllowOverride Options FileInfo
  order deny,allow
  deny from all
  allow from all
 

- I've expanded httpd.conf and restarted httpd
- I've created the database as per instructions and it's there incl. tables and user etc

That's it I think.

Now when I go to https://mydomain.com/office, i'm presented a certificate. After that a blanco page....

So I serching for my error's / left out's / missing things.

Any idea?

Thanks,
guestHH
Title: Re: twiggi how-to....?
Post by: Paul T.C.Fung on July 20, 2002, 07:51:11 PM
May be you can try this :

Create a file call "98twiggi" in "/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/"
#-------------------------------------------
# twiggi 1.10.3
#-------------------------------------------

Alias /roffice /opt/groupware/twiggi


    RequireSSL on
    AddType application/x-httpd-php .php .php3 .phtml
    #note: with the 'Indexes' option, the directories content is listed
    # if you go to /sherpath/config, but denied if 'Indexes' is remove
    Options +Includes FollowSymLinks
    order deny,allow
    deny from all
    allow from all


#------------------------------------------

It work fine for me.

Best Regards,

Paul T.C.Fung