Bác nào pro giải thích dùm e mấy trường trong file httpd.conf Có một số trường không hiểu?
1. ServerTokens OS
2. PidFile run/httpd.pid
3. Timeout 120
4. KeepAlive Off
5. MaxKeepAliveRequests 100
6. KeepAliveTimeout 15
7. <IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 4000
8.<IfModule worker.c>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
9. Listen 80
10. UseCanonicalName Off
11. <Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
Vẫn còn nhiều tham số khác nữa. Mong mọi người giải thích. Nếu các bác hỏi tại sao không đọc tiếng anh. Thì e đã đọc hết rùi. Nhưng vẫn chưa hiểu kỹ cho lắm. Thanks!!!!!!!!!!
1. ServerTokens OS
2. PidFile run/httpd.pid
3. Timeout 120
4. KeepAlive Off
5. MaxKeepAliveRequests 100
6. KeepAliveTimeout 15
7. <IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 4000
8.<IfModule worker.c>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
9. Listen 80
10. UseCanonicalName Off
11. <Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
Vẫn còn nhiều tham số khác nữa. Mong mọi người giải thích. Nếu các bác hỏi tại sao không đọc tiếng anh. Thì e đã đọc hết rùi. Nhưng vẫn chưa hiểu kỹ cho lắm. Thanks!!!!!!!!!!
Comment