Gentoo Archives: gentoo-server

From: Denis Bondar <bondario@×××××.com>
To: gentoo-server@l.g.o
Cc: gentoo-user-de@l.g.o
Subject: Re: [gentoo-server] Nginx dav-ext webdav the gentoo way
Date: Mon, 23 Apr 2012 07:04:33
Message-Id: CACCusKKKgyPRu4WMhBmZqPNY7O79N3SjaJqg=MrURaDtDwZEJw@mail.gmail.com
In Reply to: [gentoo-server] Nginx dav-ext webdav the gentoo way by "Norman Rieß"
1 Hi Norman-
2
3 The Gentoo way is to create your own ebuild in your PORTDIR_OVERLAY.
4 For example, I needed the auth_ldap in nginx. The final diff for my ebuild
5 was look like https://gist.github.com/2469281
6
7
8
9 On 22 April 2012 15:15, Norman Rieß <norman@×××××××××.org> wrote:
10
11 > -----BEGIN PGP SIGNED MESSAGE-----
12 > Hash: SHA1
13 >
14 > Hello,
15 >
16 > i am running an OwnCloud instance on my nginx webserver.
17 > The problem is, nginx seems not to implement the OPTIONS and PROPFIND
18 > methods of webdav. But these methods are needed to run OwnCloud webdav.
19 > There is a nginx-ext-dav module, which supports these methods but this
20 > module seems not to be in the nginx ebuild or in the portage tree.
21 >
22 > So what is the gentoo way here? I would rather like to avoid compiling
23 > nginx myself, breaking the update process of portage.
24 > I did not find an overlay containing this, but franky, i did not
25 > really know how to search for that.
26 >
27 > Have any of you done this and how?
28 >
29 > Thank you.
30 >
31 > Regards,
32 > Norman
33 > -----BEGIN PGP SIGNATURE-----
34 > Version: GnuPG v2.0.17 (GNU/Linux)
35 > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
36 >
37 > iQEcBAEBAgAGBQJPk+hOAAoJEMCA6frkLT6zk30H/2fSPGTZMV2WI8a33NtNV3cq
38 > WVGGPhXFC/mQ36E8sSNC/nSnYnHghXoifB41l8yZOTJ3Yt/7qwwE+3uV7D+SJFZJ
39 > IjzGovj3Yx1Io6xEyUwfu6yCwcToWqLD5FMFFQUMAa/JJsWUHjAnexaPQRMLYxE4
40 > tuBZZay/oRrq8ACy61d4n11tKOm/ZvHcYs5yhgKMOYpBzHXyLakkkbdkuVUK35pg
41 > GDvw29IxQ7hQgZt2Cf2SWTsXS/WcsxhAPbUkVMwumWQoEIagzCAA82T+GKL6PtN6
42 > Z7u2sWHes3bNX3Lzg+NArOLsg0v7lxWWxJZrpUJO3LV9SqbsIU/a1cbmNh7n0Vw=
43 > =/aV7
44 > -----END PGP SIGNATURE-----
45 >
46 >
47
48
49 --
50 Kind regards,
51 Denis Bondar

Replies

Subject Author
Re: [gentoo-server] Nginx dav-ext webdav the gentoo way "Norman Rieß" <norman@×××××××××.org>