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 ... 78 79 [80] 81 82 ... 95
1186
You're welcome!

1187
E-Mail / Re: Problem with Spam
« on: December 01, 2015, 11:55:50 AM »
Hi, also you can try to check it here http://www.mail-tester.com/

1188
DNS / Re: www not only works on subdomain
« on: December 01, 2015, 11:53:12 AM »
Hello.

Try to add:

Code: [Select]
www.subdomain IN      A      SERVER_IPor if it won't help:
Code: [Select]
www.subdomain.domain.com. IN      A      SERVER_IP

1189
DNS / Re: Managed DNS Integration.
« on: December 01, 2015, 11:51:42 AM »
Hello.

No, at the moment the functional does not support.
You can use http://centos-webpanel.com/website-ddos-protection-proxy

1190
Apache / Re: httpd: (98)Address already.....
« on: December 01, 2015, 11:47:37 AM »
Приветствую.

Необходимо было проверить каким процессом используется указанный в ошибке порт, например командой:
Code: [Select]
netstat -nlp | grep :80и "убить" эти процессы. (Скорее всего Apache был некорректно остановлен.)
После чего пробовать перезапускать.

1191
Information / Re: Processes List ?
« on: December 01, 2015, 11:38:12 AM »
Hi, you can change it in the configuration file /usr/local/apache/conf/extra/httpd-mpm.conf .
By default the CWP using mpm prefork . You can check it by command:  httpd -M |grep -i mpm

1192
Hello.

Would you like to use the CWP support service?
http://centos-webpanel.com/support-services

1193
Hi.

You check if amavisd daemon is works.
Code: [Select]
/etc/init.d/amavisd restartif it wasn't install:
Code: [Select]
yum --enablerepo=epel -y install amavisd-newand start it:
Code: [Select]
/etc/init.d/amavisd restart

1194
Apache / Re: codeigniter htaccess
« on: November 27, 2015, 10:47:48 AM »
Hi.

If you have a blank page, check your /usr/loca/apache/logs/error_log (or other if you've changed it).

1195
Apache / Re: nginx reverse proxy, can't access phpmyadmin
« on: November 27, 2015, 10:46:19 AM »
Hello.

Check nginx configs. Looks like nginx don't proxying to the Apache.

if i enable it, i can't access phpMyAdmin, browser just downloads the index.php as a file...
going to phpMyAdmin/ folder, just downloads a no size file called "download"



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

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

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

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

1200
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

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