diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2012-02-08 14:53:55 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2012-02-08 14:53:55 +0000 |
| commit | 1c08b00624732c0270a7d0657b9686d11c88a55a (patch) | |
| tree | d9eabd199d8f8208fd17722fc89b887b2713f93e /lang/php5/files/patch-sapi_fpm_php-fpm.conf.in | |
| parent | Update to 2.1.6 (diff) | |
When FPM is selected, install status.html into ${PREFIX}/share/php/fpm/.
Submitted by: Michael Vorobyov <vmb@ric168.ru>
Notes
Notes:
svn path=/head/; revision=290720
Diffstat (limited to 'lang/php5/files/patch-sapi_fpm_php-fpm.conf.in')
| -rw-r--r-- | lang/php5/files/patch-sapi_fpm_php-fpm.conf.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/php5/files/patch-sapi_fpm_php-fpm.conf.in b/lang/php5/files/patch-sapi_fpm_php-fpm.conf.in new file mode 100644 index 000000000000..315f2470a773 --- /dev/null +++ b/lang/php5/files/patch-sapi_fpm_php-fpm.conf.in @@ -0,0 +1,11 @@ +--- sapi/fpm/php-fpm.conf.in.orig 2012-02-08 15:50:42.000000000 +0100 ++++ sapi/fpm/php-fpm.conf.in 2012-02-08 15:50:54.000000000 +0100 +@@ -317,7 +317,7 @@ + ; last request memory: 0 + ; + ; Note: There is a real-time FPM status monitoring sample web page available +-; It's available in: @EXPANDED_DATADIR@/fpm/status.html ++; It's available in: @EXPANDED_DATADIR@/php/fpm/status.html + ; + ; Note: The value must start with a leading slash (/). The value can be + ; anything, but it may not be a good idea to use the .php extension or it |
