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
Apache / Re: php_flag perhaps misspelled or defined by a module
« on: November 20, 2015, 08:15:09 AM »
Hi.

It means you can't use php_flag/php_value in .htaccess.
You have to use php.ini files into your web site home directory.

1217
CentOS 6 Problems / Re: SELinux + Nginx on port 82 = FAIL
« on: November 20, 2015, 08:12:24 AM »
The CWP don't have SELinux support.

1218
Hi.

We can not know about your server or folders.
Ask a system admin about it.

1219
PHP Selector / Re: Switching to PHP 7 not working
« on: November 17, 2015, 05:20:36 PM »
Hello.

Can you maybe tell us what exactly problem did you have with it?

1220
DNS / Re: How to add a CNAME Recod
« on: November 17, 2015, 05:17:50 PM »
Hi there. Can someone help me how can i add a CNAME record on the CWP? Thank you

Hello.

You can add it as any other record.
Code: [Select]
DNS Functions -> List DNS Zones -> Edit Records

1221
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

1222
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

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

1224
Installation / Re: Installation FAILED at pure-ftpd
« on: November 17, 2015, 05:02:25 PM »
I hope soon...

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

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

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

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

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

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

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