MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: ARSSE on 2019-12-02, 23:13:18

Title: Ports+firewalld+webserver+clamav problems in new installed kloxo-mr 7
Post by: ARSSE on 2019-12-02, 23:13:18
I installed kloxo 7 on centos7 today.
I choosed nginxproxy and php 7.0.33u
but it only shows html file on port 8080 and do not shows on port 80 and 443/
it did not show any domain until i disabled firewalld service.
and finally i find clamav automatically worked and server freezed therefore i uninstalled it.
I used
Code: [Select]
netstat -lntup and attached file
Please help.
1) i fix web ports
2) i fix other ports

why ports were automatically set to wrong numbers?
Title: Re: Ports+firewalld+webserver+clamav problems in new installed kloxo-mr 7
Post by: ARSSE on 2019-12-03, 10:39:54
I changed apache ports to 80 and 443 in these 2 files:

 /opt/configs/apache/conf/defaults/init.conf

/opt/configs/apache/conf/globals/portnip.conf

in browser i type ip or website doamin but only port 8080 work and not any respond 80 and 443

please help
Thanks
Title: Re: Ports+firewalld+webserver+clamav problems in new installed kloxo-mr 7
Post by: ARSSE on 2019-12-03, 14:54:55
Problem solved.
I found solution


Problem:
How to set Web server?
Solution:
goto Admin>Switch program
1) choose web and cache = none  --> then click on update all
2) wait until process finished.
3) choose web = nginxproxy and cache= varnish  --> then click on update all
4) wait until process finished.

Bad act:
I understood nginx proxy is (apache + nginx +proxy) therefore at first i choose apache and afterward i choose nginxproxy on menu.
and resulte was that bad ports.
it must not edit these files:
/opt/configs/apache/conf/defaults/init.conf
/opt/configs/apache/conf/globals/portnip.conf
when in switch program set by correct act they will corect.
Title: Re: Ports+firewalld+webserver+clamav problems in new installed kloxo-mr 7
Post by: ARSSE on 2019-12-03, 14:56:12
I removed clamav.
Code: [Select]
yum remove clamav -y