%PDF- %PDF-
| Direktori : /opt/bitnami/apache2/conf/bitnami/ |
| Current File : /opt/bitnami/apache2/conf/bitnami/httpd-small.conf |
# # Bitnami Apache Configuration # Copyright 2020 Bitnami.com All Rights Reserved # # Note: This file will be modified on server size changes # <IfModule mpm_prefork_module> StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxRequestWorkers 15 MaxConnectionsPerChild 5000 KeepAliveTimeout 2 </IfModule> <IfModule mpm_event_module> ServerLimit 8 StartServers 3 MinSpareThreads 192 MaxSpareThreads 384 ThreadsPerChild 64 MaxRequestWorkers 512 MaxConnectionsPerChild 5000 </IfModule> <IfModule mod_passenger.c> PassengerMinInstances 1 # PassengerMaxInstancesPerApp 2 PassengerMaxPoolSize 6 </IfModule>