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-29, 06:21:55

Author Topic: This what we need in Kloxo  (Read 5354 times)

0 Members and 2 Guests are viewing this topic.

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: This what we need in Kloxo
« Reply #1 on: 2013-02-14, 09:14:24 »
This forum using xcache 3.0.1 and make it faster than before. Just running 'yum install php53u-xcache' (if using php53u or php 5.3 in centos 6).
« 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: 4,050
  • Karma: +1/-0
    • View Profile
Re: This what we need in Kloxo
« Reply #2 on: 2013-02-14, 16:41:15 »
Quote from: "MRatWork"
This forum using xcache 3.0.1 and make it faster than before. Just running 'yum install php53u-xcache' (if using php53u or php 5.3 in centos 6).

I was having troubles with open_basedir in Kloxo when many users have similar scripts ex. Joomla or Wordpress. One user was getting warnings from another that he is using not his own files.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline mamaswae

  • Valuable Member
  • *
  • Posts: 50
  • Karma: +0/-0
    • View Profile
    • http://mamaswae.com
Re: This what we need in Kloxo
« Reply #3 on: 2013-02-16, 00:18:53 »
Quote from: "MRatWork"
This forum using xcache 3.0.1 and make it faster than before. Just running 'yum install php53u-xcache' (if using php53u or php 5.3 in centos 6).
Hello Mr. i want to us about best and optimizing setting my kloxo, i am using centos 5.xx and i have good resource my vps but my WP blog often " internal server error ".
I am install WPMU and using auto posting for all of theme ( wp robot plugins ), here my setting of my kloxo :
" nginx-proxy + bind + php53u + php-fpm event " and use mysql database with large configuration " my-large.cnf "

For php config :
Max Execution Time : 120
Max Input Time : 160
Memory Limit : 256
Post Max Size : 8M (default)
Upload File Max Size : 3M

How to fix internal server eror and what the best setting for this VPS ( i use it for personal only )
« Last Edit: 1970-01-01, 01:00:00 by Guest »
VPS murah 8Core, 3GB RAM, 50GB Space CUMA 7$/BLN HANYA DISINI
BONUS SINGUO 10$ DARI CPM AFFILIATE JOIN SEKARANG

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: This what we need in Kloxo
« Reply #4 on: 2013-02-16, 06:48:56 »
Read http://www.staroneweb.co.in/fix-wordpre ... ver-error/ but run 'sh /script/fix-chownchmod' first.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline mamaswae

  • Valuable Member
  • *
  • Posts: 50
  • Karma: +0/-0
    • View Profile
    • http://mamaswae.com
Re: This what we need in Kloxo
« Reply #5 on: 2013-02-16, 09:19:04 »
Quote from: "MRatWork"
Read http://www.staroneweb.co.in/fix-wordpre ... ver-error/ but run 'sh /script/fix-chownchmod' first.
Thank Mr i will try
« Last Edit: 1970-01-01, 01:00:00 by Guest »
VPS murah 8Core, 3GB RAM, 50GB Space CUMA 7$/BLN HANYA DISINI
BONUS SINGUO 10$ DARI CPM AFFILIATE JOIN SEKARANG

Offline mamaswae

  • Valuable Member
  • *
  • Posts: 50
  • Karma: +0/-0
    • View Profile
    • http://mamaswae.com
Re: This what we need in Kloxo
« Reply #6 on: 2013-02-19, 22:54:14 »
Quote from: "MRatWork"
Read http://www.staroneweb.co.in/fix-wordpre ... ver-error/ but run 'sh /script/fix-chownchmod' first.

I just found the kloxo setting and wp setting in my .htaccess and there is no more here my
/====================================/
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]

# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*.php)$ $1 [L]
RewriteRule . index.php [L]
###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 -- Remove # in front of 'Addhandler' if running php 5.2 code on php 5.3+ system
#AddHandler x-httpd-php52 .php

<Ifmodule mod_php5.c>
   php_value upload_max_filesize 3M
   php_value max_execution_time 120
   php_value max_input_time 160
   php_value memory_limit 256M
   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

/=================================/
Do i have dell all the setting and just leave the wp setting
« Last Edit: 1970-01-01, 01:00:00 by Guest »
VPS murah 8Core, 3GB RAM, 50GB Space CUMA 7$/BLN HANYA DISINI
BONUS SINGUO 10$ DARI CPM AFFILIATE JOIN SEKARANG

Offline madfish

  • Junior Member
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: This what we need in Kloxo
« Reply #7 on: 2013-07-03, 14:30:55 »
sorry to bump this old thread, where is "my-large.cnf" locate?
« Last Edit: 1970-01-01, 01:00:00 by Guest »

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine

Page created in 0.073 seconds with 19 queries.

web stats analysis