Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-24, 15:49:59

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 - xamer

Pages: 1 2 [3] 4 5
31
Kloxo-MR Technical Helps / Re: php-fpm problem
« on: 2016-07-01, 19:07:59 »
php used is empty. Should i install 'Multiple PHP Install' them and choose?
 I use PHP Used -> --PHP Branch --
And PHP Branch -> php53u_(as_5.3.29)

32
Kloxo-MR Technical Helps / php-fpm problem
« on: 2016-07-01, 18:27:09 »
the problem was in all last kloxoMR7 from Kloxo-MR 7.0.0.b-2016062202 to Kloxo-MR 7.0.0.b-2016063002.

Something happens to php-fpm and needed manual restart with sh /script/restart-php-fpm
It happens when I create new domain, changing owner user or just visiting Webserver Config page without any action there.
I investigate that problem is that php can't use any class in php scripts of all of my sites. It gives 500 error at the page of the web browser.
I create simple script to test:
Code: [Select]
$m = new Memcache;
if ($m->pconnect('127.0.0.1', 11211)) { echo 'memcached'; } else { echo 'none'; }
when i hit this script everithing is fine, it gives me "memcached".
Then I visit the Webserver Config page in control Panel and in several seconds it gives 500 internal server error at the testing php script(Fatal error: Class 'Memcache' not found in...). I restart with sh /script/restart-php-fpm and everything is fine again. I notice that Kloxo CP always works fine at that problem moments. It touches only clients sites.

Can someone help me to solve this problem?

I use PHP Branch  php5.3.29, Nginx+php-fpm.

33
Kloxo-MR Releases / Re: Nginx configuration bug
« on: 2016-06-28, 06:54:06 »
php-fpm stops at 5-57 in the morning. I have to restart it manually. Restarting with cron tabs doesn't help.

Maybe it is a good idea to move this topic to technical heklps forum?
Well, it is ok with dumps in backup.

34
Kloxo-MR Releases / Re: Nginx configuration bug
« on: 2016-06-27, 21:44:28 »
The problem was in Kloxo-MR 7.0.0.b-2016062202
Now Kloxo-MR 7.0.0.b-2016062502, installed 12 hours ago, I didn't make backup in this version. Actually that is not so huge problem, i can backup everuthing fast myself.

The more serious problem is with cinfiguration files of nginx in both version of Kloxo-MR7:
Kloxo-MR 7.0.0.b-2016062502 and Kloxo-MR 7.0.0.b-2016062202


35
Kloxo-MR Releases / Re: Nginx configuration bug
« on: 2016-06-27, 20:03:27 »
There is user_mysqldb-any-number.tgz in backup. And it is dump of DBs.
But now there are no mysql DBs in backup

36
Kloxo-MR Releases / Re: Nginx configuration bug
« on: 2016-06-27, 14:00:30 »
One more thing. There are no mysql DBs in backup. There are only files of zipped user folder and ziped mmail any

37
Kloxo-MR Releases / Nginx configuration bug
« on: 2016-06-27, 11:26:13 »
I did it twice today and a week ago.
I install fresh Kloxo-MR7, after that I switch programm to nginx, and after restart nginx doesn't start with error
"Starting nginx: nginx: [emerg] open() "/opt/configs/nginx/conf/globals/listen_ssl_default.conf" failed (2: No such file or directory) in /opt/configs/nginx/conf/defaults/init.conf:43"
I took thesee two files from another my old VPS and copy them there, and service started well.

Also I tried nginxs+httpd and there was the same error.

I hope this information will be helpful.

I don't Know why but at 6 o'clock everyday php-fpm stops and needs hand restarting.

38
Kloxo-MR Technical Helps / Re: How to install Memcache
« on: 2016-02-14, 09:34:55 »
I installed like this
yum -y install memcached memcached-devel php-pecl-memcache
chkconfig memcached on
Options for memcached in folders  /etc/sysconfig ? ? /etc/rc.d/init.d for memcached files
PORT="11211"
USER="memcached"
MAXCONN="1024"
CACHESIZE="256" //any number you prefer
OPTIONS="-l 127.0.0.1"

Everything works fine several years

39
Ok, i just create DNS Template with private IP 172.31.1.100 and then change to public IP  78.46.206.123, after rebuild for all sites. I use there ns1.domain.com and ns2.domain.com with the same public IP 78.46.206.123.
Then in registar i set NS servrs:
ns1.domain.com 78.46.206.123
ns2.domain.com any, because i don't have another public IP.
And after several hours all sites started to work.
Yes, intodns showes several mistakes, but everything works; sites, mail ?tc

2. You can use DNS of the registar, then you have set your public IP into A for domain and all subdomains including www. For MX set mail. Everything works.

40
The problem is actual till today))

41
Virtual server is a private IP, which is configured 1:1 via NAT on the public IP. Currently the private IP is the same for all: 172.31.1.100 and i know public IP? for example, 78.46.206.123.
How can I set public IP for using it in DNS?
Or maybe you know how can i use Kloxo DNS in this conitions?

42
Kloxo-MR Technical Helps / Re: MariaDB Update error
« on: 2015-12-10, 08:43:49 »
I tried to install mysql instead of MariaDB, using sh /script/mariadb-to-mysql and removing the line skipinnodb in my.cnf and my,cnf,d folder.
And mysql service doesn't start at all. Is there any ideas?

43
Kloxo-MR Releases / Re: CentOS 7 released !
« on: 2015-11-24, 13:12:16 »
Good for you, but my provider doesn't have SentOS6, only 7 for vps.

44
Kloxo-MR Releases / Re: CentOS 7 released !
« on: 2015-11-23, 22:49:27 »
briman
Right. We wait for this. I need very much :)

45
Kloxo-MR Releases / Re: CentOS 7 released !
« on: 2015-11-09, 14:18:02 »
So we just have to wait?

Pages: 1 2 [3] 4 5

MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix
Click Here

Page created in 0.091 seconds with 20 queries.

web stats analysis