-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One file sync error: Service Temporarily Unavailable #1258
Comments
@gnobal Can you see what the server replies on that request? You can see that in the server @DeepDiver1975 is it possible that the file name is rejected by the server? |
In access.log I see:
In error.log I see:
And it looks like this is the culprit.... some security module on the server recognizes this as if it were some kind of attempt of an attack. Is it something that can be solved in ownCloud? I'm sure other users would run into this. If not, I will contact Dreamhost. |
yes, that's what I expected. Modsecurity does not permit that. Nothing to be fixed within ownCloud. Closing, sorry... |
Hopefully I'll be able to set a rule in .htaccess to disable ModSecurity for ownCloud. Thanks for the quick response! |
Ran into another problem if mod_security is enabled: owncloud/core#6396 |
I'm trying to sync a backup of a my Wordpress blog to ownCloud. One of the files (that comes with every installation of Wordpress, I believe) is"
The file seems innocent enough, but for some reason I keep getting an error just for it. The error in the desktop client is:
Client:
OS: Ubuntu 13.10 (fully updated)
Desktop client version: 1.4.2
Server:
Web server: Apache (host is Dreamhost. Can't find the version number)
PHP version:
ownCloud: 5.0.13 (up to date)
I believe I updated it once, but I don't remember from which version. It's a relatively recent install. Definitely started with version 5
config.php:
No apps installed
Log:
And later own in the log:
Hopefully I posted all the relevant details. If I have to guess I would say that the errno 10014 is the suspect here, but I really have no clue. Also, this only happens for one file out of about 4000 files.
The text was updated successfully, but these errors were encountered: