Hello all,
I have a problem with the operation of websites that I manage by IMSCP.
I am currently using manually compiled php 5.3.29 and fcgid.
Apache/2.4.10 mpm_event
php-fcgi-starter
the problem I have is frequent 503 errors on different domains with different URLs example:
Code
- .39 - - [30/Nov/2017:19:04:18 +0100] "GET /_modules/_heat/_heat_reg.php?posx=189&posy=500&width=1440&url=https://example.com/kontakt.html HTTP/1.1" 503 722 "https://example.com/kontakt.html" "Mozilla/5.0 (Windows NT 6.1; rv:57.0) Gecko/20100101 Firefox/57.0"
- .39 - - [30/Nov/2017:19:04:18 +0100] "GET /section,Pokoj_dziecka,15 HTTP/1.1" 503 722 "https://example.com/kontakt.html" "Mozilla/5.0 (Windows NT 6.1; rv:57.0) Gecko/20100101 Firefox/57.0"
- .225 - - [30/Nov/2017:19:04:23 +0100] "GET /JOOLZ-71236,596,0,0,1.html HTTP/1.1" 503 722 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
- .141 - - [30/Nov/2017:19:04:23 +0100] "GET / HTTP/1.1" 503 722 "http://example.com/_panel/index.php" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36"
- 68.180.228.225 - - [30/Nov/2017:19:04:24 +0100] "GET /ekologiczna_pieluszka_wielorazowa_bambusowa_z_kolorowymi_nadrukami__kieczmierscy_hipster-149774i HTTP/1.1" 503 722 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
- .39 - - [30/Nov/2017:19:04:26 +0100] "GET /_modules/_heat/_heat_reg.php?posx=195&posy=352&width=1440&url=https://example.com/kontakt.html HTTP/1.1" 503 722 "https://example.com/kontakt.html" "Mozilla/5.0 (Windows NT 6.1; rv:57.0) Gecko/20100101 Firefox/57.0"
- .39 - - [30/Nov/2017:19:04:26 +0100] "GET /section,Bezpieczenstwo_dziecka,24 HTTP/1.1" 503 722 "https://example.com/kontakt.html" "Mozilla/5.0 (Windows NT 6.1; rv:57.0) Gecko/20100101 Firefox/57.0"
- .225 - - [30/Nov/2017:19:04:28 +0100] "GET /fotelik_samochodowy_013_kg_do_w%F3zk%F3w_antari_expander_adriatic-139815i HTTP/1.1" 503 722 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
- .225 - - [30/Nov/2017:19:04:29 +0100] "GET /komoda_meblowa_z_nadrukiem_kokardka_lub_konik_parole_pinio-104058i HTTP/1.1" 503 722 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
- .225 - - [30/Nov/2017:19:04:34 +0100] "GET /BAM_BAM-41831,436,0,0,1.html HTTP/1.1" 503 722 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
- .13 - - [30/Nov/2017:19:04:36 +0100] "GET /masza_miekka_lalka_23_cm__niebieska-154637i HTTP/1.1" 503 722 "https://www.google.pl/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36"
- .13 - - [30/Nov/2017:19:04:41 +0100] "GET /masza_miekka_lalka_23_cm__niebieska-154637i HTTP/1.1" 503 722 "https://www.google.pl/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36"
maybe someone had a similar problem and knows how to deal with it?