Hello,
i am using a wordpress droplet and i wanted to install owncloud on the server. I used the apt-get install owncloud and run the installation via browser. The problem is, that after the installation i got following error:
Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. Please double check the installation guides.
Do you have some tips where i should adopt my apache conf or rights?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
The WordPress one-click image provides some extra security by locking down a number of features not needed by WordPress. We’ll need to edit the Apache configuration for OwnCloud in order to allow the WebDAV interface.
Open the configuration with:
nano /etc/apache2/conf-enabled/owncloud.conf
and add the following inside of the Directory block:
<LimitExcept GET POST OPTIONS>
Allow from all
</LimitExcept>
Then restart Apache with:
sudo service apache2 restart
You should now be all set to go!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.