Skip to content

Instantly share code, notes, and snippets.

@messi89
Last active April 13, 2018 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save messi89/37b3643a0dea217199dd2c95d7afe8cc to your computer and use it in GitHub Desktop.
Save messi89/37b3643a0dea217199dd2c95d7afe8cc to your computer and use it in GitHub Desktop.
Owncloud + ISPConfig : Fix for "No 'Authorization: Basic' header found"
if you have a webdav authentication problem with your owncloud instance on an ispconfig server, this gist is for you
Go to your site->options->Apache Directive and add :
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
Don't forget to increase max upload values, site->options-> custom php.ini :
post_max_size = 512M
upload_max_filesize = 512M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment