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
Apache / Re: How to turn off server signature on web server?
« on: November 27, 2015, 10:40:30 AM »
Hi.
You can't hide it since a web browsers require the info.
You can hide a version numbers in a configs.

1202
CentOS 6 Problems / Re: sd 2:0:0:0 rejecting I/O tı offline device
« on: November 27, 2015, 10:38:32 AM »
Hi, check you drivers and/or device.

1203
How to / Re: how to mongodb
« on: November 27, 2015, 10:36:17 AM »
Hi.

The CWP is supporting MySQL, MariaDB or Percona only.
You can try install it manually.

1204
How to / Re: How to Change User Directory?
« on: November 27, 2015, 10:35:04 AM »
Hello.

I'm afraid the CWP does not have the feature... You must create a home directory manually.

1205
MySQL / Re: Cant add user to mysql database
« on: November 24, 2015, 12:57:40 PM »
Hello.

For username you should use only letters or numbers or both. Also you can use: "-" and "_" .

Hello
When i try to add user to database i get that error " Warning! : No special characters are allowed! "
but whit root account I can

1206
Hi, course. You have to use CentOS 6.x

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

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

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

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

1211
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

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

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

1214
Hello.

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

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

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