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.
1246
PHP / Re: Is it possible to use HHVM?
« on: November 04, 2015, 09:40:35 AM »
Hello.
Yes, you can using it, but you should install it manually.
Yes, you can using it, but you should install it manually.
1247
PHP / Re: libsodium
« on: November 03, 2015, 12:18:16 PM »
I guess you can install the module with pecl.
Something like: pecl install libsodium
Something like: pecl install libsodium
1248
PHP / Re: LibSSH2
« on: November 03, 2015, 12:16:00 PM »
Yes, try. As I said before the CWP does not have any blocks.
Check your php.ini files.
Check your php.ini files.
1249
PHP / Re: Problem switching to PHP 5.4.45
« on: November 03, 2015, 12:14:44 PM »
Hi,
I had same troubles, but PHP version have been switched.
I had same troubles, but PHP version have been switched.
1250
FTP / Re: How to change ftp port
« on: November 03, 2015, 10:21:15 AM »
Hello.
You can change port in the /etc/pure-ftpd/pure-ftpd.conf :
Hi Guys!
I wonder how do I change the default FTP port . It's because? My ISP is blocking port 21 .
You can change port in the /etc/pure-ftpd/pure-ftpd.conf :
Code: [Select]
Igor ~# grep Bind /etc/pure-ftpd/pure-ftpd.conf
Bind 234
# Bind 127.0.0.1,21
Igor ~# /etc/init.d/pure-ftpd restart
Stopping pure-ftpd: [ OK ]
Starting pure-ftpd: [ OK ]
Igor ~# netstat -nlp|grep -i ftp
tcp 0 0 0.0.0.0:234 0.0.0.0:* LISTEN 13592/pure-ftpd (SE
tcp 0 0 :::234 :::* LISTEN 13592/pure-ftpd (SE
Igor ~#
1251
FTP / Re: Pasive FTP in CWP
« on: November 03, 2015, 10:17:54 AM »
Hi,
you should to check the /etc/pure-ftpd/pure-ftpd.conf .
The CWP can't change a configs like that.
you should to check the /etc/pure-ftpd/pure-ftpd.conf .
The CWP can't change a configs like that.
1252
PHP / Re: libsodium
« on: November 03, 2015, 10:15:42 AM »
Hi,
what kind problem do you have?
As I see it can be installed by:
what kind problem do you have?
As I see it can be installed by:
Code: [Select]
yum --enablerepo=epel install libsodium-devel
1253
PHP / Re: Uograde to php5.5
« on: November 03, 2015, 10:13:45 AM »
Hi,
yes it should be easy.
Do not forget create backup before upgrade!
yes it should be easy.
Do not forget create backup before upgrade!
1254
PHP / Re: LibSSH2
« on: November 03, 2015, 10:10:22 AM »
Hi,
Nothing to block any extension.
Check if the module is loaded and does not have any troubles.
Nothing to block any extension.
Check if the module is loaded and does not have any troubles.
1255
PHP / Re: Problem switching to PHP 5.4.45
« on: November 03, 2015, 10:09:07 AM »
Hello.
Check the rebuild log file, last 20-40 lines. It is should have some errors.
I guess you should to install some rpm package.
Check the rebuild log file, last 20-40 lines. It is should have some errors.
I guess you should to install some rpm package.
1256
E-Mail / Re: roundcube not working
« on: November 03, 2015, 10:05:43 AM »
Hi,
That's can happens if you changed some configs and suPHP become wrong.
That's can happens if you changed some configs and suPHP become wrong.
1257
E-Mail / Re: i cannot send email with roundcube
« on: November 03, 2015, 10:04:36 AM »
Hi.
What do you mean and what errors do you have?
All the telepathists on vacation, and you have to write more details about you problem.
What do you mean and what errors do you have?
All the telepathists on vacation, and you have to write more details about you problem.
1258
Dovecot / Re: Dovecot running slow
« on: November 03, 2015, 10:02:46 AM »
Hi.
I couldn't reproduce the issue, and it works great in the default version.
Try to check your "Kaspersky Security for Mail Server" becuse it is not CWP's service.
I couldn't reproduce the issue, and it works great in the default version.
Try to check your "Kaspersky Security for Mail Server" becuse it is not CWP's service.
1259
Apache / Re: How to Enable mod_rewrite?
« on: November 03, 2015, 09:54:38 AM »
Hello.
mod_rewrite enabled by default.
Check you configs and .htaccess.
mod_rewrite enabled by default.
Check you configs and .htaccess.
1260