Changeset 25255 in main
- Timestamp:
- 05/16/22 06:44:01 (6 weeks ago)
- Location:
- adopters/nm/trunk/src/main/serverconfigs/sas_server_dohr2simnmibis1/apache_httpd
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/trunk/src/main/serverconfigs/sas_server_dohr2simnmibis1/apache_httpd/extra/httpd-mpm.conf
r24362 r25255 104 104 # MaxConnectionsPerChild: maximum number of connections a server process serves 105 105 <IfModule mpm_winnt_module> 106 ThreadsPerChild 250 107 MaxConnectionsPerChild 0 106 # ThreadsPerChild 150 107 ThreadsPerChild 1024 108 MaxConnectionsPerChild 8192 108 109 </IfModule> 109 110 -
adopters/nm/trunk/src/main/serverconfigs/sas_server_dohr2simnmibis1/apache_httpd/httpd.conf
r24449 r25255 61 61 62 62 #Increase Connection Timeout Value to 15 minutes (900 seconds) 63 TimeOut 90063 TimeOut 600 64 64 65 65 # … … 175 175 #LoadModule socache_memcache_module modules/mod_socache_memcache.so 176 176 #LoadModule socache_redis_module modules/mod_socache_redis.so 177 #LoadModule socache_shmcb_module modules/mod_socache_shmcb.so177 LoadModule socache_shmcb_module modules/mod_socache_shmcb.so 178 178 #LoadModule speling_module modules/mod_speling.so 179 #LoadModule ssl_module modules/mod_ssl.so179 LoadModule ssl_module modules/mod_ssl.so 180 180 #LoadModule status_module modules/mod_status.so 181 181 #LoadModule substitute_module modules/mod_substitute.so … … 328 328 # 329 329 #LogLevel debug 330 LogLevel warn 330 #LogLevel warn 331 #LogLevel ssl:trace5 332 Loglevel warn 331 333 332 334 <IfModule log_config_module> … … 585 587 586 588 # Virtual hosts 587 #Include conf/extra/httpd-vhosts.conf589 Include conf/extra/httpd-vhosts.conf 588 590 589 591 # Local access to the Apache HTTP Server Manual … … 602 604 603 605 # Secure (SSL/TLS) connections 604 #Include conf/extra/httpd-ssl.conf606 Include conf/extra/httpd-ssl.conf 605 607 # 606 608 # Note: The following must must be present to support
Note: See TracChangeset
for help on using the changeset viewer.