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 ... 79 80 [81] 82 83 ... 95
1201
Hi, course. You have to use CentOS 6.x

1202
Installation / Re: how can install MemCached ? thanks
« on: November 24, 2015, 12:50:19 PM »
Hello everybody.

Who want to install php pecl memcached with the CWP should use old libmemcached.
See below for instruction:

1. Install Webtatic repo and libmemcached:
Code: [Select]
rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
yum install libmemcached10-devel
2. Get and unpack pecl memcached

Code: [Select]
cd /usr/local/src
pecl download memcached
tar -xf memcached-{downloaded_version}.tgz

3. Compile it
Code: [Select]
cd memcached-{downloaded_version}/
/usr/local/bin/phpize
./configure
make

4. Install it
Code: [Select]
mkdir -p `php -c date.timezone=utc -i |grep -i no-debug-non |awk '{print $3}'`
cp modules/memcached.so  `php -c date.timezone=utc -i |grep -i no-debug-non |awk '{print $3}'`
echo "extension=memcached.so" >> /usr/local/php/php.ini
/etc/init.d/httpd restart

5. Enjoy!

1203
Installation / Re: Fresh install with weird partition
« on: November 24, 2015, 12:40:41 PM »
Hello.

You have to change it yourself and manually (if you want).

1204
Installation / Re: Whole system in one partition?
« on: November 24, 2015, 12:39:27 PM »
Hello to all,

Is CWP installation expect the system to have everything in one partition?

My Centos allocate most of the space to /home partition, but CWP are not using /home partition to store user emails.

Now my / partition only have 50GB, one user account already use up more than half of it. How can I fix this now?

Please advice, thank you.

Regards,
Mark


The /home/ partition using as a users home directory. The CWP+Apache+PHP etc using less 1Gb.

1205
I can't find anything about partition in installation guide. Is there any right and wrong on partition for CWP installation?

Developer any advice?

The CWP will be installed to /usr/local/ and it does not have any partition configurations.

1206
DNS / Re: How to add a CNAME Recod
« on: November 24, 2015, 12:36:07 PM »
Thank you for the answer. But which IP should i use?

I guess your server IP

1207
DNS / Re: Change NS IP Address
« on: November 24, 2015, 12:35:20 PM »
Hello.

Have you maybe changed the NS in a domain registrar panel?
If yes, you have to wait 12-72 hours.

1208
Information / MOVED: Change NS IP Address
« on: November 24, 2015, 12:32:32 PM »

1209
Hello.

If you using other NS, you can not use it your NS.
You should decide what exactly NS you want to use.

1210
Varnish / Re: How to exclude any file or folder from varnish cache?
« on: November 20, 2015, 08:17:57 AM »
No admin to help?

Let us know if you will found a solution.

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

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

1213
Hi.

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

1214
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?

1215
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

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