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-28, 11:47:19

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

0 Members and 1 Guest are viewing this topic.

Offline nusapenida

  • Junior Member
  • *
  • Posts: 30
  • Karma: +0/-0
    • View Profile
    • http://www.sukandia.com
Re: Need Kloxo-MR Tester
« Reply #15 on: 2013-01-29, 14:26:06 »
I've tested on CentOS 6.3 x86 for this new KloxoMR 6.5.0 c (fresh install)
and just like ver 6.5.0, needs some tricks to make it work.
I'm trying on this 6.5.0c :
- nginxproxy
- php (5.3.21)
- php fpm event
- wordpress 3.5.1 : work well.
--------

webmail only work for:
Horde (sent & recieve)
Rouncube (sent & recieve)

others webmail program did not work (can login only / see incoming mail)
it can not send an email, error: can't connect to smtp server.
---------------

mail client (windows live mail)
receiving email: OK
outgoing mail (smtp): fail (always request username & password)

thanks
sukandia
« 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: Need Kloxo-MR Tester
« Reply #16 on: 2013-01-29, 14:38:31 »
Quote from: "nusapenida"
I've tested on CentOS 6.3 x86 for this new KloxoMR 6.5.0 c (fresh install)
and just like ver 6.5.0, needs some tricks to make it work.
I'm trying on this 6.5.0c :
- nginxproxy
- php (5.3.21)
- php fpm event
- wordpress 3.5.1 : work well.
--------

webmail only work for:
Horde (sent & recieve)
Rouncube (sent & recieve)

others webmail program did not work (can login only / see incoming mail)
it can not send an email, error: can't connect to smtp server.
---------------

mail client (windows live mail)
receiving email: OK
outgoing mail (smtp): fail (always request username & password)

thanks
sukandia

Try running 'sh /script/fixwebmail; sh /script/fixmail'. All webmails (horde, roundcube, afterlogic, t-dah and squirrelmail). Especially for afterlogic, smtp must set 'uncheck' for 'Settings > Email Accounts > Use SMTP authentication'.

Send and receive without problem on my Thunderbird.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #17 on: 2013-01-29, 14:50:53 »
I know what a problem for update process where website not work.

This is about named for certain .conf inside /etc/httpd/conf.d.

If select 'php-fpm' for php-type with 'secondary php' but found 'php.conf', 'suphp.conf' and 'suphp52.conf' inside above dir, so need delete 'php.conf' and 'suphp.conf' and then 'service httpd restart'.

I will change different approach for above .conf files.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline giljack

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #18 on: 2013-01-29, 19:38:33 »
Quote from: "MRatWork"
@giljack

Inform here content of '/etc/httpd/conf.d'. My prediction, you have 'php.conf' and or 'suphp.conf' inside this dir after update.

[root@virgo ~]# cd /etc/httpd/conf.d
[root@virgo conf.d]# ls -l
total 28
-rw-r--r-- 1 root root 1393 Jan 29 04:45 ~lxcenter.conf
-rw-r--r-- 1 root root  674 Sep 17 08:25 php.nonconf
-rw-r--r-- 1 root root  308 Jan 29 04:45 rpaf.conf
-rw-r--r-- 1 root root  279 Jan 29 04:20 ruid2.conf
-rw-r--r-- 1 root root  789 Jan 29 04:45 ssl.conf
-rw-r--r-- 1 root root 1246 Jul 14  2007 swtune.conf
-rw-r--r-- 1 root root  352 Jan  9  2007 webalizer.conf
[root@virgo conf.d]#
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline giljack

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #19 on: 2013-01-29, 19:39:09 »
Quote from: "MRatWork"
@giljack,

 Have you try 'service httpd restart; service nginx restart; service lighttpd restart; service php-fpm restart; service thttpd restart; service djbdns restart; service named restart'

both site don't exist.

homehealthjournals.com = 503 Service not available
mamboa.com = 503 Service not available




[root@virgo ~]# service httpd restart; service nginx restart; service lighttpd restart; service php-fpm restart; service thttpd restart; service djbdns restart; service named restart
httpd: unrecognized service
nginx: unrecognized service
Stopping lighttpd:                                         [  OK  ]
Starting lighttpd:                                         [  OK  ]
php-fpm: unrecognized service
thttpd: unrecognized service
djbdns: unrecognized service
Stopping named: .                                          [  OK  ]
Starting named:                                            [  OK  ]
[root@virgo ~]#

Still both site unavailable.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline giljack

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #20 on: 2013-01-29, 20:15:21 »
Quote from: "giljack"
Quote from: "MRatWork"
@giljack,

 Have you try 'service httpd restart; service nginx restart; service lighttpd restart; service php-fpm restart; service thttpd restart; service djbdns restart; service named restart'

both site don't exist.

homehealthjournals.com = 503 Service not available
mamboa.com = 503 Service not available




[root@virgo ~]# service httpd restart; service nginx restart; service lighttpd restart; service php-fpm restart; service thttpd restart; service djbdns restart; service named restart
httpd: unrecognized service
nginx: unrecognized service
Stopping lighttpd:                                         [  OK  ]
Starting lighttpd:                                         [  OK  ]
php-fpm: unrecognized service
thttpd: unrecognized service
djbdns: unrecognized service
Stopping named: .                                          [  OK  ]
Starting named:                                            [  OK  ]
[root@virgo ~]#

Still both site unavailable.


Remember:  This is fresh Install (Kloxo-MR 6.5) and everything you ask for to check the services were working. Just after I upgraded to Kloxo-MR 6.5c everything went wrong.

How can I go back to Kloxo-MR 6.5 ?
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #21 on: 2013-01-29, 20:25:00 »
I would like to help testing too.
« 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: Need Kloxo-MR Tester
« Reply #22 on: 2013-01-29, 20:37:43 »
Quote from: "giljack"
Quote from: "giljack"
Quote from: "MRatWork"
@giljack,

 Have you try 'service httpd restart; service nginx restart; service lighttpd restart; service php-fpm restart; service thttpd restart; service djbdns restart; service named restart'

both site don't exist.

homehealthjournals.com = 503 Service not available
mamboa.com = 503 Service not available




[root@virgo ~]# service httpd restart; service nginx restart; service lighttpd restart; service php-fpm restart; service thttpd restart; service djbdns restart; service named restart
httpd: unrecognized service
nginx: unrecognized service
Stopping lighttpd:                                         [  OK  ]
Starting lighttpd:                                         [  OK  ]
php-fpm: unrecognized service
thttpd: unrecognized service
djbdns: unrecognized service
Stopping named: .                                          [  OK  ]
Starting named:                                            [  OK  ]
[root@virgo ~]#

Still both site unavailable.

Remember:  This is fresh Install (Kloxo-MR 6.5) and everything you ask for to check the services were working. Just after I upgraded to Kloxo-MR 6.5c everything went wrong.

How can I go back to Kloxo-MR 6.5 ?

Look like something wrong when update process. After centos to 5.9 have dependencies issue.

Try:
Code: [Select]
yum update
If this is ok try:
Code: [Select]
yum install httpd nginx

And then go to Panel and try switch webserver again.

If you found inside '/etc/httpd/conf.d' files 'php.conf' and 'suphp.conf', delete this files

For sure, run 'sh /script/cleanup; service httpd restart; service nginx restart; service php-fpm restart'
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #23 on: 2013-01-29, 20:43:08 »
Yes, this version have a problem for update packages.

If Kloxo not need ruid2 so kloxo just rename ruid2.conf to ruid2.nonconf but mod_ruid2 still exists on server. So, when ruid2 have an update, ruid2 will check ruid2.conf exist or not. If not exist, ruid2 will add ruid2.conf to /etc/httpd/conf.d. It's make a trouble because ruid2.conf conflict with suphp/fcgid/fastcgi. It's just illustration why after update website not work.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #24 on: 2013-01-29, 21:07:53 »
@giljack,

I tried reconstruct your issue:

1. using nginx-proxy
2. remove nginx with 'rpm -e httpd --nodeps' and 'rpm -e nginx --nodeps' --> Kloxo-MR using 'rpm -e' instead 'yum remove' for remove all rpms
3. At this step -- website not work
4. Go to 'Switch Apps' and then change web to 'lighttpd'; run 'service lighttpd restart' (for immeadiately restart without using kloxo mechanism); website work perfectly with lighttpd
5. Change 'lighttpd' to 'nginx-proxy'; run 'service httpd restart; service nginx restart'; website work perfectly with nginx-proxy

So, an issue just related to un-wanted files ('php.conf' and or 'suphp.conf' for system with php-fpm_worker/php-fpm_event) for process update to latest Kloxo-MR.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline giljack

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #25 on: 2013-01-29, 21:26:55 »
Try:
Code: [Select]
yum update
If this is ok try:
Code: [Select]
yum install httpd nginx

And then go to Panel and try switch webserver again.

If you found inside '/etc/httpd/conf.d' files 'php.conf' and 'suphp.conf', delete this files

For sure, run 'sh /script/cleanup; service httpd restart; service nginx restart; service php-fpm restart'[/quote]





Here's some of my findings;

nginx+named+php-fpm+php53u:

* Can not restart from Control Panel
* Need to start service via command line
  - service nginx restart
* error 502 - Bad gateway when access website

apache+named+php-fpm+php53u:

* Can not restart from Control Panel
* Need to start service via command line
  - service httpd restart

* website is available but with following error (this is wordpress site)

   Your PHP installation appears to be missing the MySQL extension which is required by WordPress.


lighttpd+named+php-fpm+php53u:

* Can not restart from Control Panel
* Need to start service via command line
  - service lighthttpd restart

* error 503 - Service not Available



Switching programs/services does not work at times.
Restarting from Control Panel (Server>Services) does not work.
Need to restart the service from command line.


[root@virgo conf.d]# ls -l
total 36
-rw-r--r-- 1 root root  346 Jan 29 17:40 fastcgi.conf
-rw-r--r-- 1 root root 1393 Jan 29 17:55 ~lxcenter.conf
-rw-r--r-- 1 root root  674 Jan 29 18:02 php.nonconf
-rw-r--r-- 1 root root  308 Jan 29 17:55 rpaf.conf
-rw-r--r-- 1 root root  279 Jan 29 17:36 ruid2.nonconf
-rw-r--r-- 1 root root  789 Jan 29 17:55 ssl.conf
-rw-r--r-- 1 root root  331 Jan 29 17:40 suphp52.nonconf
-rw-r--r-- 1 root root 1683 Jan 29 17:36 suphp.nonconf
-rw-r--r-- 1 root root  352 Jan  9  2007 webalizer.conf

I also done this:

And then go to Panel and try switch webserver again.

If you found inside '/etc/httpd/conf.d' files 'php.conf' and 'suphp.conf', delete this files

For sure, run 'sh /script/cleanup; service httpd restart; service nginx restart; service php-fpm restart'

Result is still the same.
« 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: Need Kloxo-MR Tester
« Reply #26 on: 2013-01-29, 21:34:02 »
@giljack,

PM your kloxo and ssh access.

Want to know what a problem is.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline giljack

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #27 on: 2013-01-29, 23:13:40 »
Quote from: "MRatWork"
@giljack,

PM your kloxo and ssh access.

Want to know what a problem is.


ssh login okey now. same user/password
« 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: Need Kloxo-MR Tester
« Reply #28 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.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline giljack

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #29 on: 2013-01-29, 23:33:33 »
Quote from: "MRatWork"
@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.

[root@virgo ~]# sh /script/fixweb

- For help, type '/script/fixweb --help'
- No argument supplied. Defaulting to localhost (master) servers

Fixing Web server config
- 'defaults' and 'php-fpm' at 'localhost'
- 'homehealthjournals.com' ('health') at 'localhost'
- 'mamboa.com' ('mamboa') at 'localhost'
- 'mixhost.com' ('admin') at 'localhost'
[root@virgo ~]# service httpd restart; service nginx restart; service php-fpm restart
Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
Stopping nginx:.                                           [  OK  ]
Starting nginx:                                            [  OK  ]
Stopping php-fpm:                                          [  OK  ]
Starting php-fpm:                                          [  OK  ]
[root@virgo ~]#

Website is still not accessible for both my test domain;
homehealthjournals.com
mamboa.com

both get the same results.

'Your PHP installation appears to be missing the MySQL extension which is required by WordPress.'
« 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.045 seconds with 18 queries.

web stats analysis