I use this command: yum install apache2-mpm-worker
with no success. Searching on google also not found
Thanks.
-
Uncomment the httpd.worker line in /etc/sysconfig/httpd:
# 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.workerCheers
From Jason -
I've done that and restarted apache. I do an httpd -l and it only shows the prefork.c not the worker.c . I have checked the sbin directory and know for a fact the httpd.worker file exists. ANy other ideas?
From mrmartinblue
0 comments:
Post a Comment