[httpd/f17] extend comment on switching MPM for f17, #771024

jorton jorton at fedoraproject.org
Mon Apr 30 09:36:15 UTC 2012


commit e52873b84d1f0440b55d09d321c59bb0242b3d81
Author: Joe Orton <jorton at redhat.com>
Date:   Mon Apr 30 10:10:55 2012 +0100

    extend comment on switching MPM for f17, #771024

 httpd.sysconf |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/httpd.sysconf b/httpd.sysconf
index 46230e4..cc3a921 100644
--- a/httpd.sysconf
+++ b/httpd.sysconf
@@ -1,6 +1,20 @@
 # Configuration file for the httpd service.
 
 #
+# Note: With previous versions of httpd, the MPM could be changed by
+# editing an "HTTPD" variable here.  With the current version, that
+# variable is now ignored.  A particular systemd service must be
+# chosen corresponding to the desired MPM:
+#
+#   httpd.service         => prefork MPM
+#   httpd-worker.service  => worker MPM
+#   httpd-event.service   => event MPM
+#
+# Use systemctl to stop/start between MPMs, and to disable/enable
+# whichever service is required to start at boot time.
+#
+
+#
 # To pass additional options (for instance, -D definitions) to the
 # httpd binary at startup, set OPTIONS here.
 #


More information about the scm-commits mailing list