summaryrefslogtreecommitdiffstats
path: root/php-eaccelerator-config.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-09-09 13:17:29 +0200
committerRemi Collet <fedora@famillecollet.com>2012-09-09 13:17:29 +0200
commit0f14f536782fe415b6e62b58be9cf352ea9f0b00 (patch)
treed5aefa086b689be3b78cbddb906dce8f877219d2 /php-eaccelerator-config.patch
parent708a3d9b16cc14d3a26fe6de20e2f2f16c03bb78 (diff)
php-eaccelerator: try to improve cache management
Diffstat (limited to 'php-eaccelerator-config.patch')
-rw-r--r--php-eaccelerator-config.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/php-eaccelerator-config.patch b/php-eaccelerator-config.patch
index 4eb749a..d0578c8 100644
--- a/php-eaccelerator-config.patch
+++ b/php-eaccelerator-config.patch
@@ -1,5 +1,5 @@
---- eaccelerator.ini.orig 2012-09-08 18:15:19.000000000 +0200
-+++ eaccelerator.ini 2012-09-08 18:22:31.000000000 +0200
+--- eaccelerator.ini.upstream 2012-09-09 12:38:47.000000000 +0200
++++ eaccelerator.ini 2012-09-09 12:39:55.000000000 +0200
@@ -12,13 +12,8 @@
; You must uncomment one (and only one) line from the following to load
@@ -16,12 +16,12 @@
; The amount of shared memory (in megabytes) that eAccelerator will use.
; "0" means OS default. Default value is "0".
-@@ -28,7 +23,7 @@
- ; code, session data, content and user entries here. The same data can be
- ; stored in shared memory also (for more quick access). Default value is
- ; "/tmp/eaccelerator".
--eaccelerator.cache_dir = "/tmp/eaccelerator"
-+eaccelerator.cache_dir = "@CACHEDIR@"
+@@ -45,7 +40,7 @@
- ; Enables or disables eAccelerator. Should be "1" for enabling or
- ; "0" for disabling. Default value is "1".
+ ; Set the log file for eaccelerator. When this option isn't set then the data
+ ; will be logged to stderr
+-eaccelerator.log_file = "/var/log/httpd/eaccelerator_log"
++eaccelerator.log_file = ""
+
+ ; A string that's prepended to all keys. This allows two applications that use the
+ ; same key names to run on the same host by setting this in .htaccess or in the main