increase suhosin $_GET length limit

This commit is contained in:
Friendika 2011-03-30 05:10:22 -07:00
parent 04cd865cc9
commit 89df2b19ce
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ Options -Indexes
AddType application/x-java-archive .jar AddType application/x-java-archive .jar
AddType audio/ogg .oga AddType audio/ogg .oga
php_value suhosin.get.max_value_length = 2048
<FilesMatch "\.(out|log)$"> <FilesMatch "\.(out|log)$">
Deny from all Deny from all
</FilesMatch> </FilesMatch>