Page 1 of 7 123 ... LastLast
Results 1 to 15 of 94

Thread: [Case 46575] FastCGI Process Manager (FPM) SAPI (new in PHP 5.3.3)

  1. #1
    Registered User
    Join Date
    Apr 2010
    Posts
    3

    Question [Case 46575] FastCGI Process Manager (FPM) SAPI (new in PHP 5.3.3)

    now that php-fpm is part of php itself, how easy is it/ will it be to enable it in easyapache?

  2. #2
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,562
    cPanel/WHM Access Level

    DataCenter Provider

    Arrow re: [Case 46575] FastCGI Process Manager (FPM) SAPI (new in PHP 5.3.3)

    Quote Originally Posted by johnny22 View Post
    now that php-fpm is part of php itself, how easy is it/ will it be to enable it in easyapache?
    I have revised the thread title to better describe the specific feature being requested. At the present time I am not aware of any short-term or long-term plans to officially support the FPM SAPI that was added in PHP version 5.3.3; however, if interest grows substantially and more feedback is received for the feature request then support for the FPM SAPI may be reconsidered in the future.

    This thread may serve as the central discussion line for feedback about the FastCGI Process Manager (FPM) SAPI that was added in PHP version 5.3.3; please use this feature request to share any questions, concerns, and thoughts you have regarding implementation, including discussing problems that it may pose, what benefit or usefulness it may or may not have, and what issues are alleviated by supporting the FPM SAPI.

    Your detailed feedback and discussion contributions are very much appreciated. Thank you.

  3. #3
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,562
    cPanel/WHM Access Level

    DataCenter Provider

    Lightbulb Information Resources for FastCGI Process Manager (FPM) SAPI in PHP 5.3.3

    For research purposes I would consider reviewing the following resources to obtain more information about the FastCGI Process Manager (FPM) SAPI included in PHP version 5.3.3:


    For information about using custom configure flags for PHP, via EasyApache, I recommend the following documentation:
    • Apache & cPanel/WHM
      • Apache and PHP Customization
        • Using Custom Configure Flags
          As a specific example, you may consider creating a file at the following path to contain your custom configure flags that are specific to PHP version 5.3.3:
          Code:
          /var/cpanel/easy/apache/rawopts/PHP-5.3.3
          Here are example commands that can be used, via root SSH access, to setup and then verify the EasyApache rawopts file for PHP version 5.3.3:
          Code:
          # echo '--enable-fpm' > /var/cpanel/easy/apache/rawopts/PHP-3.3.3
          # cat /var/cpanel/easy/apache/rawopts/PHP-3.3.3

  4. #4
    Member
    Join Date
    Nov 2010
    Posts
    7

    Default re: [Case 46575] FastCGI Process Manager (FPM) SAPI (new in PHP 5.3.3)

    Has anyone had any success with this method?

    I can successfully configure PHP 5.3.3 with FPM enabled via the rawopts method but it seems to force a '--disable-cgi'

    I tried putting an '--enable-cgi' flag in the rawopts file to override this but it did not work. Just to clarify, CGI is checked in the PHP exhaustive options list.

    Any thoughts?

  5. #5
    Member
    Join Date
    Nov 2010
    Posts
    7

    Default re: [Case 46575] FastCGI Process Manager (FPM) SAPI (new in PHP 5.3.3)

    UPDATE:

    I was blaming --enable-fpm for the --disable-cgi flag but after more testing it seems that there are just outright issues with EasyApache on my server. I really can't explain how/why these --disable-cgi flags appear....but thats for another thread.

    On a related note, +1 to fpm support within cPanel

  6. #6
    Registered User
    Join Date
    Nov 2010
    Posts
    3

    Default re: [Case 46575] FastCGI Process Manager (FPM) SAPI (new in PHP 5.3.3)

    I can get it to run.

    Code:
    /opt/php_with_imap_client//lib64/libc-client.a(osdep.o): In function `ssl_onceonlyinit':
    /home/cpeasyapache/src/imap-2007e/c-client/osdep.c:302: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_ap2_register_hook':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:707: undefined reference to `ap_hook_pre_config'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:708: undefined reference to `ap_hook_post_config'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:709: undefined reference to `ap_hook_handler'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_child_init':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:702: undefined reference to `apr_pool_cleanup_null'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_sapi_log_message':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:326: undefined reference to `ap_log_rerror'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:324: undefined reference to `ap_log_error'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_sapi_log_message_ex':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:333: undefined reference to `ap_log_rerror'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_sapi_register_variables':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:271: undefined reference to `apr_table_elts'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_sapi_read_post':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:202: undefined reference to `apr_brigade_flatten'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:203: undefined reference to `apr_brigade_cleanup'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:201: undefined reference to `ap_get_brigade'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_sapi_send_headers':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:176: undefined reference to `apr_pstrdup'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:176: undefined reference to `ap_set_content_type'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:164: undefined reference to `apr_pstrdup'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:167: undefined reference to `apr_table_set'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_sapi_header_handler':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:101: undefined reference to `apr_table_unset'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:105: undefined reference to `apr_table_clear'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:141: undefined reference to `apr_table_add'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:139: undefined reference to `apr_table_set'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:136: undefined reference to `ap_set_content_length'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_sapi_flush':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:311: undefined reference to `ap_rflush'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_sapi_ub_write':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:84: undefined reference to `ap_rwrite'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_ini_dtor':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:534: undefined reference to `apr_pool_cleanup_run'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_request_ctor':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:478: undefined reference to `apr_table_get'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:479: undefined reference to `apr_pstrdup'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:482: undefined reference to `apr_pstrdup'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:483: undefined reference to `apr_pstrdup'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:486: undefined reference to `apr_table_get'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:489: undefined reference to `apr_table_unset'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:490: undefined reference to `apr_table_unset'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:491: undefined reference to `apr_table_unset'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:492: undefined reference to `apr_table_unset'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:493: undefined reference to `ap_auth_type'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:494: undefined reference to `apr_table_get'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:499: undefined reference to `apr_pstrdup'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_handler':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:609: undefined reference to `ap_add_common_vars'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:610: undefined reference to `ap_add_cgi_vars'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:556: undefined reference to `apr_palloc'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:561: undefined reference to `apr_pool_cleanup_null'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:561: undefined reference to `apr_pool_cleanup_register'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:674: undefined reference to `apr_psprintf'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:674: undefined reference to `apr_table_set'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:651: undefined reference to `ap_update_mtime'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:652: undefined reference to `ap_set_last_modified'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:683: undefined reference to `apr_bucket_eos_create'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:686: undefined reference to `ap_pass_brigade'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:692: undefined reference to `apr_brigade_cleanup'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:616: undefined reference to `apr_brigade_create'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_server_startup':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:439: undefined reference to `apr_pool_userdata_get'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:459: undefined reference to `apr_pool_cleanup_null'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:459: undefined reference to `apr_pool_cleanup_register'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_add_version':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:410: undefined reference to `ap_add_version_component'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_server_startup':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:446: undefined reference to `apr_pool_cleanup_null'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:446: undefined reference to `apr_pool_userdata_set'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_pre_config':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:419: undefined reference to `ap_mpm_query'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:421: undefined reference to `ap_log_error'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_ap2_register_hook':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:710: undefined reference to `ap_hook_child_init'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_child_init':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:702: undefined reference to `apr_pool_cleanup_register'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_sapi_getenv':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:262: undefined reference to `apr_table_get'
    sapi/apache2handler/.libs/sapi_apache2.o: In function `php_apache_sapi_read_cookies':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/sapi_apache2.c:246: undefined reference to `apr_table_get'
    sapi/apache2handler/.libs/apache_config.o: In function `php_apache_phpini_set':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/apache_config.c:116: undefined reference to `ap_server_root_relative'
    sapi/apache2handler/.libs/apache_config.o: In function `real_value_hnd':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/apache_config.c:68: undefined reference to `apr_pstrdup'
    sapi/apache2handler/.libs/apache_config.o: In function `create_php_config':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/apache_config.c:225: undefined reference to `apr_palloc'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/apache_config.c:229: undefined reference to `apr_pool_cleanup_null'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/apache_config.c:229: undefined reference to `apr_pool_cleanup_register'
    sapi/apache2handler/.libs/php_functions.o: In function `zm_info_apache':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:382: undefined reference to `ap_loaded_modules'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:382: undefined reference to `ap_loaded_modules'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:413: undefined reference to `unixd_config'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:418: undefined reference to `ap_mpm_query'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:422: undefined reference to `apr_snprintf'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:428: undefined reference to `ap_server_root'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:437: undefined reference to `apr_table_elts'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:457: undefined reference to `apr_table_elts'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:466: undefined reference to `apr_table_elts'
    sapi/apache2handler/.libs/php_functions.o: In function `zif_apache_get_modules':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:355: undefined reference to `ap_loaded_modules'
    sapi/apache2handler/.libs/php_functions.o: In function `zif_apache_getenv':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:313: undefined reference to `apr_table_get'
    sapi/apache2handler/.libs/php_functions.o: In function `zif_apache_setenv':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:277: undefined reference to `apr_table_set'
    sapi/apache2handler/.libs/php_functions.o: In function `zif_apache_note':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:234: undefined reference to `apr_table_get'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:237: undefined reference to `apr_table_set'
    sapi/apache2handler/.libs/php_functions.o: In function `zif_apache_response_headers':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:210: undefined reference to `apr_table_elts'
    sapi/apache2handler/.libs/php_functions.o: In function `zif_apache_request_headers':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:186: undefined reference to `apr_table_elts'
    sapi/apache2handler/.libs/php_functions.o: In function `zif_apache_lookup_uri':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:167: undefined reference to `ap_destroy_sub_req'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:162: undefined reference to `ap_destroy_sub_req'
    sapi/apache2handler/.libs/php_functions.o: In function `zif_virtual':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:103: undefined reference to `ap_destroy_sub_req'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:99: undefined reference to `ap_rflush'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:101: undefined reference to `ap_run_sub_req'
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:106: undefined reference to `ap_destroy_sub_req'
    sapi/apache2handler/.libs/php_functions.o: In function `php_apache_get_version':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:328: undefined reference to `ap_get_server_version'
    sapi/apache2handler/.libs/php_functions.o: In function `php_apache_lookup_uri':
    /home/cpeasyapache/src/php-5.3.3/sapi/apache2handler/php_functions.c:67: undefined reference to `ap_sub_req_lookup_uri'
    collect2: ld returned 1 exit status
    make: *** [sapi/fpm/php-fpm] Error 1
    !! 'make' failed with exit code '512' !!
    !! Restoring original working apache !!
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    Sep 2010
    Posts
    1

    Default re: [Case 46575] FastCGI Process Manager (FPM) SAPI (new in PHP 5.3.3)


  8. #8
    Member
    Join Date
    Oct 2010
    Posts
    9

    Default PHP-FPM support in cPanel

    What is PHP-FPM?

    PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.

    These features include:

    * Adaptive process spawning (NEW!)
    * Basic statistics (ala Apache's mod_status) (NEW!)
    * Advanced process management with graceful stop/start
    * Ability to start workers with different uid/gid/chroot/environment and different php.ini (replaces safe_mode)
    * Stdout & stderr logging
    * Emergency restart in case of accidental opcode cache destruction
    * Accelerated upload support
    * Support for a "slowlog"
    * Enhancements to FastCGI, such as fastcgi_finish_request() - a special function to finish request & flush all data while continuing to do something time-consuming (video converting, stats processing, etc.)


    ... and much more.

    UPDATE
    PHP-FPM is now included in PHP core as of PHP 5.3.3: http://www.php.net/archive/2010.php#id2010-07-22-2

    To enable it, PHP has to be compiled with "--enable-fpm".

    Would be cool for cPanel to integrate support for building your server with PHP-FPM enabled in EasyApache.
    Last edited by fevangelou; 12-22-2010 at 12:24 PM.

  9. #9
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,307
    cPanel/WHM Access Level

    Root Administrator

    Default Re: PHP-FPM support in cPanel

    Quote Originally Posted by fevangelou View Post
    To enable it, PHP has to be compiled with "--enable-fpm".
    Are custom configure flags not working for you? If you're not familiar with how to do this, here's some related documentation: Using Custom Configure Flags

  10. #10
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jun 2004
    Posts
    313
    cPanel/WHM Access Level

    DataCenter Provider

    Default Re: PHP-FPM support in cPanel

    Quote Originally Posted by cPanelDavidG View Post
    Are custom configure flags not working for you? If you're not familiar with how to do this, here's some related documentation: Using Custom Configure Flags
    Since EA/WHM have such tight integration with PHP loaders, it would be nice to see this have it's own option, especially given the maturity of the 5.3.x branch now.
    NDCHost (ProVPS): Xen VPS / Dedicated / Co-Location
    Contact us for your cPanel Licensing needs! We price match, provide better support, and take care of our customers!

  11. #11
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,562
    cPanel/WHM Access Level

    DataCenter Provider

    Arrow Friendly Moderator Note

    I've merged the new PHP-FPM thread into the existing feature request where an EasyApache option for the PHP FastCGI Process Manager (FPM) SAPI is already requested.

  12. #12
    Member
    Join Date
    Feb 2007
    Posts
    294

    Default re: [Case 46575] FastCGI Process Manager (FPM) SAPI (new in PHP 5.3.3)

    +111


  13. #13
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,307
    cPanel/WHM Access Level

    Root Administrator

    Default re: [Case 46575] FastCGI Process Manager (FPM) SAPI (new in PHP 5.3.3)

    To summarize, everyone here just wants us to add a checkbox in EasyApache that adds the flag --enable-fpm when compiling PHP?

  14. #14
    Member
    Join Date
    Feb 2007
    Posts
    294

    Default re: [Case 46575] FastCGI Process Manager (FPM) SAPI (new in PHP 5.3.3)

    Yes

    <forums.cpanel.net>

    The message you have entered is too short. Please lengthen your message to at least 10 characters.

  15. #15
    Member
    Join Date
    Jan 2011
    Posts
    7

    Default re: [Case 46575] FastCGI Process Manager (FPM) SAPI (new in PHP 5.3.3)

    +1 for this option. I hope it will be implemented before I will have to change server management system because of this

Page 1 of 7 123 ... LastLast

Similar Threads

  1. Anyone moved to PHP-FPM?
    By erick_paper in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 11-12-2011, 09:16 PM
  2. Replies: 2
    Last Post: 05-29-2011, 11:46 AM
  3. FastCGI not kill process
    By cesarlwh in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 05-16-2011, 07:55 AM
  4. Replies: 10
    Last Post: 12-11-2010, 05:43 PM
  5. Php Sapi
    By areha in forum cPanel & WHM Discussions
    Replies: 4
    Last Post: 07-03-2003, 02:33 PM