cvs commit: ports/www/apache2 Makefile Makefile.modules
Clement LAFORET
clement at FreeBSD.org
Wed Jan 21 13:21:14 PST 2004
clement 2004/01/21 13:21:13 PST
FreeBSD ports repository
Modified files:
www/apache2 Makefile Makefile.modules
Log:
Add WITH_PTHREAD_LIBS and WITH_EXPERIMENTAL_THREADS.
These options are for people who want to directly link
apache against libkse and libthr.
Usage:
WITH_EXPERIMENTAL_THREADS=YES
Overrides default pthread detection behaviour.
WITH_PTHREAD_LIBS={kse;thr}
Lets you choose your pthread lib.
Don't even try to use "c_r"...
*** These options are unsupported ***
But all gdb backtraces are welcome :-)
AFAIK, apache works well, but mod_php4 (worker MPM) behavior
is quite funny.
All modules which use apr mutexes may crash with KSE.
Since I'm working on it, if you have coredumps, feel free
to send me the backtrace (you must compile libkse, apache
and modules with debugging symbols).
Don't forget to set kern.sugid_coredump to 1.
(using CoreDumpDirectory in httpd.conf can help too)
Revision Changes Path
1.164 +2 -0 ports/www/apache2/Makefile
1.8 +4 -1 ports/www/apache2/Makefile.modules
More information about the cvs-all
mailing list