Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
02/03/18 05:42:38PM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

it is absolutely NOT unique to my server especially since this is A DIFERENT SERVER
it is because my sites huge, has a massive database, and trying to allow full lenhth video uploads (multiple gigs)

this was set up by a completely diferent guy, a hosting company. it is an issue that exists in jamroom, but only when you try to use it the way i use it, so requires special server settings THAT YOU COULD HAVE TRIED TO HELP WITH
all the errors are here that i used to diagnose it WITH NO LINUX EXPERIENCE so i would ecxpect people who have done this sort of thing before might just be able to figure iot out a lil easier then me, who never touched Linux before last year.

the fast fgi settings i will post should be added to the dovcumentation fort all large sites especially those wanting to alow large file uploads

the isue is with fastcgi not my server not anyonres server
it is simply something that nobody here ever mentioned changing configuration values would solve my issues
soaringeagle
@soaringeagle
02/03/18 05:28:49PM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

well thanks for being so helpful


or.. whatever you call that
soaringeagle
@soaringeagle
02/03/18 05:19:38PM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

i actualy have the issue solved
i'll be posting it as a tip in a few minhen its all verified

nobody in all these years of dealing with the same issue ever suggested it was fastcgi settings causing the issue

its a good thing i never give up.. this took step by step propblem solving till i found a working solution
soaringeagle
@soaringeagle
02/03/18 04:47:07PM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

pretty sure i have it solved now? i'd correct 1 error which would reveal another, and bit by biit had it narrowed down to fastcgi settings

in vhost config i added
<IfModule mod_fcgid.c>
	FcgidMaxRequestLen 64424509440
	FcgidIOTimeout 18000
	FcgidMaxRequestsPerProcess 100
	FcgidProcessLifeTime 7200
	FcgidBusyTimeout 98000
</IfModule>

i believe the busy timeouts the final piece of the puzzle as i started getting partial vid uploads
soaringeagle
@soaringeagle
02/03/18 02:40:07PM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

noew i get
Premature end of script headers: router.php, referer: https://www.dreadlockssite.com/uploaded_audio/reconvert

isuspect its something to do with max header size
soaringeagle
@soaringeagle
02/03/18 02:18:32PM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

found clues in error log

(104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer: https://www.dreadlockssite.com/uploaded_audio/reconvert

Premature end of script headers: router.php, referer: https://www.dreadlockssite.com/uploaded_audio/reconvert

mod_fcgid: HTTP request length 134225485 (so far) exceeds MaxRequestLen (134217728), referer: https://www.dreadlockssite.com/uploaded_video/create
soaringeagle
@soaringeagle
02/03/18 01:48:20PM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

its a setting somewhere thats the issue
php most likely
i increased max ecxec time and max input time dramaticly, it increased how long it goes before hanging up..

instead of 60 sec it goes a few minutes zat least then i get this error

i have a suspicion its some hard limit in plesk, which i was told by them was the best optiopn, i know everyone will say6 go with no control panel, but had a lot of trouble last time we tried that
soaringeagle
@soaringeagle
02/03/18 11:09:15AM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

nope, closer but still getting this error in console when the audio reconversion add to queue thing stops

HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request.
(XHR)POST - https://www.dreadlockssite.com/uploaded_audio/reconvert_save/__ajax=1
updated by @soaringeagle: 02/03/18 11:35:38AM
soaringeagle
@soaringeagle
02/03/18 10:51:15AM
3,304 posts

new server (very fast) still some issues remain


Installation and Configuration

may have solved all but the invalid media url issue
  38