Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2004 13:21:13 -0800 (PST)
From:      Clement LAFORET <clement@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/apache2 Makefile Makefile.modules
Message-ID:  <200401212121.i0LLLDKg069288@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401212121.i0LLLDKg069288>