Apache+pagespeed can't load pagespeed stats
Posted: 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
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>