|
From: Kenneth H. <kj...@ya...> - 2015-09-25 15:50:37
|
Hi Thomas
Thanks for that...looking at an upgrade of EGW sometime soon, and its really appreciated that fixes are posted for future reference!
cheersKen
From: Tom Plancon <tpl...@bk...>
To: egr...@li...
Sent: Tuesday, September 22, 2015 8:04 AM
Subject: [eGroupWare-users] Get Mozilla Thunderbird/Lightning Calendar to work with EGW - SOLVED!
Hi All,
I have been struggling with this for a while. Kept getting a request for a password, I would put it in then another request etc.. Strange thing is sometimes it would work and an event would be added, but then the Tbird calendar would be set to read only! Set it back to read-write and the calendar would go out of sync....
Anyway, I could not find a clear answer in any one place, but I put the following together and it works smoothly!
I'm running EGW 14.2.005 on CentOS 6.7.
You must do all of this as "root"!
Go to /usr/share/egroupware and open up the file egroupware.htaccess for editing, I used VIM. You should see a line "ReWriteEngine On" followed by lines containing several ReWriteRule and ReWriteCond statements. At the end of those start a new line and add the following line:
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
Save the file and exit. Copy the egroupware.htaccess file to .htaccess in the same directory.
Go to the folder /etc/httpd/conf.d . Open the file egroupware.conf for editing. Find the section that starts with <Directory /usr/share/egroupware/>. In that section should be a line that reads "AllowOverride None". Change that to read "AllowOverride FileInfo". Save the file and exit.
Restart the apache web server: service httpd restart.
You are done! I hope this is helpful to someone!
--
#yiv5079181428 body {font-family:'Gill Sans MT', 'arial', 'helvetica';}#yiv5079181428 .yiv5079181428name {font-size:14px;font-weight:bold;line-height:1.0em;color:#2a56a4;}#yiv5079181428 .yiv5079181428address {width:140px;text-align:justify;font-size:14px;line-height:1.0em;color:#2a56a4;}#yiv5079181428 .yiv5079181428info {font-size:14px;line-height:1.0em;color:#2a56a4;}#yiv5079181428 .yiv5079181428cntct {word-spacing:2px;font-size:14px;line-height:1.0em;color:#2a56a4;}#yiv5079181428 .yiv5079181428message {word-spacing:2px;font-size:18px;line-height:1.0em;color:#FF0000;}Thomas E. Plancon
CAD/IS Manager
B K A Architects, Inc.
142 Crescent Street
Brockton, MA 02302 tel: 508 . 583 . 5603 ext 313
fax: 508 . 584 . 2914
www.bkaarchitects.com
------------------------------------------------------------------------------
_______________________________________________
eGroupWare-users mailing list
eGr...@li...
https://lists.sourceforge.net/lists/listinfo/egroupware-users
|