Compile Apache

xiaoxiao2021-03-06  40

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.

转载请注明原文地址:https://www.9cbs.com/read-55587.html

New Post(0)