So I install, via MCC, the owncloud server: Took a bit of messing around to get a static ip on my home network.
Then I point browser at http://MYipaddy/owncloud which brought up the admin page: I tried to set the data directory as /home/owncloud/data. That failed due to permissions, I found on the web this command
- Code: Select all
chown -R apache:apache /home/owncloud/data
Which then let me get past the admin page. Now im stuck on post setup check with:
- Code: Select all
Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken.
Please double check the installion guides
So, I've checked the log, and this seems to be the issue:
- Code: Select all
{"app":"core","message":"isWebDAVWorking: NO - Reason: [CURL] Error while making request: Connection timed out after 10004 milliseconds (error code: 28) (sabre_DAV_Exception)", "level":2,"time....etc
So, was my change of permissions the right thing to do? How do I proceed regarding this WebDAV issue?