Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2018 19:25:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 227122] www/nginx: switching on http_dav_module doesn't change a thing
Message-ID:  <bug-227122-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227122

            Bug ID: 227122
           Summary: www/nginx: switching on http_dav_module doesn't change
                    a thing
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: joneum@FreeBSD.org
          Reporter: che@bein.link
             Flags: maintainer-feedback?(joneum@FreeBSD.org)
          Assignee: joneum@FreeBSD.org

Created attachment 191988
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D191988&action=
=3Dedit
nginx options

Here are the options I used to compile nginx:
(see nginx-options I attached)
And here's what the newly installed nginx binary thinks about how it was
configured:
% /usr/local/sbin/nginx -V
nginx version: nginx/1.12.2
built with OpenSSL 1.0.2k-freebsd  26 Jan 2017
TLS SNI support enabled
configure arguments: --prefix=3D/usr/local/etc/nginx --with-cc-opt=3D'-I
/usr/local/include' --with-ld-opt=3D'-L /usr/local/lib'
--conf-path=3D/usr/local/etc/nginx/nginx.conf --sbin-path=3D/usr/local/sbin=
/nginx
--pid-path=3D/var/run/nginx.pid --error-log-path=3D/var/log/nginx/error.log
--user=3Dwww --group=3Dwww --modules-path=3D/usr/local/libexec/nginx --with=
-file-aio
--with-threads --without-mail_imap_module --without-mail_pop3_module
--without-mail_smtp_module
--http-client-body-temp-path=3D/var/tmp/nginx/client_body_temp
--http-fastcgi-temp-path=3D/var/tmp/nginx/fastcgi_temp
--http-proxy-temp-path=3D/var/tmp/nginx/proxy_temp
--http-scgi-temp-path=3D/var/tmp/nginx/scgi_temp
--http-uwsgi-temp-path=3D/var/tmp/nginx/uwsgi_temp
--http-log-path=3D/var/log/nginx/access.log --with-http_addition_module
--with-http_auth_request_module --with-http_flv_module
--with-http_gunzip_module --with-http_gzip_static_module
--with-http_random_index_module --with-http_realip_module --with-pcre
--with-http_secure_link_module --with-http_slice_module --with-http_ssl_mod=
ule
--with-http_stub_status_module --with-http_sub_module --with-http_v2_module
--with-stream_ssl_module
--add-module=3D/wrkdirs/usr/ports/www/nginx/work/nginx-dav-ext-module-0.1.0
--with-stream=3Ddynamic
--add-dynamic-module=3D/wrkdirs/usr/ports/www/nginx/work/ngx_devel_kit-0.3.0
--add-dynamic-module=3D/wrkdirs/usr/ports/www/nginx/work/nginx-auth-ldap-42=
d195d
--add-dynamic-module=3D/wrkdirs/usr/ports/www/nginx/work/ngx_http_auth_pam_=
module-1.5.1
--add-dynamic-module=3D/wrkdirs/usr/ports/www/nginx/work/ngx-fancyindex-0.4=
.2
--add-dynamic-module=3D/wrkdirs/usr/ports/www/nginx/work/lua-nginx-module-0=
.10.11

Let me be even more specific here:
% /usr/local/sbin/nginx -V 2>&1 | grep with-http_dav_module
%

As you can see, no webdav support whatsoever. How did the person who last
"fixed" the port manage to break this?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227122-13>