Hide Forgot
# # The default processing model (MPM) is the process-based # 'prefork' model. A thread-based model, 'worker', is also # available, but does not work with some modules (such as PHP). # The service must be stopped before changing this variable. # #HTTPD=/usr/sbin/httpd.worker Searching to switch to worker mode, I notice than this comment is still present but have no effect (keeping old behavior have been great, don't know if $HTTP in ExecStart line will work) I think this comment should be removed. Perhaps a new comment (for those used to change this) about how to switch to worker mode, which is, I think: systemctl stop httpd.service systemctl disable httpd.service systemctl enable httpd-worker.service systemctl start httpd-worker.service Really a "minor" documentation bug
Thanks Remi, done for f17: http://pkgs.fedoraproject.org/gitweb/?p=httpd.git;a=commitdiff;h=e52873b84d1f0440b55d09d321c59bb0242b3d81