Added the SecDisableBackendCompression directive

This commit is contained in:
ivanr
2010-03-19 20:00:59 +00:00
parent b784acd316
commit 98982e2962
5 changed files with 54 additions and 2 deletions

View File

@@ -477,6 +477,8 @@ struct directory_config {
/* Request character encoding. */
const char *request_encoding;
int disable_backend_compression;
};
struct error_message {