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 ... 82 83 [84] 85 86 ... 95
1246
CentOS-WebPanel GUI / Re: How to install thiss theme
« on: November 05, 2015, 10:24:30 AM »
Hello.

This is very old theme and can not be installed.

1247
Installation / Re: how can install MemCached ? thanks
« on: November 05, 2015, 10:21:49 AM »
Hello

Mine fails at the ./configure stage
error is:
Code: [Select]
checking for libmemcached location... configure: error: memcached support requires libmemcached. Use --with-libmemcached-dir=<DIR> to specify the prefix where libmemcached headers and library are located
I'm a noob at this, so any help appreciated!


all the best

Dan


Hi,

try to comile it with the option: --with-libmemcached-dir or --with-libmemcached-dir=/usr

1248
Glad to help you.
Have a nice day.

1249
Information / Re: What does CentOS 7 Installer mean?
« on: November 05, 2015, 10:18:47 AM »
Hello.

We're still work. To be a patience guys, thanks. It will be soon.

1250
Information / Re: quota
« on: November 05, 2015, 10:15:59 AM »
Thx - which Data is Count in Option Quota? Only Webspace? And if so, will it be changed  or extended to Database and Mail ... too?

Quota it is only disk quota for user's home directory.
And yes, we have it in a plans.

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

1252
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

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

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

1255
FTP / Re: How to change ftp port
« on: November 03, 2015, 10:21:15 AM »
Hello.

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 ~#

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

1257
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:
Code: [Select]
yum --enablerepo=epel install libsodium-devel

1258
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!

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

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

Pages: 1 ... 82 83 [84] 85 86 ... 95