rse 99/08/12 04:25:18
Modified: mpm README.rse
Log:
Hints about the new --with-options=ID stuff...
Revision Changes Path
1.2 +21 -0 apache-2.0/mpm/README.rse
Index: README.rse
===================================================================
RCS file: /home/cvs/apache-2.0/mpm/README.rse,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.rse 1999/08/12 09:02:35 1.1
+++ README.rse 1999/08/12 11:25:17 1.2
@@ -22,6 +22,13 @@
$ make
$ make install
+ Alternative:
+
+ $ cd <ROOT>/apache-mpm/mpm/
+ $ ./configure --with-option=mpm-prefork
+ $ make
+ $ make install
+
o FooBar/OS + Ralf S. Engelschall's GNU Pth + dexter MPM
[the portable hybrid (preforking+prethreading) process model]
@@ -53,6 +60,13 @@
$ make
$ make install
+ Alternative:
+
+ $ cd <ROOT>/apache-mpm/mpm/
+ $ ./configure --with-option=mpm-dexter-pth
+ $ make
+ $ make install
+
o FreeBSD 3.1 + John Birrell's uthread + dexter MPM
[the FreeBSD specific hybrid (preforking+prethreading) process model]
@@ -74,6 +88,13 @@
--disable-module=status \
--disable-module=include \
--disable-module=cgi
+ $ make
+ $ make install
+
+ Alternative:
+
+ $ cd <ROOT>/apache-mpm/mpm/
+ $ ./configure --with-option=mpm-dexter-uthread
$ make
$ make install