ฉันเพิ่งติดตั้ง Apache 2.4.7 (Ubuntu) บนระบบ Ubuntu 14.04 LTS ของฉันและไม่เห็นการตั้งค่า prefork หรือผู้ปฏิบัติงานใน /etc/apache2/apache2.conf พวกเขายังไม่ได้กำหนดไว้สำหรับโฮสต์เสมือนเริ่มต้น ฉันควรตั้งค่าตัวเองใน apache2.conf เช่นนี้หรือไม่?
<IfModule mpm_prefork_module>
StartServers 2
MinSpareServers 2
MaxSpareServers 5
MaxClients 200 #must be customized
ServerLimit 200 #must be customized
MaxRequestsPerChild 100
</IfModule>
conf.d
/etc/apache2/
เป็นไปได้อย่างไร?