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 - Igor S.

Pages: 1 ... 80 81 [82] 83 84 ... 95
1216
MySQL / Re: Mysql change root password
« on: November 17, 2015, 05:14:30 PM »
Hello.

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 password
Code: [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;

Code: [Select]
netstat -nlp | grep -i mysql

1218
Installation / Re: Understanding Virtualhosts
« on: November 17, 2015, 05:05:23 PM »

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

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:
Code: [Select]
netstat -nlp | grep :82and then to kill the proccess.

1222
Installation / Re: Installation FAILED at pure-ftpd
« on: November 13, 2015, 07:30:17 AM »
Hi.

In your ask:

Code: [Select]
Installed:
  bind.x86_64 32:9.9.4-18.el7_1.5          bind-libs.x86_64 32:9.9.4-18.el7_1.5
  bind-utils.x86_64 32:9.9.4-18.el7_1.5

Code: [Select]
Redirecting to /bin/systemctl stop  iptables.service
you have using unsupported version CentOS 7 .

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.

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

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

1226
SSL / MOVED: [Tutorial] Strong SSL Security for Apache
« on: November 13, 2015, 07:21:04 AM »

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.

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?

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.

Pages: 1 ... 80 81 [82] 83 84 ... 95