Changeset 759 for server/fedora/config/etc
- Timestamp:
 - May 22, 2008, 7:30:20 PM (17 years ago)
 - Location:
 - server/fedora/config/etc
 - Files:
 - 
          
- 1 added
 - 1 edited
 
- 
          httpd/conf/httpd.conf (modified) (2 diffs)
 - 
          sysconfig/httpd (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
server/fedora/config/etc/httpd/conf/httpd.conf
r755 r759 8 8 <IfModule mpm_prefork_module> 9 9 MinSpareServers 5 10 MaxSpareServers 2010 MaxSpareServers 50 11 11 StartServers 8 12 MaxClients 256 13 MaxRequestsPerChild 4000 12 ServerLimit 512 13 MaxClients 512 14 MaxRequestsPerChild 100000 14 15 </IfModule> 15 16 … … 18 19 MinSpareThreads 75 19 20 MaxSpareThreads 250 20 ServerLimit 1621 ThreadsPerChild 2522 MaxClients 40023 MaxRequestsPerChild 10000 21 ServerLimit 32 22 ThreadsPerChild 32 23 MaxClients 1024 24 MaxRequestsPerChild 1000000 24 25 </IfModule> 25 26  
Note: See TracChangeset
          for help on using the changeset viewer.
      