From 2b1d9607f6d89404d4c48ac04059480d75bb1b1f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 9 Sep 2012 16:32:47 +0200 Subject: php-eaccelerator: create 'httpd' sub package for Apache config --- php-eaccelerator-config.patch | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'php-eaccelerator-config.patch') diff --git a/php-eaccelerator-config.patch b/php-eaccelerator-config.patch index d0578c8..36afeaa 100644 --- a/php-eaccelerator-config.patch +++ b/php-eaccelerator-config.patch @@ -1,5 +1,5 @@ --- eaccelerator.ini.upstream 2012-09-09 12:38:47.000000000 +0200 -+++ eaccelerator.ini 2012-09-09 12:39:55.000000000 +0200 ++++ eaccelerator.ini 2012-09-09 16:20:49.000000000 +0200 @@ -12,13 +12,8 @@ ; You must uncomment one (and only one) line from the following to load @@ -25,3 +25,15 @@ ; 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 +@@ -79,9 +74,9 @@ + ; Enables or disables caching of compiled scripts on disk. It has no effect + ; on session data and content caching. + ; Default value is "0" that means - use disk and shared memory for caching. +-eaccelerator.shm_only = "0" ++eaccelerator.shm_only = "1" + + ; The script paths that are allowed to get admin information and do admin + ; controls +-eaccelerator.allowed_admin_path = "" ++eaccelerator.allowed_admin_path = "/usr/share/eaccelerator" + -- cgit