CD / home / chhotar -zxvf apache_versionx.tar.gz cd apache_versionx./configure --prefix = / usr / local / apache_versionx --enable-module = so make make install
Apache's default maximum process number under Linux is 256, no matter how httpd.conf cannot exceed this limit anyway. If you want to increase this limit, edit /Home/tmp/apache/src/include/httpd.h before compiling Apache, change the #define hard_server_limit 256 and then compile Apache.