Running Apache2 with nice

See here.

Basically, edit /usr/sbin/apache2ctl and in start) add nice:

nice $HTTPD ${APACHE_ARGUMENTS} -k $ARGV

Leave a Reply