From owner-freebsd-current@FreeBSD.ORG Tue Aug 10 20:44:48 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D73621065676 for ; Tue, 10 Aug 2010 20:44:48 +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 53BC78FC18 for ; Tue, 10 Aug 2010 20:44:48 +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 o7AKHhrJ027346; Tue, 10 Aug 2010 16:17:43 -0400 (EDT) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: (from mwlucas@localhost) by bewilderbeast.blackhelicopters.org (8.14.4/8.14.4/Submit) id o7AKHg88027345; Tue, 10 Aug 2010 16:17:42 -0400 (EDT) (envelope-from mwlucas) Date: Tue, 10 Aug 2010 16:17:42 -0400 From: "Michael W. Lucas" To: Bartosz Stec Message-ID: <20100810201742.GA27316@bewilderbeast.blackhelicopters.org> References: <4C613C56.109@kkip.pl> <167291281444030@web94.yandex.ru> <4C61572D.6040308@it4pro.pl> <205091281447980@web138.yandex.ru> <4C615D3C.3090900@kkip.pl> <212391281453805@web73.yandex.ru> <4C6175CB.6020300@kkip.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C6175CB.6020300@kkip.pl> 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]); Tue, 10 Aug 2010 16:17:43 -0400 (EDT) Cc: "Ilya A. Arhipov" , current@freebsd.org Subject: Re: Apache 2.2 port and missing modules on current. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2010 20:44:48 -0000 Hi, This bit me as well. Some experimentation showed that a few apache functions are now compiled in, rather than being modules. Don't know why. Editing httpd.conf to remove the items that were no longer modules restored service. ==ml On Tue, Aug 10, 2010 at 05:52:43PM +0200, Bartosz Stec wrote: > On 2010-08-10 17:23, Ilya A. Arhipov wrote: > >make config and add > >[x] THREADS Enable threads support in APR :) > >and deinstall&& reinstall > > > >10.08.10, 18:07, "Bartosz Stec": > > > Arrgh! My mistake - I showed generic > /usr/ports/www/apache22/Makefile.options instead of > /var/db/ports/apache22/options. So here's the correct one: > > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > # Options for apache-2.2.16 > _OPTIONS_READ=apache-2.2.16 > WITH_THREADS=true > WITHOUT_MYSQL=true > WITHOUT_PGSQL=true > WITHOUT_SQLITE=true > WITH_IPV6=true > WITHOUT_BDB=true > WITH_AUTH_BASIC=true > WITH_AUTH_DIGEST=true > WITH_AUTHN_FILE=true > WITHOUT_AUTHN_DBD=true > WITH_AUTHN_DBM=true > WITH_AUTHN_ANON=true > WITH_AUTHN_DEFAULT=true > WITH_AUTHN_ALIAS=true > WITH_AUTHZ_HOST=true > WITH_AUTHZ_GROUPFILE=true > WITH_AUTHZ_USER=true > WITH_AUTHZ_DBM=true > WITH_AUTHZ_OWNER=true > WITH_AUTHZ_DEFAULT=true > WITH_CACHE=true > WITH_DISK_CACHE=true > WITH_FILE_CACHE=true > WITHOUT_MEM_CACHE=true > WITH_DAV=true > WITH_DAV_FS=true > WITHOUT_BUCKETEER=true > WITHOUT_CASE_FILTER=true > WITHOUT_CASE_FILTER_IN=true > WITHOUT_EXT_FILTER=true > WITHOUT_LOG_FORENSIC=true > WITHOUT_OPTIONAL_HOOK_EXPORT=true > WITHOUT_OPTIONAL_HOOK_IMPORT=true > WITHOUT_OPTIONAL_FN_IMPORT=true > WITHOUT_OPTIONAL_FN_EXPORT=true > WITHOUT_LDAP=true > WITHOUT_AUTHNZ_LDAP=true > WITH_ACTIONS=true > WITH_ALIAS=true > WITH_ASIS=true > WITH_AUTOINDEX=true > WITH_CERN_META=true > WITH_CGI=true > WITH_CHARSET_LITE=true > WITHOUT_DBD=true > WITH_DEFLATE=true > WITH_DIR=true > WITH_DUMPIO=true > WITH_ENV=true > WITH_EXPIRES=true > WITH_HEADERS=true > WITH_IMAGEMAP=true > WITH_INCLUDE=true > WITH_INFO=true > WITH_LOG_CONFIG=true > WITH_LOGIO=true > WITH_MIME=true > WITH_MIME_MAGIC=true > WITH_NEGOTIATION=true > WITH_REWRITE=true > WITH_SETENVIF=true > WITH_SPELING=true > WITH_STATUS=true > WITH_UNIQUE_ID=true > WITH_USERDIR=true > WITH_USERTRACK=true > WITH_VHOST_ALIAS=true > WITH_FILTER=true > WITH_VERSION=true > WITHOUT_PROXY=true > WITH_PROXY_CONNECT=true > WITH_PATCH_PROXY_CONNECT=true > WITHOUT_PROXY_FTP=true > WITHOUT_PROXY_HTTP=true > WITHOUT_PROXY_AJP=true > WITHOUT_PROXY_BALANCER=true > WITHOUT_PROXY_SCGI=true > WITH_SSL=true > WITHOUT_SUEXEC=true > WITHOUT_SUEXEC_RSRCLIMIT=true > WITH_REQTIMEOUT=true > WITHOUT_CGID=true > > And just for case output of of apr1 options file: > > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > # Options for apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.9_1 > _OPTIONS_READ=apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.9_1 > WITH_THREADS=true > WITH_IPV6=true > WITH_BDB=true > WITH_GDBM=true > WITHOUT_LDAP=true > WITHOUT_MYSQL=true > WITHOUT_NDBM=true > WITHOUT_PGSQL=true > WITHOUT_SQLITE=true > WITH_DEVRANDOM=true > > > As you see, threads are enabled in both, but still it shouldn't have any > effect on mod_cache, but only on mod_mem_cache, which is _disabled_. > > -- > Bartosz Stec > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" -- Michael W. Lucas mwlucas@BlackHelicopters.org http://www.MichaelWLucas.com/, http://blather.MichaelWLucas.com/ New book available: Network Flow Analysis http://www.networkflowanalysis.com/