https://bz.apache.org/bugzilla/show_bug.cgi?id=65158

--- Comment #22 from Yann Ylavic <[email protected]> ---
Thanks.

Please now start httpd with:
$ sudo strace -o strace.out /usr/local/httpd/bin/httpd -X -f
/usr/local/httpd/conf/myhttpd.conf
(this will keep httpd attached to the terminal, with ^C to stop it)

Then run wget (from another terminal/machine) and attach the "strace.out" file
here.

> Since this was not necessary with my previous build without your
> buildconf-command and also is not necessary in the archlinux-distributed
> apache, I'd like to know:
> 
> - does buildconf lead to a configuration with preloaded or static
> mpm-Module, which is not prefork?

You can use:
$ ./configure --with-mpm=prefork ...
to select the default MPM at build time.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to