Want to subscribe to topics you're interested in?
Become a Member

Nginx PageSpeed Pagespeed message failed - Verify that MessageBufferSize..

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by ModeltogTossen, Feb 25, 2016.

  1. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    10:29 AM
    1.9.12
    10.0.23
    Hi ..

    I have pagespeed running and wish to follow up on how its running. If I go to my pagespeed_global_admin I can see some of the info - but at my end the console link only gives white screen. If I click om the Message History I got this:

    Code:
    Writing to mod_pagespeed_message failed. Verify that MessageBufferSize is not set to 0 in pagespeed.conf.
    In my pagespeed.conf I do have this:


    Code:
    #######################################################
    # Set it to 0 if you want to disable this feature.
    pagespeed MessageBufferSize 100000;
    
    Anyone who have experienced something like that?
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    6:29 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    see Nginx PageSpeed - CentminMod.com LEMP Nginx web stack for CentOS you need to edit pagespeedadmin.conf version of MessageBufferSize not pagespeed.conf >1.9.32.1+
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    6:29 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    also Nginx PageSpeed - Admin Stats Console Revamp in ngx_pagespeed 1.9.32-1 beta! | Centmin Mod Community
     
  4. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    10:29 AM
    1.9.12
    10.0.23
    Thanks @eva2000 for the heads up .. Will take a look of all the pagespeed cmm config files - and make proper ajustment..