Re: [bsdgrep] -w option matches part of words (Was: Apache 2.2 port and missing modules on current.)

2010-08-23 Thread Bartosz Stec
On 2010-08-10 23:39, Bartosz Stec wrote: On 2010-08-10 23:12, Gabor Kovesdan wrote: Em 2010.08.10. 19:45, Anonymous escreveu: Seems like APACHE_MODULES is incorrectly populated. $ make -V APACHE_MODULES BATCH= GREP=${LOCALBASE-/usr/local}/bin/grep | fgrep cache ...cache disk_cache fi

Re: [bsdgrep] -w option matches part of words (Was: Apache 2.2 port and missing modules on current.)

2010-08-10 Thread Philip M. Gollucci
On 8/10/2010 5:12 PM, Gabor Kovesdan wrote: Em 2010.08.10. 19:45, Anonymous escreveu: Seems like APACHE_MODULES is incorrectly populated. $ make -V APACHE_MODULES BATCH= GREP=${LOCALBASE-/usr/local}/bin/grep | fgrep cache ...cache disk_cache file_cache... $ make -V APACHE_MODULES BATCH= | fgrep

Re: [bsdgrep] -w option matches part of words (Was: Apache 2.2 port and missing modules on current.)

2010-08-10 Thread Bartosz Stec
On 2010-08-10 23:12, Gabor Kovesdan wrote: Em 2010.08.10. 19:45, Anonymous escreveu: Seems like APACHE_MODULES is incorrectly populated. $ make -V APACHE_MODULES BATCH= GREP=${LOCALBASE-/usr/local}/bin/grep | fgrep cache ...cache disk_cache file_cache... $ make -V APACHE_MODULES BAT

Re: [bsdgrep] -w option matches part of words (Was: Apache 2.2 port and missing modules on current.)

2010-08-10 Thread Gabor Kovesdan
Em 2010.08.10. 19:45, Anonymous escreveu: Seems like APACHE_MODULES is incorrectly populated. $ make -V APACHE_MODULES BATCH= GREP=${LOCALBASE-/usr/local}/bin/grep | fgrep cache ...cache disk_cache file_cache... $ make -V APACHE_MODULES BATCH= | fgrep cache ...disk_cache file_cache.

Re: Apache 2.2 port and missing modules on current.

2010-08-10 Thread Michael W. Lucas
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 wro

[bsdgrep] -w option matches part of words (Was: Apache 2.2 port and missing modules on current.)

2010-08-10 Thread Anonymous
Bartosz Stec writes: ># /usr/local/etc/rc.d/apache22 start >Performing sanity check on apache22 configuration: >httpd: Syntax error on line 68 of >/usr/local/etc/apache22/httpd.conf: Cannot load >/usr/local/libexec/apache22/mod_cache.so into server: Cannot open >"/usr/loca

Re: Apache 2.2 port and missing modules on current.

2010-08-10 Thread Bartosz Stec
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/apach

Re: Apache 2.2 port and missing modules on current.

2010-08-10 Thread Bartosz Stec
W dniu 2010-08-10 14:40, Ilya A. Arhipov pisze: pls show: pkg_info -xL apache | grep mod_cache # pkg_info -xL apache | grep mod_cache /usr/local/share/doc/apache22/mod/mod_cache.html.ja.utf8 /usr/local/share/doc/apache22/mod/mod_cache.html.ko.euc-kr /usr/local/share/doc/apache22/mo

Re: Apache 2.2 port and missing modules on current.

2010-08-10 Thread Bartosz Stec
W dniu 2010-08-10 15:46, Ilya A. Arhipov pisze: hm, u see it ? if !defined(WITH_THREADS) WITHOUT_MODULES+= mem_cache show all Makefile.options mod_cache != mod_mem_cache Makefile.options: AUTH_BASIC "Enable mod_auth_basic" ON \ AUTH_DIGEST "Enable mod_auth_digest" ON \

Re: Apache 2.2 port and missing modules on current.

2010-08-10 Thread Bartosz Stec
W dniu 2010-08-10 14:40, Ilya A. Arhipov pisze: pls show: pkg_info -xL apache | grep mod_cache # pkg_info -xL apache | grep mod_cache /usr/local/share/doc/apache22/mod/mod_cache.html.ja.utf8 /usr/local/share/doc/apache22/mod/mod_cache.html.ko.euc-kr /usr/local/share/doc/apache22/mo

Apache 2.2 port and missing modules on current.

2010-08-10 Thread Bartosz Stec
Guys, I'm interested if anyone of you can reproduce my problem with apache22 port on CURRENT before I eventually send PR. # uname -a FreeBSD serwer.obsysa.net 9.0-CURRENT FreeBSD 9.0-CURRENT #8: Mon Aug 9 19:51:38 CEST 2010 nc...@serwer.obsysa.net:/usr/obj/usr/src/sys/ATHLON9