Hello
I'm not really an expert so I need some help of you guys. I have a VPS with 4gb RAM, running apache 2.4.10 + php 5.5.18 + + fcgid
There's some errors/warning in my log which I can't solve...
About fcgid
Have a ton of these
I just it was related to some timeout, so I changed to a higher value.. didn't worked.
Fcgid settings:
Apache settings:
About Wordpress:
What should I do to fix these cron job failures?
About Pagespeed:
I thought this was because of outline css and JS, disabled it, but I'm still seeing these errors...
I really apreciate if someone can help me or point me to the right direction! :D
Thanks in advance
I'm not really an expert so I need some help of you guys. I have a VPS with 4gb RAM, running apache 2.4.10 + php 5.5.18 + + fcgid
There's some errors/warning in my log which I can't solve...
About fcgid
Code:
[Sat Nov 15 15:35:01.045778 2014] [fcgid:warn] [pid 20878:tid 140137331631872] (32)Broken pipe: [client x.xx.xx.xx:33740] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
[Sat Nov 15 15:35:59.943080 2014] [fcgid:warn] [pid 20878:tid 140137447020288] (32)Broken pipe: [client xx.xx.xx.xx:48512] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
I just it was related to some timeout, so I changed to a higher value.. didn't worked.
Fcgid settings:
Code:
FcgidMaxRequestsPerProcess 400
FcgidMaxProcesses 800
FcgidMaxRequestLen 1073741824
FcgidMinProcessesPerClass 0
FcgidMaxProcessesPerClass 10
FcgidIOTimeout 240
FcgidIdleTimeout 120
FcgidIdleScanInterval 60
FcgidBusyTimeout 240
FcgidBusyScanInterval 60
FcgidErrorScanInterval 3
FcgidZombieScanInterval 3
FcgidProcessLifeTime 3600
Apache settings:
Code:
Timeout 30
TraceEnable Off
ServerSignature Off
ServerTokens ProductOnly
FileETag None
StartServers 3
<IfModule prefork.c>
MinSpareServers 7
MaxSpareServers 10
</IfModule>
<IfModule itk.c>
MinSpareServers 7
MaxSpareServers 10
</IfModule>
ServerLimit 200
MaxRequestWorkers 200
MaxConnectionsPerChild 1500
KeepAlive On
KeepAliveTimeout 2
MaxKeepAliveRequests 200
Code:
[Sat Nov 15 15:26:15.342291 2014] [fcgid:warn] [pid 20878:tid 140137384081152] [client 23.235.204.105:38062] mod_fcgid: read data timeout in 240 seconds
[Sat Nov 15 15:26:15.342770 2014] [core:error] [pid 20878:tid 140137384081152] [client 23.235.204.105:38062] End of script output before headers: wp-cron.php
About Pagespeed:
Code:
[Sat Nov 15 14:01:38.021869 2014] [pagespeed:error] [pid 19495:tid 140137744717760] [mod_pagespeed 1.9.32.2-4321 @19495] ServerContext: 5 leaked_rewrite_drivers on destruction
[Sat Nov 15 14:02:54.227170 2014] [pagespeed:error] [pid 19527:tid 140137744717760] [mod_pagespeed 1.9.32.2-4321 @19527] ServerContext: 2 leaked_rewrite_drivers on destruction
[Sat Nov 15 14:03:47.759081 2014] [pagespeed:error] [pid 19589:tid 140137744717760] [mod_pagespeed 1.9.32.2-4321 @19589] ServerContext: 8 leaked_rewrite_drivers on destruction
[Sat Nov 15 14:07:09.193290 2014] [pagespeed:warn] [pid 20263:tid 140137184773888] [mod_pagespeed 1.9.32.2-4321 @20263] _,Mjo.H3aT5RIRSc.js:0: Resource based on [url]http://theredlilshoes.com/galaxy-nails-tutorial/_.pagespeed.jo.1B2M2Y8Asg.js[/url] but cannot access the original
[Sat Nov 15 14:07:09.193429 2014] [pagespeed:warn] [pid 20263:tid 140137184773888] [mod_pagespeed 1.9.32.2-4321 @20263] [1115/140709:WARNING:resource_fetch.cc(197)] Fetch failed for resource url [url]http://theredlilshoes.com/galaxy-nails-tutorial/_,Mjo.H3aT5RIRSc.js.pagespeed.jm.le5uJHxMyh.js[/url]
[Sat Nov 15 14:07:09.193499 2014] [pagespeed:warn] [pid 20263:tid 140137321142016] [mod_pagespeed 1.9.32.2-4321 @20263] Fetch failed for [url]http://theredlilshoes.com/galaxy-nails-tutorial/_,Mjo.H3aT5RIRSc.js.pagespeed.jm.le5uJHxMyh.js[/url], status=404
[Sat Nov 15 14:07:09.193620 2014] [pagespeed:warn] [pid 20263:tid 140137321142016] [mod_pagespeed 1.9.32.2-4321 @20263] [url]http://theredlilshoes.com/galaxy-nails-tutorial/_,Mjo.H3aT5RIRSc.js.pagespeed.jm.le5uJHxMyh.js[/url] resource_404_count: not found (404)
I really apreciate if someone can help me or point me to the right direction! :D
Thanks in advance