Re: [SLUG] Calendar Server

2009-05-07 Thread Sridhar Dhanapalan
2009/5/1 Nigel Allen d...@edrs.com.au:
 Greetings

 We are looking for a calendar server for a client.

Zimbra is working well for us. It is a full groupware suite, which is
great if you want that kind of convenience/integration, but probably a
tad extreme if you just want a calendar server. It has a very nice Web
client (feels almost like a desktop app) and supports a range of open
protocols (so you can hook into it with Thunderbird, etc. very
easily).

If you want something really easy, you could sync to Google Calendar
(recognising that you're handing control of your data to Google).


-- 
Bring choice back to your computer.
http://www.linux.org.au/linux
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] XBitHack

2009-05-07 Thread david

I've got this snippet in apache config:

Directory /var/www/test/
Options +Includes XBitHack full  IncludesNOEXEC
/Directory


da...@david:/etc/apache2$ sudo /etc/init.d/apache2 reload
Syntax error on line 17 of /etc/apache2/sites-enabled/000-default:
Illegal option XBitHack
   ...fail!
da...@david:/etc/apache2$


mod-include is enabled
/var/www/test does exist

can anyone give me a clue about why XBitHack doesn't work?

thanks

David.
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] XBitHack

2009-05-07 Thread Kyle

MUST HIT Reply to All

MUST HIT Reply to All


Kind Regards

Kyle



Kyle wrote:

Don't you need to have a global directive for that to work.

Namely,

XBitHack On



Kind Regards

Kyle



david wrote:

I've got this snippet in apache config:

Directory /var/www/test/
Options +Includes XBitHack full  IncludesNOEXEC
/Directory


da...@david:/etc/apache2$ sudo /etc/init.d/apache2 reload
Syntax error on line 17 of /etc/apache2/sites-enabled/000-default:
Illegal option XBitHack
   ...fail!
da...@david:/etc/apache2$


mod-include is enabled
/var/www/test does exist

can anyone give me a clue about why XBitHack doesn't work?

thanks

David.



--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Re: XBitHack

2009-05-07 Thread Rob Weir
On  8 May 2009, da...@kenpro.com.au wrote:
 I've got this snippet in apache config:

 Directory /var/www/test/
 Options +Includes XBitHack full  IncludesNOEXEC
 /Directory

 da...@david:/etc/apache2$ sudo /etc/init.d/apache2 reload
 Syntax error on line 17 of /etc/apache2/sites-enabled/000-default:
 Illegal option XBitHack
 ...fail!
 da...@david:/etc/apache2$

 mod-include is enabled

Are you /sure/?

-- 
-rob

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] XBitHack

2009-05-07 Thread Erik de Castro Lopo
Kyle wrote:

 MUST HIT Reply to All

Actually, many people consider Reply to All a pain in the neck.

Its much better to use Reply to List if your mail client supports
it.

Cheers,
Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Re: XBitHack

2009-05-07 Thread Matthew Hannigan
On Fri, May 08, 2009 at 01:13:39PM +1000, Rob Weir wrote:
 On  8 May 2009, da...@kenpro.com.au wrote:
  I've got this snippet in apache config:
 
  Directory /var/www/test/
  Options +Includes XBitHack full  IncludesNOEXEC
  /Directory
 
  da...@david:/etc/apache2$ sudo /etc/init.d/apache2 reload
  Syntax error on line 17 of /etc/apache2/sites-enabled/000-default:
  Illegal option XBitHack
  ...fail!
  da...@david:/etc/apache2$
 
  mod-include is enabled
 
 Are you /sure/?

Innit mod_ssi ?


-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Re: XBitHack

2009-05-07 Thread david



Rob Weir wrote:

On  8 May 2009, da...@kenpro.com.au wrote:

I've got this snippet in apache config:

Directory /var/www/test/
Options +Includes XBitHack full  IncludesNOEXEC
/Directory

da...@david:/etc/apache2$ sudo /etc/init.d/apache2 reload
Syntax error on line 17 of /etc/apache2/sites-enabled/000-default:
Illegal option XBitHack
...fail!
da...@david:/etc/apache2$

mod-include is enabled


Are you /sure/?



I'm learned never to be sure, but I did this:

$ sudo a2enmod include

/etc/apache2/mods-enabled/include exists, and I have restarted apache2

sudo a2dismod lists the include module.

Is there another way to check?
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Re: XBitHack

2009-05-07 Thread david



Matthew Hannigan wrote:

On Fri, May 08, 2009 at 01:13:39PM +1000, Rob Weir wrote:

On  8 May 2009, da...@kenpro.com.au wrote:

I've got this snippet in apache config:

Directory /var/www/test/
Options +Includes XBitHack full  IncludesNOEXEC
/Directory

da...@david:/etc/apache2$ sudo /etc/init.d/apache2 reload
Syntax error on line 17 of /etc/apache2/sites-enabled/000-default:
Illegal option XBitHack
...fail!
da...@david:/etc/apache2$

mod-include is enabled

Are you /sure/?


Innit mod_ssi ?




I'm not sure what this should do.. I'm using Ubuntu/Debian which uses a2enmod to 
set up modules, followed by apache2 reload. Am I missing something?


thanks...
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html