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.


Messages - paldig

Pages: [1]
1
Updates / Re: lfd on ....: Excessive resource usage: clamupdate
« on: December 17, 2019, 07:47:52 AM »
You need to add /usr/bin/freshclam to /etc/csf/csf.pignore and restart the firewall. The notification is generated by the firewall and it has nothing to do with CWP.

2
CentOS-WebPanel GUI / Re: Help needed - Per Domain HTTPS / HTTP selection
« on: November 26, 2019, 10:05:54 AM »
Hi,

For apache server you must add a .htaccess rule manually for that specific domain which will force redirect to https For nginx only servers you will need to modify the domain config file and add a https force redirect rule.

3
Information / Re: whare is apache configuration ?
« on: November 26, 2019, 09:39:38 AM »
Hi,

If you cannot find these values then you must add them manually into /usr/local/apache/conf.d/ or /usr/local/apache/conf.d/limits.conf

Perhaps you should check first why your server is reaching max limits.

4
FTP / Re: Ftp user login+ hostname problem
« on: September 12, 2019, 09:36:24 AM »
Hi,

I can confirm the same problem on my CWP servers. When you create a FTP virtual user from CWP user interface, FTP account is created with incorrect format example@domain.com@domain.com

5
FTP / Re: can not login FTP
« on: September 12, 2019, 08:58:12 AM »
Hi,

For those who encounter such issues, you need to open FTP port range for passive connections from the CSF config file. Find your FTP config file, for example pure-ftpd will be /etc/pure-ftpd/pure-ftpd.conf, and search for PassivePortRange. Set it to something like this:

PassivePortRange          30000 30050

Restart the ftp server. Then go to /etc/csf/csf.conf and find 'Allow incoming TCP ports'. Add 30000:30050 at the end of the TCP_IN line, save the changes and restart csf. Now the connection should work.

6
CentOS-WebPanel GUI / Re: Module Command Error
« on: August 29, 2019, 08:30:07 AM »
I was wrong, capital letters for passwords is permitted.

To tell WHMCS to generate random passwords without special characters, go to Setup>General settings>Security and check 'Generate passwords containing a combination of letters and numbers only' This way you don't need to modify the password manually while creating new users and the module will not complain about special characters.

7
CentOS-WebPanel GUI / Re: Module Command Error
« on: August 27, 2019, 12:02:49 PM »
Apparently you can't use special characters or capital letters in the 'Password' field which is not a smart idea from the security perspective. I will point the devs. to this topic. Hopefully they will fix this.

8
CentOS-WebPanel GUI / Re: Module Command Error
« on: August 27, 2019, 10:47:06 AM »
It doesn't have empty spaces or special characters. That is why I'm asking for help.

9
CentOS-WebPanel GUI / Re: Module Command Error
« on: August 27, 2019, 08:52:31 AM »
Thank you for your response. As displayed in the screenshot, the domain name and the username format is fine.

10
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.

11
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.

12
Mod_Security / Re: How to disable a rule by ID
« on: January 22, 2019, 11:51:32 AM »
Hi,

Go to Mod Security> Accounts> Edit rules> Edit file> add the output below:

<IfModule mod_security2.c>
SecRuleEngine On
SecRuleRemoveById 211190
</IfModule>

Replace the mod_sec ID with the one you want to exclude, in your case it is 211190. Then restart/reload the apache server.

13
CentOS-WebPanel Bugs / Re: Error Transfer Account CWP to CWP (centos7)
« on: December 26, 2018, 10:53:58 AM »
Hi Guys,

Please fix this problem ASAP. We cannot transfer the accounts.

14
Postfix / Re: Problems Postfix
« on: December 04, 2018, 10:21:45 AM »
Hi,

Basically, the error is saying that the CA is unknown and the connection is dropped. If you will look into your postfix config file /etc/postfix/main.cf, you will notice something like this:

smtpd_tls_key_file = /etc/pki/tls/private/srv.servername.com.key
smtpd_tls_cert_file = /etc/pki/tls/certs/srv.servername.com.crt
smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt

What you need to do is it so change the CA file path to the correct one. In my case, it was:

smtpd_tls_CAfile = /etc/pki/tls/certs/srv.servername.com.bundle
smtp_tls_CAfile = /etc/pki/tls/certs/srv.servername.com.bundle

This happened when I changed the server hostname and installed a Let's Encrypt SSL for it, from the CWP interface. For some reason, it did not change the CA file path automatically. I hope this will help someone facing the same issues.

15
CentOS-WebPanel Bugs / Re: BUG on PHP Builder
« on: September 27, 2018, 03:33:47 PM »
Hi,

This problem is still not fixed. PHP build still throwing the same error when ionCube is enabled among with HTTPS Error 404 - Not Found for repository

https://ewr.edge.kernel.org/fedora-buffet/epel/7/x86_64/repodata/f2cb9d125452386dac4a1f3f40022d1d9771ce6342de0ba458510d270e94d0c4-updateinfo.xml.bz2: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article

https://wiki.centos.org/yum-errors

If above article doesn't help to resolve this issue please use https://bugs.centos.org/.

https://mirror.vcu.edu/pub/gnu%2Blinux/epel/7/x86_64/repodata/6772c88ca398a0090eec24bb3ee26c34490d0ac5816d1a594fb192fa4792c262-primary.xml.gz: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.

On a fresh installed OS.

Pages: [1]