MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: TriRan on 2013-02-14, 16:46:27

Title: can't run nginx or lighttpd
Post by: TriRan on 2013-02-14, 16:46:27
whenever i choose to run lighttpd or nginx i get 500 error code

on lighttpd at least i'm getting a response from the server but when using nginx it says error connection refused

its very weird cause i can use nginxproxy just fine but i'm wanting to get away from apache

i've already tried fixweb, i've tried choosing another type then back to the one i want.. no dice
Title: Re: can't run nginx or lighttpd
Post by: MRatWork on 2013-02-14, 16:54:38
Update to latest version (viewtopic.php?f=4&t=644 (http://forum.mratwork.com/viewtopic.php?f=4&t=644)) after update don't forget running 'sh /script/cleanup'.

For sure all services running web, run:
Code: [Select]
sh /script/fixweb
service httpd restart
service nginx restart
service php-fpm restart
Title: Re: can't run nginx or lighttpd
Post by: TriRan on 2013-02-15, 16:03:43
i managed to get it to work, i'm using Kloxo-MR in a small cluster... the nginx config files were not being populated correctly but running sh fixweb --server=all fixed the issue

thanks for the help