Navigation

    • Register
    • Login
    • Search
    • Recent
    • Users
    • Groups

    Apache Error.log

    CWP - Panel
    2
    3
    51
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Alper PERİ last edited by

      The [pagespeed: error] and [pagespeed: warn] records always exist in the Apache error.log file.

      Example :

      [Tue Dec 10 18:43:45.928516 2019] [pagespeed:warn] [pid 11227:tid 139835500971776] [mod_pagespeed 1.13.35.2-0 @11227] Fetch failed to start: https://examplesite/wp-admin/css/login.min.css?ver=5.3 (connecting to:185.130.59.21:8181)
      [Tue Dec 10 18:43:46.338343 2019] [pagespeed:warn] [pid 11245:tid 139835492579072] [mod_pagespeed 1.13.35.2-0 @11245] Fetch timed out: https://examplesite/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp (connecting to:185.130.59.21:8181) (4) waiting for 50 ms
      [Tue Dec 10 18:43:46.339751 2019] [pagespeed:warn] [pid 11245:tid 139835492579072] [mod_pagespeed 1.13.35.2-0 @11245] Fetch timed out: https://examplesite/wp-includes/js/underscore.min.js?ver=1.8.3 (connecting to:185.130.59.21:8181) (3) waiting for 50 ms
      [Tue Dec 10 18:43:46.340639 2019] [pagespeed:warn] [pid 11245:tid 139835492579072] [mod_pagespeed 1.13.35.2-0 @11245] Fetch timed out: https://examplesite/wp-includes/css/dashicons.min.css?ver=5.3 (connecting to:185.130.59.21:8181) (2) waiting for 50 ms
      [Tue Dec 10 18:43:46.341500 2019] [pagespeed:warn] [pid 11245:tid 139835492579072] [mod_pagespeed 1.13.35.2-0 @11245] Fetch timed out: https://examplesite/wp-admin/css/forms.min.css?ver=5.3 (connecting to:185.130.59.21:8181) (1) waiting for 50 ms
      [Tue Dec 10 18:43:46.343381 2019] [pagespeed:error] [pid 11245:tid 139835492579072] [mod_pagespeed 1.13.35.2-0 @11245] Serf status 120171(APR does not understand this error code) polling for 2 threaded fetches for 0.05 seconds
      [Tue Dec 10 18:43:46.343451 2019] [pagespeed:error] [pid 11245:tid 139835492579072] [mod_pagespeed 1.13.35.2-0 @11245] Serf status 120171(APR does not understand this error code) polling for 2 threaded fetches for 0.05 seconds
      [Tue Dec 10 18:43:46.343583 2019] [pagespeed:error] [pid 11245:tid 139835492579072] [mod_pagespeed 1.13.35.2-0 @11245] Serf status 120171(APR does not understand this error code) polling for 2 threaded fetches for 0.05 seconds
      [Tue Dec 10 18:43:46.343624 2019] [pagespeed:error] [pid 11245:tid 139835492579072] [mod_pagespeed 1.13.35.2-0 @11245] Serf status 120171(APR does not understand this error code) polling for 2 threaded fetches for 0.05 seconds
      [Tue Dec 10 18:43:50.944847 2019] [pagespeed:warn] [pid 11227:tid 139835500971776] [mod_pagespeed 1.13.35.2-0 @11227] Fetch timed out: https://examplesite/wp-includes/css/dashicons.min.css?ver=5.3 (connecting to:185.130.59.21:8181) (2) waiting for 50 ms
      [Tue Dec 10 18:43:50.946007 2019] [pagespeed:warn] [pid 11227:tid 139835500971776] [mod_pagespeed 1.13.35.2-0 @11227] Fetch timed out: https://examplesite/wp-admin/css/l10n.min.css?ver=5.3 (connecting to:185.130.59.21:8181) (1) waiting for 50 ms
      [Tue Dec 10 18:43:51.366051 2019] [pagespeed:warn] [pid 11245:tid 139835492579072] [mod_pagespeed 1.13.35.2-0 @11245] Fetch timed out: https://examplesite/wp-admin/css/l10n.min.css?ver=5.3 (connecting to:185.130.59.21:8181) (2) waiting for 50 ms
      [Tue Dec 10 18:43:51.367182 2019] [pagespeed:warn] [pid 11245:tid 139835492579072] [mod_pagespeed 1.13.35.2-0 @11245] Fetch timed out: https://examplesite/wp-admin/css/login.min.css?ver=5.3 (connecting to:185.130.59.21:8181) (1) waiting for 50 ms
      

      What is the reason for these error records? and how do I fix it? Thank you

      1 Reply Last reply Reply Quote 0
      • sandeep
        sandeep last edited by

        @Alper-PERİ said in Apache Error.log:

        Fetch timed out

        add this to your htaccess

        <IfModule pagespeed_module>
            ModPageSpeed on
            ModPagespeedInPlaceResourceOptimization on
            ModPagespeedRespectXForwardedProto on
            ModPagespeedInPlaceRewriteDeadlineMs 200
            ModPagespeedMapOriginDomain "http://localhost:8181" "https://*examplesite"
        
        </IfModule>
        

        examplesite = your domain.tld

        1 Reply Last reply Reply Quote 1
        • A
          Alper PERİ last edited by

          thank you @sandeep
          apache no longer makes any errors

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post

          Recent Topics

          • How to add a new disk?

          • Module IPv6 CWP

          • PHP 8.0.0 testing - CWP

          • Serious error with quotas

          • Centos 8 Stream CWP - Delayed Update and CWP repositories are added

          • Update NGINX Stable v1.16.1 to latest NGINX Stable v1.18.0 for CWP & CWP PRO!

          • Phpmyadmin New Verison with autologin - CWP

          • M

            Install php 7.4 on cwp

          URLs HOME | Blog | Support Portal