Liew CheonFong
Basic Pleskian
I am looking to change the MaxClients setting in apache config (apache2.conf) but the file only has "MaxKeepAliveRequests" setting.
the following is the result when I run command: grep Max /etc/apache2/*
Should I manually add it into apache2.conf ?
the following is the result when I run command: grep Max /etc/apache2/*
/etc/apache2/apache2.conf:# MaxKeepAliveRequests: The maximum number of requests to allow
/etc/apache2/apache2.conf:MaxKeepAliveRequests 100
grep: /etc/apache2/conf-available: Is a directory
grep: /etc/apache2/conf-enabled: Is a directory
grep: /etc/apache2/mods-available: Is a directory
grep: /etc/apache2/modsecurity.d: Is a directory
grep: /etc/apache2/mods-enabled: Is a directory
grep: /etc/apache2/plesk.conf.d: Is a directory
grep: /etc/apache2/sites-available: Is a directory
grep: /etc/apache2/sites-enabled: Is a directory
/etc/apache2/apache2.conf:MaxKeepAliveRequests 100
grep: /etc/apache2/conf-available: Is a directory
grep: /etc/apache2/conf-enabled: Is a directory
grep: /etc/apache2/mods-available: Is a directory
grep: /etc/apache2/modsecurity.d: Is a directory
grep: /etc/apache2/mods-enabled: Is a directory
grep: /etc/apache2/plesk.conf.d: Is a directory
grep: /etc/apache2/sites-available: Is a directory
grep: /etc/apache2/sites-enabled: Is a directory
Should I manually add it into apache2.conf ?