"Doug MacEachern" <[EMAIL PROTECTED]> wrote:
> why is it on freebsd --with-mpm=worker actually compiles the prefork mpm?
> i just tried building on icarus with the 2.0.37 tarball, same thang with
> 2.0.36
>
> % cat config.nice
> #! /bin/sh
> #
> # Created by configure
>
> CFLAGS="-g"; export CFLAGS
> "./configure" \
> "--prefix=/home/dougm/apache2-worker" \
> "--with-mpm=worker" \
> "$@"
>
> % ~/apache2-worker/bin/httpd -V
> Server version: Apache/2.0.37
> Server built: Jun 11 2002 10:18:20
> Server's Module Magic Number: 20020602:1
> Architecture: 32-bit
> Server compiled with....
> -D APACHE_MPM_DIR="server/mpm/prefork"
> ...
>
> % ~/apache2-worker/bin/httpd -l | grep prefork
> prefork.c
Hmm.. The latest HEAD distribution works great on solaris with worker
$ /opt/apache/bin/httpd -l | grep worker
worker.c
$
Pier