Changes

From Amahi Wiki
Jump to: navigation, search
613 bytes removed ,  13:23, 6 April 2014
'''NOTE:''' Some clients may require that the name have the ical extension, e.g. Home.ics; you may need to experiment.
 
== Amahi 7 (Fedora 19) Fix ==
The Calender server is broken ([https://bugs.amahi.org/issues/1339 Amahi bug 1339]). Below you will find a manual solution that will correct the problem.
 
* As root user, edit this file:
vi /etc/httpd/conf.d/03-calendar.conf
 
* Comment out the following lines:
<pre>#AllowOverride AuthConfig
Order allow,deny
Allow from all</pre>
 
* Add these lines afterwards:
<pre>Options Indexes FollowSymLinks MultiViews
AllowOverride AuthConfig
Require all granted</pre>
 
* Restart the web server:
systemctl restart httpd.service
 
Now you should be able to publish and access your calendar.
== Publishing URL ==
12,424

edits