diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-12-31 02:38:36 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-12-31 02:38:36 +0000 |
commit | acecc7c2513d1fafe17afb9073cabe03cb3d8c51 (patch) | |
tree | e71c4c5d25ff40d4588b1e60942cf783307ae2a3 /apache | |
parent | 8a22684953d6128de78d6ab958dca28f9f3807e6 (diff) |
Raise filesize limit.
Diffstat (limited to 'apache')
-rwxr-xr-x | apache/apache-ssl.cf | 7 | ||||
-rwxr-xr-x | apache/apache.cf | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/apache/apache-ssl.cf b/apache/apache-ssl.cf index 37a2a4b..1a63b4b 100755 --- a/apache/apache-ssl.cf +++ b/apache/apache-ssl.cf @@ -1,9 +1,10 @@ #! /usr/bin/cfengine -qf control: - OutputPrefix = ("${cf_prefix}") - actionsequence = ( editfiles ) - AddInstallable = ( apache_ssl_reload ) + OutputPrefix = ("${cf_prefix}") + actionsequence = ( editfiles ) + AddInstallable = ( apache_ssl_reload ) + EditfileSize = ( 50000 ) editfiles: any:: diff --git a/apache/apache.cf b/apache/apache.cf index 8716601..e3b7ff7 100755 --- a/apache/apache.cf +++ b/apache/apache.cf @@ -1,9 +1,10 @@ #! /usr/bin/cfengine -qf control: - OutputPrefix = ("${cf_prefix}") - actionsequence = ( editfiles ) - AddInstallable = ( apache_reload ) + OutputPrefix = ("${cf_prefix}") + actionsequence = ( editfiles ) + AddInstallable = ( apache_reload ) + EditfileSize = ( 50000 ) editfiles: any:: |