This is a discussion on Changing to worker mpm from default mpm within the Apache Web Server forums, part of the Web Server and Related Forums category; i installed apache in default mpm mode. now i want to change it worker mpm mode. could you plz give ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
thrisank@gmail.com wrote:
> i installed apache in default mpm mode. > now i want to change it worker mpm mode. > could you plz give me an idea to change? > check /etc/sysconfig/httpd the binary points to /usr/sbin/httpd standard,,.. you want it pointing to /usr/sbin/httpd.worker Pete P.S. if you are working with PHP,.. DON'T use this.. php has a hard time working with a threded apache. |