The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniFocus > OmniFocus Syncing > Other WebDAV
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Lion Server for WebDav Thread Tools Search this Thread Display Modes
Good morning!

I have successfully configured LionServer to sync with OF for Mac. When I use the same information in OF iPhone, I get an error 403 PROPFIND Forbidden.

The share is set up to allow iOS (WebDav) access.

The same directory/share works from the iPhone with a program called Notebooks, synced via WebDAV.

Thanks for help!
Wolfgang K.
 
Can I expect the same problems with SL-Server?
I'd like the synch with my box via WebDAV, if it's not a to big headache.
thanks
quwx
 
WebDAV in ML is working "from the box".
 
### UPDATE: I was able to successfully sync after moving the share to the boot HD (Macintosh HD)... originally I had the share pointed to a drive named 'Internal Storage'... I think the space in the name may be causing issues. If I have time I will assess the risk of modifying the name of the drive to exclude spaces and see if it corrects the issue. ###

----
Is it? I just installed a fresh copy of Mac OS X Server 10.8 with updates to 10.8.3 and sync is not functioning. I am getting the following error:

The <insert server name here> server returned "forbidden" (403) in response to a request to "MOVE /omnifocus/OmniFocus.ofocus-copy-in-progress-c66Nc9dP0gj/



Below is a copy of the default settings for httpd_webdavsharing.conf:

#
# Apache Config for WebDAV Sharing
# Activated and deactivated by com.apple.webapp.webdavsharing webapp
#

RegisterResource "WebDAV Sharing: %c %s" / main webdav
RewriteEngine On
RewriteOptions inherit
<Location /webdav>
Allow from all
AuthType Digest
AuthName "UserWebDAV Gateway"
Require valid-user
RewriteEngine On
RewriteRule (.*)/webdav/(.*) /$2 [DPI]
RewriteCond %{REMOTE_USER} (.+)
RewriteRule (.*) ${webdavmap:%1}$1 [P,DPI,CO=WebDAVClient:TRUE:%{SERVER_NAME},L]
</Location>
RewriteRule ^/webdav$ /
RewriteCond %{HTTP_COOKIE} WebDAVClient [OR]
RewriteCond %{REQUEST_METHOD} (OPTIONS|PROPFIND)
RewriteCond %{REQUEST_URI} !^/principals/.*
RewriteCond %{REQUEST_URI} !^/calendars/.*
RewriteCond %{REQUEST_URI} !^/addressbooks/.*
RewriteRule (.*) /webdav/$1 [PT,DPI]

Last edited by sfmacintosh; 2013-03-22 at 01:54 PM..
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mountain Lion Server 10.8 for WebDAV sfmacintosh Other WebDAV 6 2013-04-24 05:46 AM
WebDAV working on Mountain Lion Server, .ics calendar file gives error viticci Other WebDAV 0 2012-12-04 10:39 AM
Anyone able to connect via caldav to lion server? fbonomo OmniPlan General 0 2011-11-19 10:56 AM
WebDAV Lion Server joelande OmniPlan General 0 2011-11-02 12:01 PM
Can't connect to caldav account with Lion Server 10.7.2 fbonomo OmniPlan General 1 2011-10-26 03:40 PM


All times are GMT -8. The time now is 09:04 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.