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 ... 65 66 [67] 68 69 ... 95
991
Installation / Re: Mail server settings
« on: May 22, 2016, 06:21:21 AM »
Hello.

Yep, for a same settings use a CWP.user.

992
Hi, check attributes.

Code: [Select]
lsattr postfix.php
if you want to edit something, it shouldn't have anything

993
Postfix / Re: Postfix with Multiple Domains
« on: April 29, 2016, 11:30:28 AM »
Hi, let us know what kind problem do you have.
Also, you can use CWP support http://centos-webpanel.com/support-service for configure.

994
Hi, the trouble with Apache was fixed in latest update.

995
Installation / Re: Can't Send Out - In
« on: April 29, 2016, 11:17:14 AM »
Hi,

for secure a web sites, better to use "File System Lock" from a CWP.user . Please note, if it active, you won't be able for change any files at the user home directory.

996
Installation / Re: Error with Roundcube
« on: April 29, 2016, 11:13:48 AM »
Hello,

check your connection settings in /usr/local/apache/htdocs/roundcube/db.inc.php

999
Hi, it will be fixed in a new version. Temporarily you can add line:
Code: [Select]
killall -9 httpd to the /etc/init.d/httpd in function stop() :
Code: [Select]
stop() {
        echo -n $"Stopping $prog: "
        killproc -p ${pidfile} -d ${STOP_TIMEOUT} $httpd
        RETVAL=$?
        echo
        [ $RETVAL = 0 ] && rm -f ${lockfile} ${pidfile}
        killall -9 httpd
}

1000
Hello.

Try to run command:
Code: [Select]
mysql_upgrade --upgrade-system-tables

1001
CentOS-WebPanel Bugs / Re: Disk space 0%
« on: April 25, 2016, 10:26:39 AM »
Great.

1002
Updates / Re: How to upgrade libmysqlclient to higher than 5.1
« on: April 25, 2016, 10:24:08 AM »
Hello.

Or you can upgrade your existing MySQL server and libs to MariaDB.


1003
Installation / Re: Can't Send Out - In
« on: April 25, 2016, 10:18:47 AM »
Hello.

You have to add MX/SPF and DKIM too and set a hostname.

1004
Installation / Re: need advice to install intl (extension php)
« on: April 25, 2016, 10:17:26 AM »
Hi, check phpinfo(); . Do you have '--enable-intl' in "Configure Command"?

1005
Information / Re: How to Secure CWP webserver
« on: April 25, 2016, 10:12:57 AM »
Hello.

Try to add
Code: [Select]
Listen 443
NameVirtualHost 202.144.128.217:443

Pages: 1 ... 65 66 [67] 68 69 ... 95