Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Web Server
  • Search

Apache+pagespeed can't load pagespeed stats

Questions regarding the Web Server
Apache + Nginx, Nginx + PHP5-FPM
Post Reply
  • Print view
Advanced search
1 post • Page 1 of 1
delfo2000
Posts: 23
Joined: Fri Apr 15, 2016 11:51 am

Apache+pagespeed can't load pagespeed stats
  • Quote

Post by delfo2000 » Sun Mar 15, 2020 12:08 am

Dear,

I have frontend nginx (1.16.0) and backend apache (2.4.7) I installed pagespeed for apache I run some CMS (drupal). Now pagespeed works fine, only little problem with Roundcube (webmail shows mailbox are empty), but I add code inside "pagespeed.conf" and now works, but my problem I can't load pagespeed stats "https://mysite/pagespeed_admin" my webserver reply "Internal Server Error", and I can't understand where is my error.
I hope in little help.

Delfo

Code: Select all

    <Location /pagespeed_admin>
        Order allow,deny
        Allow from localhost
        Allow from 127.0.0.1
        Allow from MYLANIPRANGE
        SetHandler pagespeed_admin
    </Location>
    <Location /pagespeed_global_admin>
        Order allow,deny
        Allow from localhost
        Allow from 127.0.0.1
        Allow from MYLANIPRANGE
        SetHandler pagespeed_global_admin
    </Location>
    <Location /webmail>
        ModPagespeed off
    </Location>
Top


Post Reply
  • Print view
1 post • Page 1 of 1

Return to “Web Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password