I
n
the RedHat-based Linux distributions, Apache webserver is configured to
run with the prefork module by default; however, you can switch it to
"worker" if you decide that this would suit your needs better. Usually,
it is sufficient to uncomment this directive in the /etc/sysconfig/httpd file:
# grep HTTPD= /etc/sysconfig/httpd
#HTTPD=/usr/sbin/httpd.worker
and restart Apache
/etc/init.d/httpd restart
No comments:
Post a Comment