Koozali.org: home of the SME Server

twiggi how-to....?

guestHH

twiggi how-to....?
« 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

Ulises Ruiz

Re: twiggi how-to....?
« Reply #1 on: July 03, 2002, 06:53:14 PM »

guestHH

Re: twiggi how-to....?
« Reply #2 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

guestHH

Re: twiggi how-to....?
« Reply #3 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

Paul T.C.Fung

Re: twiggi how-to....?
« Reply #4 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