Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 248624 Details for
Bug 338684
missing files in dev-lang/php for php-5.3.3-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
needed for fpm use; missing in prefix tree
php-fpm-gentooified.patch (text/plain), 1.80 KB, created by
nietonfir
on 2010-09-25 17:53:44 UTC
(
hide
)
Description:
needed for fpm use; missing in prefix tree
Filename:
MIME Type:
Creator:
nietonfir
Created:
2010-09-25 17:53:44 UTC
Size:
1.80 KB
patch
obsolete
>--- sapi/fpm/php-fpm.conf.orig 2010-06-03 21:04:30.000000000 +0200 >+++ sapi/fpm/php-fpm.conf 2010-06-03 22:40:41.000000000 +0200 >@@ -8,7 +8,7 @@ > ; Include one or more files. If glob(3) exists, it is used to include a bunch of > ; files from a glob(3) pattern. This directive can be used everywhere in the > ; file. >-;include=/etc/fpm.d/*.conf >+;include=/etc/php/fpm-php5/fpm.d/*.conf > > ;;;;;;;;;;;;;;;;;; > ; Global Options ; >@@ -17,11 +17,11 @@ > [global] > ; Pid file > ; Default Value: none >-;pid = /var/lib/run/php-fpm.pid >+;pid = /var/run/php-fpm.pid > > ; Error log file > ; Default Value: /var/lib/log/php-fpm.log >-;error_log = /var/lib/log/php-fpm.log >+error_log = /var/log/php-fpm.log > > ; Log level > ; Possible Values: alert, error, warning, notice, debug >@@ -133,17 +133,17 @@ > ; The number of child processes created on startup. > ; Note: Used only when pm is set to 'dynamic' > ; Default Value: min_spare_servers + (max_spare_servers - min_spare_servers) / 2 >-;pm.start_servers = 20 >+pm.start_servers = 20 > > ; The desired minimum number of idle server processes. > ; Note: Used only when pm is set to 'dynamic' > ; Note: Mandatory when pm is set to 'dynamic' >-;pm.min_spare_servers = 5 >+pm.min_spare_servers = 5 > > ; The desired maximum number of idle server processes. > ; Note: Used only when pm is set to 'dynamic' > ; Note: Mandatory when pm is set to 'dynamic' >-;pm.max_spare_servers = 35 >+pm.max_spare_servers = 35 > > ; The number of requests each child process should execute before respawning. > ; This can be useful to work around memory leaks in 3rd party libraries. For >@@ -213,7 +213,7 @@ > > ; The log file for slow requests > ; Default Value: /var/lib/log/php-fpm.log.slow >-;slowlog = /var/lib/log/php-fpm.log.slow >+;slowlog = /var/log/php-fpm.log.slow > > ; Set open file descriptor rlimit. > ; Default Value: system defined value
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 338684
:
248618
|
248619
|
248622
| 248624 |
248626