This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ownCloud

I'm trying to get ownCloud running. The client sync works over my lan.
Over the internet, via astaro 8.306, it won't.
I've set up a real and virtual webserver. No firewall profile (or blank).

In the log is the next line:
mod_url_hardening_request_filter(): Unexpected error: String unparsed_uri 'owncloud.~~~.nl/.../testfile.txt' doesn't start with a slash


Does this points at url hardening? I don't have url hardening selected.


This thread was automatically locked due to age.
  • update:
    Astaro support logged in to my ASG220 to analyse. Then moved my ticked to 2nd level support. Another tech person had al look at the ASG, and moved the ticket to development support team.
    We just have to be patient until they find the bug.
  • update:
    Astaro support logged in to my ASG220 to analyse. Then moved my ticked to 2nd level support. Another tech person had al look at the ASG, and moved the ticket to development support team.
    We just have to be patient until they find the bug.


    Thanks for the update!
  • update:

    If the client requests a file, a GET request with a absolute URI is used e.g.:
    GET http://owncloud.domain.com/owncloud/remote.php/webdav/clientsync/test.txt

    In this case the client receives a server error for the request, because reverse proxy cannot handle the absolute URI correctly.
    The browser based client does not use absolute URI’s therefore the download works properly. Usually only http proxy requests from clients do contain the complete URL.

    Astaro dev will look into this.