aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorken restivo <ken@restivo.org>2015-11-27 16:32:32 -0800
committerken restivo <ken@restivo.org>2015-11-27 16:32:32 -0800
commit216d41cd642890cbfdadc092e5f944d788d91843 (patch)
treecae41117cf28ab50844ec33218be3d012498f615 /.htaccess
parent4af104384b5f97eeacd1426f158304f6956002af (diff)
downloadvolse-hubzilla-216d41cd642890cbfdadc092e5f944d788d91843.tar.gz
volse-hubzilla-216d41cd642890cbfdadc092e5f944d788d91843.tar.bz2
volse-hubzilla-216d41cd642890cbfdadc092e5f944d788d91843.zip
Reverted.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess6
1 files changed, 0 insertions, 6 deletions
diff --git a/.htaccess b/.htaccess
index e22b860fd..5f6414882 100644
--- a/.htaccess
+++ b/.htaccess
@@ -29,9 +29,3 @@ AddType audio/ogg .oga
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
- MaxRequestWorkers 70
-</IfModule> \ No newline at end of file