%PDF- %PDF-
| Direktori : /opt/bitnami/apache2/conf/bitnami/ |
| Current File : /opt/bitnami/apache2/conf/bitnami/httpd-micro.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 5 MaxConnectionsPerChild 5000 KeepAliveTimeout 1 </IfModule> <IfModule mpm_event_module> ServerLimit 4 StartServers 2 MinSpareThreads 128 MaxSpareThreads 192 ThreadsPerChild 64 MaxRequestWorkers 256 MaxConnectionsPerChild 5000 KeepAliveTimeout 2 </IfModule> <IfModule mod_passenger.c> PassengerMinInstances 1 # PassengerMaxInstancesPerApp 1 PassengerMaxPoolSize 3 </IfModule>