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.
1216
MySQL / Re: Mysql change root password
« on: November 17, 2015, 05:14:30 PM »
Hello.
Use next:
next step you have to change configuration files and set your new password here:
Use next:
Code: [Select]
service mysqld stop
killall -vw mysqld
mysqld_safe --skip-grant-tables &
Code: [Select]
mysql -e "UPDATE mysql.user SET Password=PASSWORD('DB_ROOT_PASS') WHERE user='root'"
where DB_ROOT_PASS is new root passwordCode: [Select]
mysql -e "FLUSH PRIVILEGES"
service mysqld restart
next step you have to change configuration files and set your new password here:
Code: [Select]
1. /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
2. /root/.my.cnf
1217
MySQL / Re: Change default port mariadb in cwp?
« on: November 17, 2015, 05:09:19 PM »
Hello.
Try to add it to the /etc/my.cnf . That should be works.
also for the checking use the command;
Try to add it to the /etc/my.cnf . That should be works.
also for the checking use the command;
Code: [Select]
netstat -nlp | grep -i mysql
1218
Installation / Re: Understanding Virtualhosts
« on: November 17, 2015, 05:05:23 PM »
Hello.
Try to check our wiki: http://wiki.centos-webpanel.com/ and youtube channel: https://www.youtube.com/channel/UC4ASiZ1zGZ1nSpZyTzDGtdA
Try to check our wiki: http://wiki.centos-webpanel.com/ and youtube channel: https://www.youtube.com/channel/UC4ASiZ1zGZ1nSpZyTzDGtdA
1219
Installation / Re: Installation FAILED at pure-ftpd
« on: November 17, 2015, 05:02:25 PM »
I hope soon...
1220
FTP / Re: How to Change Owner and Group of a file
« on: November 13, 2015, 07:48:56 AM »
Hello.
First of all, you can not using the root account for upload your files, you have to use a user account.
Second, you can click the button: "User accounts" -> "Fix permissions".
First of all, you can not using the root account for upload your files, you have to use a user account.
Second, you can click the button: "User accounts" -> "Fix permissions".
1221
CentOS 6 Problems / Re: SELinux + Nginx on port 82 = FAIL
« on: November 13, 2015, 07:35:17 AM »
Hello.
I'm afraid the CWP still does not have support SELinux. We're recommend turn off it if you do not understand how to configure SELinux.
You can check what software exactly use the port:
I'm afraid the CWP still does not have support SELinux. We're recommend turn off it if you do not understand how to configure SELinux.
You can check what software exactly use the port:
Code: [Select]
netstat -nlp | grep :82
and then to kill the proccess.
1223
Installation / Re: What is the best method to migrate CWP to a new server?
« on: November 13, 2015, 07:27:59 AM »
Hello.
At the moment users accounts could be migrate manually only. The CWP does not have a features for that.
At the moment users accounts could be migrate manually only. The CWP does not have a features for that.
1224
Installation / Re: Fresh install of CWP on Centos 6.7 cannot access web server on 2030 or 2031
« on: November 13, 2015, 07:25:41 AM »
Hello.
Nobody knows how did you install it and what errors did you have.
Just check if the directory /usr/local/cwpsrv/modsecurity-crs/ exists.
Nobody knows how did you install it and what errors did you have.
Just check if the directory /usr/local/cwpsrv/modsecurity-crs/ exists.
1225
Installation / Re: Just installed CWP and having problem with mail
« on: November 13, 2015, 07:23:10 AM »
Hello.
For installation you should using clean CentOS 6.x (minimal/standart/server - it is does not matter).
For installation you should using clean CentOS 6.x (minimal/standart/server - it is does not matter).
1227
CentOS Configuration / Re: How to install CWP on another hard disk
« on: November 13, 2015, 07:19:35 AM »
You're welcome.
1228
CentOS Configuration / Re: How to install CWP on another hard disk
« on: November 10, 2015, 07:34:57 AM »
Hello.
No, you can't change the disk by CWP. But you can mount your second disk as /home partition or you can change it manually by system admin.
No, you can't change the disk by CWP. But you can mount your second disk as /home partition or you can change it manually by system admin.
1229
MySQL / Re: Command Line (often faked in exploits):
« on: November 10, 2015, 07:30:31 AM »
Hello.
He is meant you should the line /usr/sbin/mysqld in your /etc/csf.pignore .
Also can you write here full message?
He is meant you should the line /usr/sbin/mysqld in your /etc/csf.pignore .
Also can you write here full message?
1230
E-Mail / Re: mail settings are wrong.
« on: November 10, 2015, 07:26:27 AM »
Hello.
For smtp.your_domain you should add this sub domain to your DNS config.
Standart ports 25 and 143 works great by default.
For smtp.your_domain you should add this sub domain to your DNS config.
Standart ports 25 and 143 works great by default.