In 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:
and restart Apache
# grep HTTPD= /etc/sysconfig/httpd
#HTTPD=/usr/sbin/httpd.worker
/etc/init.d/httpd restart
Please refer the link
http://kb.parallels.com/en/113007 for furtherinformation.
No comments:
Post a Comment