More sane defaults, to avoid problems. Addresses #188

This commit is contained in:
ken restivo 2015-11-27 14:40:22 -08:00
parent 16e7ec7bfe
commit aa78d51521

View file

@ -33,4 +33,5 @@ AddType audio/ogg .oga
# Required to keep Apache from hanging waiting for MySql connections # Required to keep Apache from hanging waiting for MySql connections
<IfModule mpm_prefork_module> <IfModule mpm_prefork_module>
GracefulShutdownTimeout 300 GracefulShutdownTimeout 300
MaxRequestWorkers 100
</IfModule> </IfModule>