freebsd-ports/www/apache2
Clement Laforet 17cfbfeee1 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)
2004-01-21 21:21:12 +00:00
..
files - Remove thread support in apr. The code prevents apache from running 2004-01-13 22:12:11 +00:00
distinfo Apache2 PORTREVISION 2: 2004-01-08 17:42:03 +00:00
Makefile Add WITH_PTHREAD_LIBS and WITH_EXPERIMENTAL_THREADS. 2004-01-21 21:21:12 +00:00
Makefile.doc - Per popular request, add "you can you use make show-modules"-like 2004-01-10 22:24:52 +00:00
Makefile.modules Add WITH_PTHREAD_LIBS and WITH_EXPERIMENTAL_THREADS. 2004-01-21 21:21:12 +00:00
pkg-descr
pkg-install
pkg-plist - fix LDAP deps (typo) [1] 2003-11-09 03:22:49 +00:00