hi guys.
Ha luitjes
vbulletin recommended me some changes to my httpd.conf;
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 1
en
<IfModule mpm_prefork_module>
StartServers 15
MinSpareServers 15
MaxSpareServers 20
ServerLimit 256
MaxClients 150
MaxRequestsPerChild 1000
</IfModule>
where do i edit this? because these settings were/are located in the httpd-mpm.conf and not in the httpd.conf etc? but httpd.conf says i cannot change them in the included files because they can be rewritten?
Can i just add them to the httpd.conf?
does that then afterwards interfere with the included files?
thanks
Ha luitjes
vbulletin recommended me some changes to my httpd.conf;
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 1
en
<IfModule mpm_prefork_module>
StartServers 15
MinSpareServers 15
MaxSpareServers 20
ServerLimit 256
MaxClients 150
MaxRequestsPerChild 1000
</IfModule>
where do i edit this? because these settings were/are located in the httpd-mpm.conf and not in the httpd.conf etc? but httpd.conf says i cannot change them in the included files because they can be rewritten?
Can i just add them to the httpd.conf?
does that then afterwards interfere with the included files?
thanks