From owner-freebsd-questions@FreeBSD.ORG Wed Jul 28 16:44:47 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 356E6106567A for ; Wed, 28 Jul 2010 16:44:47 +0000 (UTC) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: from bewilderbeast.blackhelicopters.org (bewilderbeast.blackhelicopters.org [198.22.63.8]) by mx1.freebsd.org (Postfix) with ESMTP id CFBB98FC1B for ; Wed, 28 Jul 2010 16:44:46 +0000 (UTC) Received: from bewilderbeast.blackhelicopters.org (localhost [127.0.0.1]) by bewilderbeast.blackhelicopters.org (8.14.4/8.14.4) with ESMTP id o6SGKiXO070441 for ; Wed, 28 Jul 2010 12:20:44 -0400 (EDT) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: (from mwlucas@localhost) by bewilderbeast.blackhelicopters.org (8.14.4/8.14.4/Submit) id o6SGKhqF070440 for questions@freebsd.org; Wed, 28 Jul 2010 12:20:43 -0400 (EDT) (envelope-from mwlucas) Date: Wed, 28 Jul 2010 12:20:43 -0400 From: "Michael W. Lucas" To: questions@freebsd.org Message-ID: <20100728162043.GA51024@bewilderbeast.blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.4.2.3i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.5 (bewilderbeast.blackhelicopters.org [127.0.0.1]); Wed, 28 Jul 2010 12:20:44 -0400 (EDT) Cc: Subject: apache22 build problem: cgi disabled X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2010 16:44:47 -0000 Hi, I'm running a July 26 -current/amd64, both ports and userland, and it seems that the newest apache22 doesn't build a lot of modules, such as mod_cgi, mod_cache, etc. /var/db/ports/apache22/options includes (among other things): WITH_CGI=3Dtrue make.conf defines only perl and sendmail.mc. The port's config.log shows: $ ./configure --prefix=3D/usr/local --enable-layout=3DFreeBSD --with-perl= =3D/usr/local/bin/perl5.8.9 --with-port=3D80 --with-expat=3D/usr/local --wi= th-iconv=3D/usr/local --enable-http --with-pcre=3D/usr/local --with-apr=3D/= usr/local/bin/apr-1-config --with-apr-util=3D/usr/local/bin/apu-1-config --= disable-authn-file --disable-authn-default --disable-authz-host --disable-a= uthz-groupfile --disable-authz-user --disable-authz-default --disable-auth-= basic --disable-charset-lite --disable-include --disable-log-config --disab= le-env --disable-setenvif --disable-mime --disable-status --disable-autoind= ex --disable-asis --disable-cgid --disable-cgi --disable-negotiation --disa= ble-dir --disable-imagemap --disable-actions --disable-userdir --disable-al= ias --disable-filter --disable-proxy --disable-proxy-connect --disable-prox= y-ftp --disable-proxy-http --disable-proxy-ajp --disable-proxy-balancer --d= isable-proxy-scgi --disable-reqtimeout --enable-so --enable-mods-shared=3Da= uth_basic auth_digest authn_file authn_dbm authn_anon authn_default authn_a= lias authz_host authz_groupfile authz_user authz_dbm authz_owner authz_defa= ult disk_cache file_cache dav dav_fs actions alias asis autoindex cern_meta= charset_lite deflate dir dumpio env expires headers imagemap include info = log_config logio mime mime_magic negotiation rewrite setenvif speling statu= s unique_id userdir usertrack vhost_alias version reqtimeout proxy_connect = ssl --with-dbm=3Dsdbm --with-ssl=3D/usr --disable-ipv6 --with-devrandom --w= ith-mpm=3Dprefork --prefix=3D/usr/local --mandir=3D/usr/local/man --infodir= =3D/usr/local/info/ --build=3Damd64-portbld-freebsd9.0 There's a --disable-cgi in there, but no cgi listed after --enable-mods. So, my FreeBSD options are set to enable CGI, but they aren't making it down to the Apache build process. Am I doing something daft here, or should I file a PR? Thanks, =3D=3Dml --=20 Michael W. Lucas mwlucas@BlackHelicopters.org http://www.MichaelWLucas.com/, http://blather.MichaelWLucas.com/ New book available: Network Flow Analysis http://www.networkflowanalysis.com/