aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
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