MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: crossing on 2014-03-20, 11:14:30

Title: Hiawatha webserver as default after install,many problems on last version..
Post by: crossing on 2014-03-20, 11:14:30
I just installed fresh kloxo-MR final release and default web server is set to  Hiawatha webserver  although on panel is apache. I change it to nginx proxy and the same..  Hiawatha webserver  page is loading... What is going ?

I don't understand why this problems on fresh install, also email don't work, I made email accounts on kloxo panel and fail to login with wrongs user/pass on webmail...
Title: Re: Hiawatha webserver as default after install, can't change it.
Post by: crossing on 2014-03-20, 11:42:34
roundcube error too : DATABASE ERROR: CONNECTION FAILED!

Unable to connect to the database!
Please contact your server-administrator.

I tried to install kloxo-mr on 3 vps's  kvm and openvs , centos OS. same result...
Title: Re: Hiawatha webserver as default after install, can't change it.
Post by: amudy17 on 2014-03-21, 14:30:36
try 'sh /script/cleanup' and 'sh /script/restart-all'
Title: Re: Hiawatha webserver as default after install, can't change it.
Post by: crossing on 2014-03-21, 22:08:59
I tried that too, didn't work, I have tested over and over again on fresh VPS with same results..

My main server have some older version which works smooth.

This problems are very annoying and dangerous because if my server fails and I need to use my backups I'am forced to install new kloxo-mr which is impossible to run with actual version.

When new stable/working version is going to be released ? Or atleast how to install some older stable/working version ?
Title: Re: Hiawatha webserver as default after install,many problems on last version..
Post by: henry on 2014-03-23, 04:34:07
I just installed fresh kloxo-MR final release and default web server is set to  Hiawatha webserver  although on panel is apache. I change it to nginx proxy and the same..  Hiawatha webserver  page is loading... What is going ?

I don't understand why this problems on fresh install, also email don't work, I made email accounts on kloxo panel and fail to login with wrongs user/pass on webmail...

Do one step to stop Hiawatha from loading.
Instructions: http://vpskloxo.wordpress.com/ (http://vpskloxo.wordpress.com/)

Tips: If your domain load kinda slow, run from ssh:
# yum clean all
# yum update
# reboot
Title: Re: Hiawatha webserver as default after install,many problems on last version..
Post by: zenkul on 2014-03-23, 05:52:17
# kill hiawatha
chkconfig hiawatha off; service hiawatha stop

# make sure nginx-proxy runing
chkconfig httpd on; service httpd start
chkconfig nginx on; service nginx start