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-27, 17:20:36

Author Topic: Inactivity Timeout after Update  (Read 9775 times)

0 Members and 1 Guest are viewing this topic.

Offline NetMajom

  • Valuable Member
  • *
  • Posts: 111
  • Karma: +0/-0
    • View Profile
Inactivity Timeout after Update
« on: 2015-01-04, 13:12:07 »
My drupal pages not working correctly. When high load there are often

Code: [Select]
Inactivity Timeout

Description: Too much time has passed without sending any data for document.


What is that? There are several function not working...

And in the kloxo admin the header section i see errors

Code: [Select]
Notice: Undefined variable: ret in /usr/local/lxlabs/kloxo/httpdocs/lib/sgbl.php on line 100

Warning: exec() has been disabled for security reasons in /usr/local/lxlabs/kloxo/httpdocs/lib/sgbl.php on line 100

Notice: Undefined variable: out in /usr/local/lxlabs/kloxo/httpdocs/lib/sgbl.php on line 101

Please Help
« Last Edit: 2015-01-04, 13:19:28 by NetMajom »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Inactivity Timeout after Update
« Reply #1 on: 2015-01-04, 19:32:06 »
Did you run 'sh /script/cleanup' after update Kloxo-MR?.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline NetMajom

  • Valuable Member
  • *
  • Posts: 111
  • Karma: +0/-0
    • View Profile
Re: Inactivity Timeout after Update
« Reply #2 on: 2015-01-04, 19:34:29 »
yes, i have ran it 3 or 4 times after that, but still wrong

What can i do?
« Last Edit: 2015-01-04, 19:54:47 by NetMajom »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Inactivity Timeout after Update
« Reply #3 on: 2015-01-04, 21:34:53 »
By default, php for panel (it's different for php for website) is enable exec function.

Inform here 'sh /script/sysinfo'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline NetMajom

  • Valuable Member
  • *
  • Posts: 111
  • Karma: +0/-0
    • View Profile
Re: Inactivity Timeout after Update
« Reply #4 on: 2015-01-05, 04:28:47 »
Here it is

Code: [Select]
[root@b209 ~]# sh /script/sysinfo

A. Kloxo-MR:

B. OS:

C. Apps:
   1. MySQL: --uninstalled--
   2. PHP: --uninstalled--
   3. Httpd: --uninstalled--
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --uninstalled--
   6. Nginx: --uninstalled--
   7. Cache: --uninstalled--
   8. Dns: --uninstalled--
   9. Qmail: --uninstalled--

D. Php-type (for Httpd/proxy): php-fpm_event

E. Memory:


this is strange, because many of the services is uninstalled, but in the kloxo inform me that is working... What is that? Plese Help

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Inactivity Timeout after Update
« Reply #5 on: 2015-01-05, 04:32:43 »
Run 'sh /script/upcp -y' from ssh. Remember, no repo inside /etc/yum.repos.d except CentOS and mratwork (also vz if using OpenVZ) repo.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline NetMajom

  • Valuable Member
  • *
  • Posts: 111
  • Karma: +0/-0
    • View Profile
Re: Inactivity Timeout after Update
« Reply #6 on: 2015-01-05, 04:58:12 »
I made the  'sh /script/upcp -y'  and after that the cleanup, but its worse, because all my sites and the mails not working, are down. The error is:

Code: [Select]
Could Not Connect

Description: Could not connect to the server "www.example.com".

my sysinfo:

Code: [Select]
[root@b209 ~]# sh /script/sysinfo

A. Kloxo-MR: 7.0.0.b-2015010401

B. OS: CentOS release 6.6 (Final) x86_64

C. Apps:
   1. MySQL: mysql55-5.5.40-2.ius.el6.x86_64
   2. PHP: php53u-5.3.29-1.ius.el6.x86_64
   3. Httpd: httpd-2.2.29-1.mr.el6.x86_64
   4. Lighttpd: --uninstalled--
   5. Hiawatha: hiawatha-9.10.0-f.1.mr.el6.x86_64
   6. Nginx: --uninstalled--
   7. Cache: trafficserver-4.0.1-1.mr.el6.x86_64
   8. Dns: bind-9.9.5-1.el6.x86_64
   9. Qmail: qmail-toaster-1.03-1.3.45.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.x86_64

D. Php-type (for Httpd/proxy): php-fpm_event

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:         31989       3173      28815          0        467       1777
   -/+ buffers/cache:        927      31061
   Swap:         3999         41       3958
« Last Edit: 2015-01-05, 05:14:46 by NetMajom »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Inactivity Timeout after Update
« Reply #7 on: 2015-01-05, 05:22:35 »
Go to 'switch programs' and then click 'update'. After that, change web dan dns (webcache still none; spam still bogofilter) to nginx-proxy/hiawatha proxy and nsd.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline NetMajom

  • Valuable Member
  • *
  • Posts: 111
  • Karma: +0/-0
    • View Profile
Re: Inactivity Timeout after Update
« Reply #8 on: 2015-01-05, 05:31:33 »
Hello

Its very strange happenned. my websites downloading -- > what is that? Downloading a file????

Can i switch back, or what is the best webcache web and dns what i can use? When will work?

what is the problem? Why not working?
« Last Edit: 2015-01-05, 06:04:54 by NetMajom »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Inactivity Timeout after Update
« Reply #9 on: 2015-01-05, 05:55:38 »
Update in the same version (like from 7.0.0 to 7.0.0) just need running 'sh /script/cleanup'. But update lower version (from 6.5.0 to 7.0.0 or from Kloxo Official 6.1.x) need running 'sh /script/upcp -y'.

In your issue, check web and dns type from 'sh /script/sysinfo' and then select the same type (for web and dns) in 'switch programs'. After this step, you can select web and dns to another type like you want. This steps are solution for your problems.

After that, change php-type in 'webserver configure' (better choose 'php-fpm_event').
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline NetMajom

  • Valuable Member
  • *
  • Posts: 111
  • Karma: +0/-0
    • View Profile
Re: Inactivity Timeout after Update
« Reply #10 on: 2015-01-05, 06:31:59 »
I found the problem, but i dont know how can i resolve it... The PHP is wrong

i use:
Code: [Select]
php53m
php branch: php53u_(as 5.3.29)
Multiple PHP Already Installed:   php53m php54m
php type: php-fpm_event
Enabled PHP 5.2 (use Php52s) As Secondary PHP

the PHP has the error.... How can i repair it?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Inactivity Timeout after Update
« Reply #11 on: 2015-01-05, 07:21:47 »
Reinstall phpXYm again and then select php53m again. Or try change to php54m.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline NetMajom

  • Valuable Member
  • *
  • Posts: 111
  • Karma: +0/-0
    • View Profile
Re: Inactivity Timeout after Update
« Reply #12 on: 2015-01-06, 08:32:58 »
So now, its working everything well, but i have so many php high load, and when i have a high loading, at the end its inactivity timeout. What is the problem? I think there are still some problem with the php.

Please Help

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Inactivity Timeout after Update
« Reply #13 on: 2015-01-06, 20:16:45 »
Try increasing 'fastcgi children' (2-3 times where unlimited mean 6 children) in 'php advanced' in client level. This feature not exist in admin.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline NetMajom

  • Valuable Member
  • *
  • Posts: 111
  • Karma: +0/-0
    • View Profile
Re: Inactivity Timeout after Update
« Reply #14 on: 2015-01-06, 20:52:00 »
I dont have client login, just admin. Where can i find the file in root tree? I want to modify it manually....
« Last Edit: 2015-01-06, 20:57:32 by NetMajom »

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.046 seconds with 18 queries.

web stats analysis