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-19, 13:38:41

Author Topic: on wordpress lost connections  (Read 7774 times)

0 Members and 1 Guest are viewing this topic.

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
on wordpress lost connections
« on: 2013-02-25, 18:54:27 »
Hello

on wp blogs repeatedly lost connections   error 500
mysql connections gone away

and wp admin not load correct


any tips to fix the error ?

thanks
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: on wordpress lost connections
« Reply #1 on: 2013-02-25, 18:59:06 »
try 'sh /script/cleanup; sh /script/fixweb; sh /script/restart-services'
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: on wordpress lost connections
« Reply #2 on: 2013-02-25, 19:17:36 »
no success

Quote from: "MRatWork"
try 'sh /script/cleanup; sh /script/fixweb; sh /script/restart-services'
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: on wordpress lost connections
« Reply #3 on: 2013-02-25, 19:23:52 »
I found like your issue with my wp website.

It's maybe related to wp plugins, .htaccess or php-type.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: on wordpress lost connections
« Reply #4 on: 2013-02-25, 19:53:25 »
.htaccess is clean

php-type ?  problems with php-fpm
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: on wordpress lost connections
« Reply #5 on: 2013-02-25, 19:59:20 »
Quote from: "ibuxxi"
.htaccess is clean

php-type ?  problems with php-fpm
I think so for php-fpm because this server using php-fpm and mratwork using wp.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: on wordpress lost connections
« Reply #6 on: 2013-02-25, 20:13:21 »
what is the best alternative to php-fpm ?
performance and security
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: on wordpress lost connections
« Reply #7 on: 2013-02-25, 20:19:22 »
What you mean '.htaccess is clean'?.

Inform here the content.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: on wordpress lost connections
« Reply #8 on: 2013-02-25, 20:26:25 »
No changes by hand
Code: [Select]
###Start Kloxo PHP config Area
###Please Don't edit these comments or the content in between. kloxo uses this to recognize the lines it writes to the the file. If the above line is corrupted, it may fail to recognize them, leading to multiple lines.
### MR -- attention
### 1. Remove # in front of 'AddHandler x-httpd-php52' to activate secondary-php
### 2. Or Remove # in front of 'AddHandler x-httpd-php' to activate primary-php
###    if select suphp_worker/_event for primary-php

#AddHandler x-httpd-php52 .php
#AddHandler x-httpd-php .php

<Ifmodule mod_php5.c>
    php_value upload_max_filesize 2M
    php_value max_execution_time 30
    php_value max_input_time 60
    php_value memory_limit 32M
    php_value post_max_size 8M
    php_flag register_globals off
    php_flag display_errors off
    php_flag file_uploads on
    php_flag log_errors off
    php_flag output_buffering off
    php_flag register_argc_argv on
    php_flag magic_quotes_gpc off
    php_flag magic_quotes_runtime off
    php_flag magic_quotes_sybase off
    php_flag mysql.allow_persistent off
    #php_flag register_long_arrays on
    php_flag allow_url_fopen on
    php_flag cgi.force_redirect on
    php_flag enable_dl on
</Ifmodule>

###End Kloxo PHP config Area


# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
Quote from: "MRatWork"
What you mean '.htaccess is clean'?.

Inform here the content.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: on wordpress lost connections
« Reply #9 on: 2013-02-25, 20:30:33 »
Inform here 'sh /script/sysinfo'
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: on wordpress lost connections
« Reply #10 on: 2013-02-25, 20:55:11 »
hi

i switch to php-mod-ruid2   all works
but not php-fpm_event

Code: [Select]
A. Kloxo-MR: 6.5.0.c.2013022503

B. OS: CentOS release 6.3 (Final) i686

C. Apps:
   1. MySQL: mysql-5.5.29-1.el6.i686
   2. PHP: php54-5.4.11-1.ius.el6.i686
   3. Httpd: httpd-2.2.23-1.el6.i686
   4. Lighttpd: --uninstalled--
   5. Nginx: nginx-1.3.13-1.el6.i686
   6. Qmail: qmail-toaster-1.03-1.3.22.mr.el6.i686

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

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:           499        474         24          0         77        158
   -/+ buffers/cache:        238        260
   Swap:            0          0          0

« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: on wordpress lost connections
« Reply #11 on: 2013-02-25, 21:04:40 »
How about when using 'php 5.3' and mysql '5.0'?.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: on wordpress lost connections
« Reply #12 on: 2013-02-25, 21:11:43 »
i have test php53 + php-fpm-event not correct work

mysql 5.0  no no    to old
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: on wordpress lost connections
« Reply #13 on: 2013-02-25, 21:16:39 »
You maybe have a trouble when select 'php53u' instead 'php' (for Centos 6 mean php 5.3) if want php 5.3
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: on wordpress lost connections
« Reply #14 on: 2013-02-25, 21:28:59 »
ok

i switch php53u + php-fpm-event

and works  :)


any way to replace mysql with MariaDB ?
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

 


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

Page created in 0.064 seconds with 18 queries.

web stats analysis