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. 2017-11-07, 21:40:29

Author Topic: Need Kloxo-MR Tester  (Read 106531 times)

0 Members and 1 Guest are viewing this topic.

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #270 on: 2013-02-10, 16:29:58 »
Please change "for activate" to "to activate" in .htaccess, because it's a very strange language error.

Also please add: "Do not edit this file using NotePad - it will cause Internal Server Error. Use WordPad instead".
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #271 on: 2013-02-10, 18:58:11 »
Mustafa I've set my own values in php config but my customers are getting default Kloxo values.

Can you fix this ?

I will have to enter my own settings inside your files and then rebuild PHP.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #272 on: 2013-02-10, 19:43:45 »
I'm testing php_fpm_event + Apache + nginxproxy and it do not work very well.

I think I need to tune some settings. What would you recommend for Intel Core i7 2600 3.4 GHz (8 threads), 32 GB DDR3 Dual Channel, 2xSSD 120 GB + 2xHDD 3 TB on Gigabit Ethernet ?

My settings for Apache:

Code: [Select]
<IfModule event.c>
    StartServers        8
    MaxClients          400
    MinSpareThreads     4
    MaxSpareThreads     8
    ThreadsPerChild     25
    MaxRequestsPerChild 100
    ThreadStackSize     8196
    MaxMemFree          2
    SendBufferSize      131072
    ReceiveBufferSize   131072
</IfModule>
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #273 on: 2013-02-10, 20:16:00 »
If customer is changing his webmail then /script/fixweb is automatically runned !
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Viking

  • Senior Member
  • *
  • Posts: 315
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #274 on: 2013-02-10, 20:23:13 »
Quote from: "MRatWork"
IPTables not running because missing /etc/sysconfig/iptables and ip6tables files (content for firewall rules).

You are lucky for this situation because if above files exists but not match for you want (like no permit kloxo's port 7777/7778) and it's make this port not able to access.
Iptables is see a picture:
Centos 5.9:

Centos 6.x:

Is the same as for centos 5.9 which is OK.
Iptables6 is unnecessary anyway because Kloxo-MR does not support this protocol.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Viking

  • Senior Member
  • *
  • Posts: 315
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #275 on: 2013-02-10, 20:38:42 »
Quote from: "Viking"
Quote from: "MRatWork"
IPTables not running because missing /etc/sysconfig/iptables and ip6tables files (content for firewall rules).

You are lucky for this situation because if above files exists but not match for you want (like no permit kloxo's port 7777/7778) and it's make this port not able to access.
Iptables is see a picture:
Centos 5.9:

Centos 6.x:

Is the same as for centos 5.9 which is OK.
Iptables6 is unnecessary anyway because Kloxo-MR does not support this protocol.
ssh is working properly:
service iptables restart:


PS
Why can I not edit your posts?
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #276 on: 2013-02-10, 22:00:40 »
What's the meaning of 'Why can I not edit your posts?'?
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #277 on: 2013-02-10, 23:03:22 »
Alternative PHP 5.2.17 via lxphp doesn't work - pages are showing Internal Server Error
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #278 on: 2013-02-10, 23:22:15 »
Quote from: "Spacedust"
Alternative PHP 5.2.17 via lxphp doesn't work - pages are showing Internal Server Error
Because secondary php use suphp, running 'fix-chownchown' very importance.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #279 on: 2013-02-10, 23:26:23 »
Quote from: "MRatWork"
Quote from: "Spacedust"
Alternative PHP 5.2.17 via lxphp doesn't work - pages are showing Internal Server Error
Because secondary php use suphp, running 'fix-chownchown' very importance.

Thanks. BTW You are incorrectly using this word "importance" - it should be important ;)
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #280 on: 2013-02-10, 23:35:06 »
Quote from: "Spacedust"
Quote from: "MRatWork"
Quote from: "Spacedust"
Alternative PHP 5.2.17 via lxphp doesn't work - pages are showing Internal Server Error
Because secondary php use suphp, running 'fix-chownchown' very importance.

Thanks. BTW You are incorrectly using this word "importance" - it should be important ;)
thanks about correction.

Php-fpm, fcgid and suphp_worker/_event not need apache optimize. Only mod_php/_ruid2/itk and 'pure' suphp need apache optimize.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Viking

  • Senior Member
  • *
  • Posts: 315
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #281 on: 2013-02-10, 23:41:02 »
Quote from: "MRatWork"
What's the meaning of 'Why can I not edit your posts?'?
There is no button to be able to make editing your posts. Before you can edit your posts.
So I wrote two posts.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #282 on: 2013-02-10, 23:45:46 »
Quote from: "MRatWork"
Php-fpm, fcgid and suphp_worker/_event not need apache optimize. Only mod_php/_ruid2/itk and 'pure' suphp need apache optimize.

I've made some corrections and it seems all is working much better now.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Viking

  • Senior Member
  • *
  • Posts: 315
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #283 on: 2013-02-10, 23:48:13 »
Quote from: "Viking"
Quote from: "MRatWork"
What's the meaning of 'Why can I not edit your posts?'?
There is no button to be able to make editing your posts. Before you can edit your posts.
So I wrote two posts.

« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #284 on: 2013-02-11, 17:31:48 »
Code: [Select]
[11-Feb-2013 12:29:44] WARNING: [pool aneta190673] server reached pm.max_children setting (5), consider raising it

How to increase this value properly ?
« Last Edit: 1970-01-01, 01:00:00 by Guest »

 


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

Page created in 0.038 seconds with 17 queries.

web stats analysis
 
Mirror created by MasterkinG32.CoM