Discover Centmin Mod today
Register Now

Joomla Joomla configuration

Discussion in 'Blogs & CMS usage' started by pamamolf, Jun 12, 2014.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    5:25 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hi

    Soon i will move a Joomla site 2.5 on centminmod installation....

    Is there any configuration or installing any extra software for better performance?


    Thank you
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    12:25 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @pamamolf unfortunately I've never used or installed Joomla before so not the person to help. Maybe other members here have and have some advice. I do recall one change one user of Joomla had to do with Centmin Mod setup for it to work and that it was related to PHP sessions not working well with Centmin Mod configured igbinary PHP session serializer and needing to disable that and switch back to default PHP one.

    find igbinary.ini config file at /root/centminmod/php.d/igbinary.ini for .06 stable or for .07 and higher /etc/centminmod/php.d/igbinary.ini

    and comment out
    Code:
    session.serialize_handler=igbinary
    
    to
    Code:
    ;session.serialize_handler=igbinary
    
    and restart PHP-FPM service
     
  3. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    5:25 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Thanks for your info ! :)