Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - paldig

Pages: [1]
1
CentOS-WebPanel GUI / Module Command Error
« on: August 26, 2019, 08:00:17 PM »
Hi All,

Basically I installed the WHMCS module by following this guide

https://www.youtube.com/watch?time_continue=2&v=96dizYdi6WY

The problem is when I try to create an account on the remote CWP server from WHMCS, it will throw the following error

Code: [Select]
Check All Fields (only lower caps are allowed and no special characters or empty spaces...
Here is a screenshot https://imgur.com/ox7G6AN

Has anyone had such problems and can they help? Where the error log is located which can show what is happening? /usr/local/cwpsrv/logs/error_log doesn't show anything related to this issue. Thanks in advance.

2
Apache / 70007 The timeout specified has expired
« on: January 22, 2019, 04:09:59 PM »
Hi,

In case someone will face with this error:

[proxy_fcgi:error] (70007)The timeout specified has expired: [client 123.45.67.89:57527] AH01075: Error dispatching request to : (polling), referer: https://yuordomain.com/someURL

Create a file like this /usr/local/apache/conf/userdata/user/yourdomain.com/proxy.conf

Replace 'user/yourdomain.com' with your virtualhost user and domain name

Add this line:

ProxyTimeout 1800

restart apache

service httpd restart

Good luck.

Pages: [1]