diff options
author | Ryan Bloom <rbb@apache.org> | 2001-02-25 18:00:10 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-02-25 18:00:10 +0100 |
commit | 857eecb68c874e56f054363f9e11b26876353a26 (patch) | |
tree | 8545963d983e1d3d92931c9024f199a8e2ea734d /INSTALL | |
parent | Don't assume that the byterange filter will always be called more than (diff) | |
download | apache2-857eecb68c874e56f054363f9e11b26876353a26.tar.xz apache2-857eecb68c874e56f054363f9e11b26876353a26.zip |
Add a note about the lack of threads on FreeBSD to the INSTALL file.
Submitted by: Derek Young <bleach@chek.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88321 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -30,6 +30,13 @@ repository, rather than a release distribution, then you must use the "buildconf" script before running configure. + NOTE: If you are building on FreeBSD, you should add the argument + --with-mpm=prefork to the configure line. The Apache Group + has discovered that threads do not work well with Apache + on FreeBSD. For that reason, we disable threads by default + on FreeBSD, and you need to build the prefork MPM. If you wish + to try to make threads work on FreeBSD, they can be re-enabled + by using --enable-threads 2. Requirements ------------ |