December 2012
Intermediate to advanced
552 pages
13h 16m
English
# -- Request body handling ----------------------------------------- # Allow ModSecurity to access request bodies. If you don't, # ModSecurity won't be able to see any POST parameters, which opens # a large security hole for attackers to exploit. # SecRequestBodyAccess On # Maximum request body size we will accept for buffering. If you # support file uploads then the value given on the first line has to # be as large as the largest file you are willing to accept. The # second value refers to the size of data, with files excluded. You # want to keep that value as low as practical. # SecRequestBodyLimit 13107200 SecRequestBodyNoFilesLimit 131072 # Store up to 128 KB of request body data in memory. When ...Read now
Unlock full access