Welcome! Log In Create A New Profile

Advanced

Re: Setting up a webDAV server

January 01, 2022 02:34PM
Being that you are using Opensuse I think the answer is no but do you SELINUX enabled? Usually when a file permission doesn't solve the problem for me then it is some "policy" feature I don't know about.

I do the file 777 permission during testing to debug something but I can't think of a case when it ever was the right solution.







  Original Message  


From: nginx-forum@forum.nginx.org
Sent: January 1, 2022 8:00 AM
To: nginx@nginx.org
Reply-to: nginx@nginx.org
Subject: Re: Setting up a webDAV server


Thanks for your help Maxim, but I am afraid that I still can't get PUT to
work.
File permissions are fine, so I assume that my nginx.conf is still wrong:

location calendar {
    root html/calendar;
    dav_methods PUT DELETE MKCOL COPY MOVE;
    dav_access group:rw all:r;

    limit_except GET {
allow 172.21.42.0/24;
deny all;
    }

Which still produces '405 Not Allowed' with PUT (reading is fine)

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,293215,293220#msg-293220

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Setting up a webDAV server

BonVonKnobloch December 31, 2021 06:59AM

Re: Setting up a webDAV server

Maxim Dounin December 31, 2021 09:50AM

Re: Setting up a webDAV server

BonVonKnobloch January 01, 2022 11:00AM

Re: Setting up a webDAV server

gariac January 01, 2022 02:34PM

Re: Setting up a webDAV server

BonVonKnobloch January 02, 2022 05:00AM

Re: Setting up a webDAV server

Francis Daly January 02, 2022 07:28AM

Re: Setting up a webDAV server

BonVonKnobloch January 02, 2022 08:51AM

Re: Setting up a webDAV server

Francis Daly January 03, 2022 06:54AM

Re: Setting up a webDAV server

BonVonKnobloch January 06, 2022 12:00PM

Re: Setting up a webDAV server

Maxim Dounin January 02, 2022 10:30AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 153
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready