aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorken restivo <ken@restivo.org>2015-11-27 14:38:29 -0800
committerken restivo <ken@restivo.org>2015-11-27 14:38:29 -0800
commit16e7ec7bfea0de778d5eb0d0f5ab5a51aa10c480 (patch)
tree588343bddea53ee6afbeff5c7a8821f87d3e6419 /.htaccess
parentfce1dc083b0d6d8294463b9e698924f6f53593cd (diff)
downloadvolse-hubzilla-16e7ec7bfea0de778d5eb0d0f5ab5a51aa10c480.tar.gz
volse-hubzilla-16e7ec7bfea0de778d5eb0d0f5ab5a51aa10c480.tar.bz2
volse-hubzilla-16e7ec7bfea0de778d5eb0d0f5ab5a51aa10c480.zip
Safe defaults to prevent #188
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess6
1 files changed, 6 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 7f3935117..3bc14d74d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -28,3 +28,9 @@ AddType audio/ogg .oga
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
</IfModule>
+
+
+# Required to keep Apache from hanging waiting for MySql connections
+<IfModule mpm_prefork_module>
+ GracefulShutdownTimeout 300
+</IfModule> \ No newline at end of file