From owner-freebsd-ports-bugs@freebsd.org Thu Feb 18 22:30:16 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64CF8AADDEB for ; Thu, 18 Feb 2016 22:30:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55906ADB for ; Thu, 18 Feb 2016 22:30:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IMUG6O038289 for ; Thu, 18 Feb 2016 22:30:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207317] www/apache22 missing some modules [2016Q1 branch] Date: Thu, 18 Feb 2016 22:30:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: florian.heigl@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 22:30:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207317 Bug ID: 207317 Summary: www/apache22 missing some modules [2016Q1 branch] Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: florian.heigl@gmail.com Assignee: apache@FreeBSD.org Flags: maintainer-feedback?(apache@FreeBSD.org) After upgrading one test system I noticed a failure in apache22. # service apache22 start=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Performing sanity check on apache22 configuration: httpd: Syntax error on line 72 of /usr/local/etc/apache22/httpd.conf: Cannot load /usr/local/libexec/apache22/mod_proxy.so into server: Cannot open "/usr/local/libexec/apache22/mod_proxy.so" Starting apache22. At first I thought this was modules having become part of apache core, but = no. I tried removing the LoadModule lines and it'll throw an error for ProxyPass directive, so the functionality really isn't there. This is the modules I still see: ls -m /usr/local/libexec/apache22 httpd.exp, mod_actions.so*, mod_alias.so*, mod_asis.so*, mod_auth_basic.so*, mod_auth_digest.so*, mod_authn_alias.so*, mod_authn_anon.so*, mod_authn_dbm.so*, mod_authn_default.so*, mod_authn_file.so*, mod_authz_dbm.so*, mod_authz_default.so*, mod_authz_groupfile.so*, mod_authz_host.so*, mod_authz_owner.so*, mod_authz_user.so*, mod_autoindex.so*, mod_cache.so*, mod_cern_meta.so*, mod_cgi.so*, mod_charset_lite.so*, mod_dav.so*, mod_dav_fs.so*, mod_deflate.so*, mod_dir.so*, mod_disk_cache.so*, mod_dumpio.so*, mod_env.so*, mod_expires.so*, mod_file_cache.so*, mod_filter.so*, mod_headers.so*, mod_imagemap.so*, mod_include.so*, mod_info.so*, mod_log_config.so*, mod_logio.so*, mod_mime.so*, mod_mime_magic.so*, mod_negotiation.so*, mod_reqtimeout.so*, mod_rewrite.so*, mod_setenvif.so*, mod_speling.so*, mod_ssl.so*, mod_status.so*, mod_unique_id.so*, mod_userdir.so*, mod_usertrack.so*, mod_version.so*, mod_vhost_alias.so* So it seems to be very related to the proxy module only. I tried installing mod_proxy_html but that is just an addon and will not ma= ke a difference. I guess this is related to following change: AFFECTS: users of www/apache22, www/apache22-event-mpm, www/apache22-itk-= mpm, www/apache22-peruser-mpm, www/apache22-worker-mpm AUTHOR: ohauer@FreeBSD.org The port use now the options NG framework, this means WITH_xxx directives are no longer valid. Additional: - APR only specific options like THREADS, MYSQL, PGSQL, SQLITE, BDB and IPV6 where removed. - PKGNAME has changed from apache-2... to apache22-2... - PROXY is now a MULTI directive which means at last one additional PROXY_(AJP|BALANCER|CONNECT|FTP|HTTP|SCGI) module is required. I've selected all of those, yet a pkg rquery shows the following: PROXY off off (null) PROXY_AJP off off (null) PROXY_BALANCER off off (null) PROXY_CONNECT off off (null) PROXY_FTP off off (null) PROXY_HTTP off off (null) PROXY_SCGI off off (null) (same for the pkgs.freebsd.org package installed locally) I can say that both the pkgs.freebsd.org package and the one from my own poudriere have this issue, and i re-ran a build after saving back the port options. Please could someone check into this? It *might* be poudriere related but I= 'm not sure of that. 1) is the option enabled in your build 2) is there a makefile hickup that makes it not take effect --=20 You are receiving this mail because: You are the assignee for the bug.=