Changeset 972 for server/fedora


Ignore:
Timestamp:
Feb 11, 2009, 4:39:36 AM (15 years ago)
Author:
geofft
Message:
Uncommitted changes to httpd.conf.

These seem to involve performance and mod_status.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/config/etc/httpd/conf/httpd.conf

    r842 r972  
    1919    MinSpareThreads 75
    2020    MaxSpareThreads 250
    21     ServerLimit 32
     21    ServerLimit 64
    2222    ThreadsPerChild 32
    2323    MaxClients 1024
     24    MaxRequestsPerChild 10000
     25</IfModule>
     26
     27<IfModule mpm_event_module>
     28    StartServers 3
     29    MinSpareThreads 75
     30    MaxSpareThreads 250
     31    ServerLimit 64
     32    ThreadsPerChild 32
     33    MaxClients 2048
    2434    MaxRequestsPerChild 10000
    2535</IfModule>
     
    5363LoadModule mime_module modules/mod_mime.so
    5464#LoadModule dav_module modules/mod_dav.so
    55 #LoadModule status_module modules/mod_status.so
     65LoadModule status_module modules/mod_status.so
    5666LoadModule autoindex_module modules/mod_autoindex.so
    5767#LoadModule info_module modules/mod_info.so
     
    252262RLimitCPU 60 60
    253263RLimitMEM 536870912 536870912
    254 RLimitNPROC 1024 1024
     264RLimitNPROC 4096 4096
    255265
    256266SetEnv REDIRECT_STATUS CGI
     
    266276DocumentRoot /afs/athena.mit.edu/contrib/scripts/www
    267277
    268 #ExtendedStatus On
     278ExtendedStatus On
    269279RewriteEngine Off
    270280
Note: See TracChangeset for help on using the changeset viewer.