Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started 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
-
Hello RequestedDeletion try this:
http://www.star-support.com/downloads/mitel/contrib/twiggy/
-
Hi Ulisus,
but that's just the tar.gz file. I'm looking for a real How-to.
Thanks anyway!
Regards,
guestHH
-
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
-
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