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 - locvfx

Pages: 1 2 3 [4] 5 6 ... 8
46
CSF Firewall / Re: error on firewall
« on: May 15, 2017, 04:25:29 PM »
Important, if you are using centos 7 : you need to disable default firewalld (shipped with Centos 7)
Quote
systemctl disable firewalld
systemctl stop firewalld

Then, Just simply disable csf

Quote
csf -x

And then re-enable it in CWP (on browser)

47
CentOS-WebPanel GUI / Re: Limiting WP features
« on: May 13, 2017, 05:18:52 AM »
@sandeep i know its not cpanel but this is a general thing which is required no matter what panel it is.

hahah you better buy cpanel license

48
CentOS-WebPanel GUI / Re: MySQL Manager gaps
« on: May 13, 2017, 05:16:12 AM »
my opinion: CWP is not suitable for commercial usage(web hosting or reseller), but it is really good for you to manage your own server. So don't expect too much from client management features.

49
CentOS-WebPanel GUI / Re: Live-Monitor not working
« on: May 13, 2017, 05:12:01 AM »
 ;D too smart antivirus

50
CentOS-WebPanel GUI / Re: Problem port 25
« on: May 13, 2017, 05:06:13 AM »
You need SSL in order to use port 465
CWP does not block port 25 neither , please check your firewall

51
CentOS-WebPanel GUI / Re: data transfer
« on: May 13, 2017, 05:03:32 AM »
You need to do it manually:
- Backup/restore databases (search google for mysqldump, mysql)
- Zip public_html files
- wget to transfer files to new vps

52
SSL / Re: AutoSSL not working on Centos7
« on: May 12, 2017, 09:00:50 AM »
Simple, just delete old certificates and reinstall new one.

53
CentOS 7 Problems / Re: Prestashop is not working
« on: May 10, 2017, 01:59:42 PM »
Sorry, I don't get what you mean. I don't see any problem with Presta running on CWP. Are you talking about the payment gateway? if that is correct you should check document regarding Presta and payment gateways. Perhaps you should try 2CO or stripe.

54
CSF Firewall / Re: the firewall block all access
« on: May 09, 2017, 05:33:40 PM »
You probably confuse CSF and the firewall which is provided by hosting provider.
the CSF from CWP does not block access to well-known ports (80,25...)

Mostly all cloud hosting providers nowaday provide firewall and in this case you need to setup Security Group to open ports

55
CentOS 7 Problems / Re: Don't recieve mail
« on: May 04, 2017, 03:48:48 AM »
- Check your domain MX record
- Verify if you are able to connect to IMAP or POP3
- Try to send email in roundcube
- disable firewall and try to send test mail
- Check hostname and rebuild mail server if necessary

56
E-Mail / Re: Error loading webmail
« on: May 01, 2017, 05:21:53 PM »
Quote
PHP Fatal error:  Uncaught Error: Class 'Net_IDNA2' not found

if you don't have a working idn_to_utf8 function.This class is used. It should be included into PHP 5.3. In Debian, this is
php5-intl package. you check whether intl.so was loaded ?

57
DKIM / Re: I'm a bit lost
« on: May 01, 2017, 05:03:29 PM »
I configured DKIM, I did this:

Over the panel:
(1) Email - DKIM & SPF Manager

(2) I selected my domain and i generated a DKIM key

(3) Then i took a look at: "/var/named/my_domain.com.db" and i found:
default._domainkey IN TXT "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyPJGm1OFopzv9zfPm7DQfQP4CDSe1iNS0BAogvXqaX/viXOVgMDJmra2FaCm2h4BE3XNLBEhaR+iap3GwFCuRNM3EihL6RlpIT6zxUl4CDQSY0Mu3vCDcV59ycWoQvebanqQPKwU1fHH6dZkq22/ncwxW/rUENke2qXKLxybkrwIDAQAB"

(4) Then i went to DynaDot (my dns provider) and i added the TXT record
DOMAIN: default._domainkey.my_domain.com
TARGET:
v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyPJGm1OFopzv9zfPm7DQfQP4CDSe1iNS0BAogvXqaX/viXOVgMDJmra2FaCm2h4BE3XNLBEhaR+iap3GwFCuRNM3EihL6RlpIT6zxUl4CDQSY0Mu3vCDcV59ycWoQvebanqQPKwU1fHH6dZkq22/ncwxW/rUENke2qXKLxybkrwIDAQAB

I sent an email over roundcube to gmail but it's still not signed, what did i miss?
What else should i do?

Thanks for your time

In your domain panel, the TXT record Host should be

default._domainkey.my_domain.com  (remove --> .my_domain.com)

The VALUE should be

v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyPJGm1OFopzv9zfPm7DQfQP4CDSe1iNS0BAogvXqaX/viXOVgMDJmra2FaCm2h4BE3XNLBEhaR+iap3GwFCuRNM3EihL6RlpIT6zxUl4CDQSY0Mu3vCDcV59ycWoQvebanqQPKwU1fHH6dZkq22/ncwxW/rUENke2qXKLxybkrwIDAQAB

58
CentOS 7 Problems / Re: can't move mysql datadir
« on: May 01, 2017, 04:49:01 PM »
service mysqld stop
cd /var/lib
mv mysql YOUR_NEW_LOCATION_PATH
ln -s YOUR_NEW_LOCATION_PATH mysql
chown -R mysql:mysql YOUR_NEW_LOCATION_PATH
service mysqld start

59
CentOS-WebPanel Bugs / Re: Firewall manager Disabled Bug
« on: May 01, 2017, 04:34:55 PM »
Run this command to disable csf
csf -x

After that, go to CWP web panel and enable it.

Pages: 1 2 3 [4] 5 6 ... 8