Like Ra's Naughty Forum
Site performance, Server errors, outages and tunings - Printable Version

+- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb)
+-- Forum: Technical section (https://www.likera.com/forum/mybb/Forum-Technical-section)
+--- Forum: Site (https://www.likera.com/forum/mybb/Forum-Site)
+--- Thread: Site performance, Server errors, outages and tunings (/Thread-Site-performance-Server-errors-outages-and-tunings)



RE: Site performance, Server errors, outages and tunings - madjack - 07 Oct 2015

Damn it all! Keep getting those weird hieroglyphs when trying to post on some threads - help!

MJ

��Tb���v7��ɑ����7wF�-���?h<=��b�l��#;e���Q�m �'�R��6��U .#�Z�[��XѤ<!�m4�D�30�qW�DD��> �rS;��B,_�h/X���a��8��.@:�\�vA�ɾ��3[��l^�{��U�7oG����t-�&gb)��)�9E�2 e�<��F"�-f��3��F5 �;;J��)��2 


RE: Site performance, Server errors, outages and tunings - Like Ra - 07 Oct 2015

That makes at least two who's got this problem. I do get 503 from time to time, but I've never seen the "hieroglyphs". Also, it does not correlate with HHVM crashes:

Sep 29 10:18 /tmp/stacktrace.1242.log
Oct 3 06:06 /tmp/stacktrace.1631.log
Oct 5 14:01 /tmp/stacktrace.31216.log
Oct 7 05:28 /tmp/stacktrace.10417.log

but most likely it's related to HHVM. I aeady increased the timeout, but possibly it's something else.

When you see that again, please note the time and the URL. I'll try to find something in the logs.


RE: Site performance, Server errors, outages and tunings - herrpee - 07 Oct 2015

will do!


RE: Site performance, Server errors, outages and tunings - madjack - 07 Oct 2015

Right now

http://www.likera.com/forum/mybb/newreply.php?tid=182

@ 7:54pm (UK Summer time)

MJ


RE: Site performance, Server errors, outages and tunings - Like Ra - 07 Oct 2015

Found them (in access.log and error.log):

x.x.x.x - - [07/Oct/2015:18:54:42 +0000] "GET /forum/mybb/newreply.php?tid=182 HTTP/1.1" 200 12441 "http://www.likera.com/forum/mybb/Thread-Pantyhose-encasement?pid=19733" "Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; yie8; rv:11.0) like Gecko"

x.x.x.x - - [07/Oct/2015:18:54:42 +0000] "GET /forum/mybb/attachment.php?aid=16105 HTTP/1.1" 503 498755 "http://www.likera.com/forum/mybb/Thread-Pantyhose-encasement?pid=19733#pid19733" "Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; yie8; rv:11.0) like Gecko"

[Wed Oct 07 18:54:43.231108 2015] [proxy_fcgi:error] [pid 19022:tid 140278144898816] [client x.x.x.x:61231] AH01068: Got bogus version 68, referer: http://www.likera.com/forum/mybb/Thread-Pantyhose-encasement?pid=19733#pid19733

[Wed Oct 07 18:54:43.231198 2015] [proxy_fcgi:error] [pid 19022:tid 140278144898816] (22)Invalid argument: [client x.x.x.x:61231] AH01075: Error dispatching request to : (passing brigade to output filters), referer: http://www.likera.com/forum/mybb/Thread-Pantyhose-encasement?pid=19733#pid19733

OK, now I have something to search for. It's something in between Apache and HHVM.


RE: Site performance, Server errors, outages and tunings - madjack - 11 Oct 2015

(07 Oct 2015, 22:33 )Like Ra Wrote: Found them (in access.log and error.log):

x.x.x.x - - [07/Oct/2015:18:54:42 +0000] "GET /forum/mybb/newreply.php?tid=182 HTTP/1.1" 200 12441 "http://www.likera.com/forum/mybb/Thread-Pantyhose-encasement?pid=19733" "Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; yie8; rv:11.0) like Gecko"

x.x.x.x - - [07/Oct/2015:18:54:42 +0000] "GET /forum/mybb/attachment.php?aid=16105 HTTP/1.1" 503 498755 "http://www.likera.com/forum/mybb/Thread-Pantyhose-encasement?pid=19733#pid19733" "Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; yie8; rv:11.0) like Gecko"

[Wed Oct 07 18:54:43.231108 2015] [proxy_fcgi:error] [pid 19022:tid 140278144898816] [client x.x.x.x:61231] AH01068: Got bogus version 68, referer: http://www.likera.com/forum/mybb/Thread-Pantyhose-encasement?pid=19733#pid19733

[Wed Oct 07 18:54:43.231198 2015] [proxy_fcgi:error] [pid 19022:tid 140278144898816] (22)Invalid argument: [client x.x.x.x:61231] AH01075: Error dispatching request to : (passing brigade to output filters), referer: http://www.likera.com/forum/mybb/Thread-Pantyhose-encasement?pid=19733#pid19733

OK, now I have something to search for. It's something in between Apache and HHVM.

Its still happening 😟

http://www.likera.com/forum/mybb/newreply.php?tid=182 @ 07:47 UK Summer time

MJ


RE: Site performance, Server errors, outages and tunings - herrpee - 11 Oct 2015

http://www.likera.com/forum/mybb/Thread-Inspiration-latex-photos-and-videos?pid=19778#pid19778
10:24 Brussels time


RE: Site performance, Server errors, outages and tunings - Like Ra - 11 Oct 2015

According to one of the troubleshooting posts I've tweaked the config of mod_deflate. Please let me know if there is a difference.


RE: Site performance, Server errors, outages and tunings - Like Ra - 12 Oct 2015

The more I look into it, the less I understand why it works like it works. For some unknown reason, Apache removes "Content-length" header, behaves like it does not know the size of files, and gzips images, regardless explicit denies. But not always, what makes it even more difficult to understand and troubleshoot.


RE: Site performance, Server errors, outages and tunings - Like Ra - 12 Oct 2015

I'm giving up... I tried everything, I was nice and gentle, I even consulted with the specialists, and read the special literature, I put on sexy clothes, but he?... she ... it still ignores me... sniff ... It does not listen to me... I told her it to stop touching the attachments, but it likes to squeeze them tight, even if they are getting bigger afterwards.... What a pervert...