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.
46
MySQL / Re: How to increase number of Mysql databases alloted for a user ?
« on: January 25, 2018, 11:35:41 PM »
First, identify which package a domain name is using in the CWP > Domains > List Domains page and then change Databases allocation of the package through CWP > Packages > List Packages page.
48
CentOS Configuration / Re: CWP Secure Accesa
« on: January 24, 2018, 08:11:35 PM »
You need to install an SSL Certificate on the server's hostname too to securely access CWP.
49
SSL / Re: AutoSSL fails, even though all DNS records, and DNSSEC are set?
« on: January 21, 2018, 08:45:00 PM »
It looks like a DNS issue, what's the output of the below command?
dig A xxxxxx.com
Note:- Make sure to replace xxxxxx.com with an actual domain name.
dig A xxxxxx.com
Note:- Make sure to replace xxxxxx.com with an actual domain name.
50
Installation / Re: How to install Centos Web Panel on Amazon Web Services ?
« on: January 18, 2018, 07:44:07 AM »
You will need to first launch an instance in Amazon Web services > then go to AWS marketplace > search for CentOS and install CentOs on it. Once you've done that then install CWP by following this link http://centos-webpanel.com/installation
51
CentOS-WebPanel Bugs / Re: console.php (lighweight web console) nano not working
« on: January 17, 2018, 06:58:06 AM »
Fire this command and then try to edit the file.
export TERM=xterm
export TERM=xterm
52
MySQL / Re: Maximum Upload size of phpMyAdmin
« on: January 17, 2018, 06:51:29 AM »
Change post_max_size too with the same value and check if it's reflected in phpMyAdmin or not.
53
Apache / Re: Protect Your Server Against Symlink Attack
« on: January 17, 2018, 06:49:03 AM »
Yes, this patch is available since the last couple of months.
54
CentOS Configuration / Re: Disk usage alert?
« on: January 14, 2018, 07:48:32 AM »
Try this script:- https://www.cyberciti.biz/tips/shell-script-to-watch-the-disk-space.html
55
CSF Firewall / Re: Is it necessary to enable CSF Firewall or Mod security in Centos Web Panel ?
« on: January 14, 2018, 07:40:08 AM »
CSF and Mod_security both are security modules which can protect your server from different attacks. I do recommend you to enable both options for your VPS.
56
Postfix / Re: yahoo gmail and hotmail
« on: January 11, 2018, 08:10:58 AM »
Did you setup rDNS for your server?
58
DNS / Re: Bind Not starting after restarting the server
« on: January 09, 2018, 05:31:12 AM »
Glad to see your issue has been resolved.
59
E-Mail / Re: Relay access denied
« on: January 09, 2018, 05:29:14 AM »
Check this link:- https://bobcares.com/blog/454-4-7-1-relay-access-denied/
60
DNS / Re: Bind Not starting after restarting the server
« on: January 09, 2018, 03:17:18 AM »
What's the output of command?:- systemctl status named.service