Skip to main content

Diagnosing failed mod_pagespeed issues

Comments

4 comments

  • cPanelLauren
    Hi @LukeFive Dev That really depends on the context of the error. To diagnose that you'd want to check the apache error log for starters. You'd find it at /etc/apache2/logs/error_log
    My assumption is you'd see corresponding errors here for when you were seeing 500 errors on the site. Thanks!
    0
  • LukeFive Dev
    I can find that error_log but unable to download it, and the 'tail' command doesn't want to cooperate in looking at just part of it ("option used in invalid context"). I will upload file from elsewhere in the WHM that shows the last 300 lines. I scrubbed private company info.
    0
  • cPanelLauren
    HI @LukeFive Dev The errors seem to only indicate one issue: AH01797: client denied by server configuration: /home/admin/public_html/example.com/wp-content/cache/page_enhanced/www.example.com
    This is most commonly a permissions issue - you might want to take a look at apache's documentation on the error here: ClientDeniedByServerConfiguration - Httpd Wiki
    0
  • LukeFive Dev
    HI @LukeFive Dev The errors seem to only indicate one issue: AH01797: client denied by server configuration: /home/admin/public_html/example.com/wp-content/cache/page_enhanced/www.example.com
    This is most commonly a permissions issue - you might want to take a look at apache's documentation on the error here:
    0

Please sign in to leave a comment.