My OSX client app is constantly making request to my webserver (NGINX). But it is always returning errors in the log file. Owncloud is however working just fine and I don’t understand why the client app is making those requests ? How can I fix this ?
this doesn’t look like an issue with the desktop client or ownCloud itself. To me the message seems to be related to some web server / nginx configuration issue. Have you tried to search the meaning of this message outside of the ownCloud scope (e.g. nginx tutorials) on how to solve these?
A) from what i know WebDAV requests are used by the sync client for normal operations like discovering existing files, uploading new files and similar.
B) i think you first need to research (as pointed out previously) whats the meaning of the log messages in your nginx logs before thinking on how to fix these.
The thing is that everything works! I’m not noticing any functional issues when using owncloud.
But I still get the errors in nginx error log. So I was hoping someone with good knowledge of NGINX + OWNCLOUD, could point me in the right direction. I’m using the nginx configuration exactly as published in the owncloud documentation.
Maybe you can wait a few days/weeks more to see if you get some additional answers of other users. If not (which i think could happen as i don’t think that the message is related to ownCloud at all) you could try to look for users with knowledge on nginx at:
Tom, I really find it incorrect that you just say it has nothing to do with Owncloud. Owncloud depends on a webserver (Apache or Nginx), PHP and a DB. Specific configuration of the webserver, PHP or MYSQL is important in order for Owncloud to function properly. So each of those components can break Owncloud functionality. You can’t see them separate and say it has nothing to do with Owncloud. That’s just too easy … And if I could find the answer on Google, I wouldn’t be posting my question here.
Anyway, I’ve found a solution by myself. It seems like a SOCKET connection with PHP-FPM does not work very well with Owncloud + NGINX. I fixed it by configuring a TCP connection instead. Check instructions here
i think its correct what i’m trying to say. That the solution is to correct the nginx configuration to solve this malfunction within nginx causing the errors seems to confirm this.
From what i know this forums is mainly used to give support for ownCloud. PHP, nginx and similar are only components which are used by ownCloud. While you can ask question for those components here i think you can find users more familiar with these components at e.g. https://nginx.org/en/support.html or similar support channels.
Such channels have way more experienced users for the components then here, these probably have easily pointing you to the solution on how to fix your nginx web server like you have found out.