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-03-29, 13:12:32

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

Pages: 1 ... 1025 1026 [1027] 1028 1029 ... 1037
15391
Kloxo-MR Technical Helps / Re: Is suphp okay now?
« on: 2013-01-30, 18:52:09 »
Quote from: "Anik"
Quote from: "MRatWork"
Using suphp on 'primary php' must be disabling 'secondary php' (using suphp) first.
I tried this trick in early version of kloxo MR but it never worked. Now i will do a full backup and then try to change back to suphp and will update about it here.

Quote from: "MRatWork"
Suphp os very rigid related to ownership and permissions of files and dirs. Running 'sh /script/fix-chownchmod'.

yes i know, but suphp is still the lightest php module i have ever got. It even worked for me on a very low end box where all others (like php-fpm) failed. So i just want to give it a try to see it now works on klos MR or not.

Instead using suphp as 'primary php', why not using 'secondary php' (using suphp by default). So, you have 2 php version and 2 php-type.

Running website with suphp just modified .htaccess on website directory root.

15392
Copy /home/php-fpm/tpl/php53-fpm-pool.conf.tpl ke /home/php-fpm/tpl/custom.php53-fpm-pool.conf.tpl

Kemudian ganti isi 'php_admin_value[memory_limit] = 64M' ke nilai yang lebih tinggi. Kemudian, jalankan 'sh /script/fixweb; service php-fpm restart'. Ini tentunya dengan asumsi anda pakai php-fpm_worker/_event pada php-type di 'webserver config'.

15393
Kloxo-MR Technical Helps / Re: Is suphp okay now?
« on: 2013-01-30, 18:34:38 »
Quote from: "Anik"
so how it can be fixed?
Using suphp on 'primary php' must be disabling 'secondary php' (using suphp) first.

Suphp os very rigid related to ownership and permissions of files and dirs. Running 'sh /script/fix-chownchmod'.

15394
<Ifmodule mod_php5.c> hanya berlaku jika anda pakai 'keluarga' mod_php (mod_php/_ruid2/_itk).

Suphp/fcgid/php-fpm tidak jalan.

15395
Sebaiknya langsung Kloxo-MR dari link ini viewtopic.php?f=19&t=731

Yang ada di github belum bisa Centos 6.

15396
Quote from: "zenkul"
Same issue, erro login after reinstall
Code: [Select]
Warning: include_once(./inc.php) [function.include-once]: failed to open stream: No such file or directory in /usr/local/lxlabs/kloxo/httpdocs/login/index.php on line 91
Warning: include_once() [function.include]: Failed opening './inc.php' for inclusion (include_path='.:/php/includes') in /usr/local/lxlabs/kloxo/httpdocs/login/index.php on line 91
before and after reinstall some sh /script command : file not found.
website still runing = nginx+httpd+djbdns mysql 5.5 innodb

Copy from /usr/local/lxlabs/kloxo/file/login_inc.php to /usr/local/lxlabs/kloxo/httpdocs/login/inc.php

15397
Kloxo-MR Tips and Tricks / Re: Installatron
« on: 2013-01-30, 10:42:05 »
I think Installatron don't need php 5.4 but don't know if author change this spec.

My share-hostings use Installatron.

15398
Kloxo-MR Technical Helps / Re: Activate Php fastcgi
« on: 2013-01-30, 09:32:32 »
Enable for fastcgi in 'domain feature' is waste option (I will remove from 'domain feature).

Nginx and lighttpd standalone use their fastcgi for handling php-cgi. Apache need mod_fastcgi module for the same purpose.

Between mod_fastcgi, mod_fcgid and mod_suphp module, only mod_fastcgi able 'communicate' to php-fpm (where php-fpm 'communicate' to php-cgi). Another module (fcgid and suphp) still 'communicate' to php-cgi directly.

15399
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-01-30, 03:12:48 »
I am not testing intensively for squirrelmail. Just for login success or not (it's related to vpopmail work or not).

Better create new thread on 'Kloxo-MR Tips and Tricks' or 'Kloxo-MR Technical Helps' for something outside update/install issues for this Kloxo-MR (it's latest version before final).

15400
Kloxo-MR Releases / Kloxo-MR version model
« on: 2013-01-30, 00:34:17 »
Kloxo-MR have standard for version model.

We can see 'kloxo-mr-6.5.0.c.2013012803' where:

1. kloxo-mr as product name
2. 6.5.0 - major.minor.release
3. c - where a = alpha, b = beta, c = candidate and f = final
4. 20132803 - year-month-date-step

Above version model importance and match to rpm version model.

For example, we will have 'kloxo-mr-6.5.1.f.2013031501.noarch.rpm' (only example) as rpm packages and for install just enough with 'yum install kloxo-mr'.

15401
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-01-30, 00:10:18 »
Please don't tell this product as Kloxo 6.5. This is Kloxo-MR (with meaning 'Kloxo fork by Mustafa Ramadhan') with 6.5.x version.
If somedays, many peoples involve as dev for product. Maybe the name will be change to 'Kloxo-MR+' (or Kloxo-MR-plus) or something else. When version 7 release, this product have the new name with Kloxo word.

Kloxo (we can tell as Kloxo Official) don't have planning for 6.2.x or higher. Just 6.1.x version.

We can tell this product with version 6.5.x because have many new features and approach (especially template-based config for webserver).

15402
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-01-29, 23:52:05 »
Mysql issue already fixed with 'yum install php53u-mysql' and then execute '/etc/init.d/php-fpm restart' (because using select php-fpm).

Weird on your system. Execute 'service php-fpm restart' not able because 'bash: service: command not found'. Look like your os not including for '/sbin' path for executable files. It's maybe access to ssh not 'real' root.

15403
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-01-29, 23:35:59 »
Your http://mixhost.com/phpinfo.php look like ok.

15404
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-01-29, 23:25:11 »
@giljack,

In my investigation, nothing wrong with fresh install of Kloxo-MR on your system.

Yes, 'start' button on 'service' still not work. Need execute 'service httpd restart; service nginx restart; service php-fpm restart'. When we select nginx-proxy Kloxo think as 'nginxproxy' service and try 'service nginxproxy restart'. As we know, nginx-proxy are httpd service and nginx service. I was try fixed this issue but look like still not work.

Another issue, change php 5.2 to php53u branch need reboot becuase restart php-fpm will not work. Don't ask to me why and need to fixed this issue becuase this is 'behavior' of php53u from ius repo (I am not compile this php53u but taken from ius repo).

For to make sure, run 'sh /script/fixweb' and 'service httpd restart; service nginx restart; service php-fpm restart'.

Now, your server running well. Just need optimize for php-fpm depend on your memory and your customer amount.

15405
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-01-29, 21:34:02 »
@giljack,

PM your kloxo and ssh access.

Want to know what a problem is.

Pages: 1 ... 1025 1026 [1027] 1028 1029 ... 1037

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

Page created in 0.039 seconds with 20 queries.

web stats analysis