Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 2010 16:17:42 -0400
From:      "Michael W. Lucas" <mwlucas@blackhelicopters.org>
To:        Bartosz Stec <admin@kkip.pl>
Cc:        "Ilya A. Arhipov" <pa36ouHu4er@yandex.ru>, current@freebsd.org
Subject:   Re: Apache 2.2 port and missing modules on current.
Message-ID:  <20100810201742.GA27316@bewilderbeast.blackhelicopters.org>
In-Reply-To: <4C6175CB.6020300@kkip.pl>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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"<admin@kkip.pl>:
> >
> 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/



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