Page 1 of 1

vesta Web TemplateAPACHE2 phpfcgid

Posted: Sat Jun 27, 2015 3:57 pm
by neuropass
Looks like there is some internal server error (error 500) when you activate the phpfcgid template on a site.

The error is triggered when you upload a file withing the website for example. I reads due to the mod_fcgid that is limiting request length to only 130kb . How can this be changed to an higher limit on vesta when the phpfcgid is used?

The solution I found is this:

Code: Select all

# Work around annoying fcgid limitations
<IfModule mod_fcgid.c>
  # 20MB should be enough
  MaxRequestLen 20000000
</IfModule>
I just dont know where to place it.

Re: vesta Web TemplateAPACHE2 phpfcgid

Posted: Wed Jul 15, 2015 1:54 pm
by skurudo
Look into your config /home/user/conf/web/