Control Web Panel

WebPanel => Apache => Topic started by: HamadaBader on May 10, 2019, 03:13:13 AM

Title: cgid:error (70007)The timeout specified has expired
Post by: HamadaBader on May 10, 2019, 03:13:13 AM

Hello,
i have a problem at website while upload file

from error.log for domain
[cgid:error] [pid 19617:tid 139770273408768] (70007)The timeout specified has expired: [client 95.211.95.4:61485] AH01270: Error reading request entity data, referer:

i try increase time out in php.ini , but still
also try this https://forum.centos-webpanel.com/apache/70007-the-timeout-specified-has-expired
Title: Re: cgid:error (70007)The timeout specified has expired
Post by: Igor S. on May 16, 2019, 08:26:21 AM
Hi,
Quote
Create a file like this /usr/local/apache/conf/userdata/user/yourdomain.com/proxy.conf
do not forget to uncomment the line in /usr/local/apache/conf.d/vhosts/domain.tld.conf
Title: Re: cgid:error (70007)The timeout specified has expired
Post by: vmSean on May 17, 2019, 04:27:40 PM
Hi,
Quote
Create a file like this /usr/local/apache/conf/userdata/user/yourdomain.com/proxy.conf
do not forget to uncomment the line in /usr/local/apache/conf.d/vhosts/domain.tld.conf

...what goes in this file?
Title: Re: cgid:error (70007)The timeout specified has expired
Post by: Igor S. on May 18, 2019, 03:03:45 PM
It should has something like:

Code: [Select]
# Custom settings are loaded below this line (if any exist)
# IncludeOptional "/usr/local/apache/conf/userdata/USER/DOMAIN/*.conf"

and you have to uncomment the "IncludeOptional" and then restart Apache.