aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorken restivo <ken@restivo.org>2015-11-27 14:40:22 -0800
committerken restivo <ken@restivo.org>2015-11-27 14:40:22 -0800
commitaa78d51521132cf38e8c6a52cd01345e41f67905 (patch)
tree2c6ac9eb841f484cc768d4f37a4d0bba90c3f906 /.htaccess
parent16e7ec7bfea0de778d5eb0d0f5ab5a51aa10c480 (diff)
downloadvolse-hubzilla-aa78d51521132cf38e8c6a52cd01345e41f67905.tar.gz
volse-hubzilla-aa78d51521132cf38e8c6a52cd01345e41f67905.tar.bz2
volse-hubzilla-aa78d51521132cf38e8c6a52cd01345e41f67905.zip
More sane defaults, to avoid problems. Addresses #188
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 3bc14d74d..237e0caef 100644
--- a/.htaccess
+++ b/.htaccess
@@ -33,4 +33,5 @@ AddType audio/ogg .oga
# Required to keep Apache from hanging waiting for MySql connections
<IfModule mpm_prefork_module>
GracefulShutdownTimeout 300
+ MaxRequestWorkers 100
</IfModule> \ No newline at end of file