rse 99/08/12 04:25:31
Modified: mpm 00README_FIRST_REALLY Log: Update my hint Revision Changes Path 1.5 +2 -17 apache-2.0/mpm/00README_FIRST_REALLY Index: 00README_FIRST_REALLY =================================================================== RCS file: /home/cvs/apache-2.0/mpm/00README_FIRST_REALLY,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- 00README_FIRST_REALLY 1999/07/10 18:20:15 1.4 +++ 00README_FIRST_REALLY 1999/08/12 11:25:30 1.5 @@ -5,23 +5,8 @@ - Dean -You can build for 1.3 preforking via: - -$ ./configure \ - --set-rule=MPM_METHOD:prefork - --disable-module=status - --disable-module=include - --disable-module=cgi - -and for the MPM pthreading stuff via: - -$ ./configure \ - --set-rule=MPM_METHOD:mpmt_pthread - --disable-module=status - --disable-module=include - --disable-module=cgi - -(on some systems you also need ``CFLAGS=-pthread LDFLAGS=-pthread'' !!) +Read README.rse for some hints from me. +Read config.option for some predefined situations. - Ralf