Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : WEbuzo not load after install Apache 2.4

1


Threaded Mode | Print  

 WEbuzo not load after install Apache 2.4 (16 Replies, Read 43691 times)
ardase
Group: Member
Post Group: Newbie
Posts: 6
Status:
Hi,

I install a Apache 2,4 , and i restart the server Centos 7 , and my surprise , the als webs are work correctlly, but the panel Webuzo not load!

I type service webuzo start and the panel work!

In error logs appear this:

[Mon Sep 24 13:16:57.230738 2018] [core:notice] [pid 1532] AH00094: Command line: '/usr/local/apps/apache2/bin/httpd'
[Mon Sep 24 13:16:57.230702 2018] [mpm_prefork:notice] [pid 1532] AH00163: Apache/2.4.34 (Unix) OpenSSL/1.0.2p configured -- resuming normal operations
[Mon Sep 24 13:16:57.230007 2018] [core:warn] [pid 1532] AH00098: pid file /usr/local/apps/apache2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Sep 24 13:16:57.229933 2018] [:notice] [pid 1532] mod_ruid2/0.9.7 enabled


any idea for solvet this
IP: --   

WEbuzo not load after install Apache 2.4
peopleinside
Group: Member
Post Group: Super Member
Posts: 1394
Status:

Open source, web and security passionate
Hi ardase,how you did the server restart? From SSH with the reboot command?
Are you able to reproduce again or was just a case?Webuzo is running under NGINX not Apache :)


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.
IP: --   

WEbuzo not load after install Apache 2.4
ardase
Group: Member
Post Group: Newbie
Posts: 6
Status:
Not NGINX install!

I apache alone


Service Name    Status    Restart    Start / Stop
Pure-FTPd    Running   
BIND    Running
Exim    Running   
PHP 7.2    Running       
MySQL 5.6    Running   
Apache 2.4 Runing

Not Nginx
IP: --   

WEbuzo not load after install Apache 2.4
peopleinside
Group: Member
Post Group: Super Member
Posts: 1394
Status:

Open source, web and security passionate
Webuzo are running under NIGIX. Logs that you pasted are related to Apache and seems to be a normal log as i have the same logs.
If Webuzo has issue running is NIGIX that has issue, NIGIX services.I understood after installed Apache and reboot the server you find that Webuzo was not running.
How you rebooted the server? With SSH command reboot or in another way?Are you able to replicate the issue again?


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.
IP: --   

WEbuzo not load after install Apache 2.4
peopleinside
Group: Member
Post Group: Super Member
Posts: 1394
Status:

Open source, web and security passionate
I wrote NIGIX but is NGINX  :xd:


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.
IP: --   

WEbuzo not load after install Apache 2.4
ardase
Group: Member
Post Group: Newbie
Posts: 6
Status:
If reboot with command "rebotW all ok!!!

If reboot with VMWare Server "restart" is KO.

IP: --   

WEbuzo not load after install Apache 2.4
peopleinside
Group: Member
Post Group: Super Member
Posts: 1394
Status:

Open source, web and security passionate
Is this an hard reboot? Can you check this? It0s an hard reboot?


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.
IP: --   

WEbuzo not load after install Apache 2.4
ardase
Group: Member
Post Group: Newbie
Posts: 6
Status:
yes in hard rebbot is Ko no load WEbuzo

In soft reboot is ok
IP: --   

WEbuzo not load after install Apache 2.4
peopleinside
Group: Member
Post Group: Super Member
Posts: 1394
Status:

Open source, web and security passionate
Thanks , will try to replicate.Informed also the Webuzo Team about your topic.


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.
IP: --   

WEbuzo not load after install Apache 2.4
peopleinside
Group: Member
Post Group: Super Member
Posts: 1394
Status:

Open source, web and security passionate
Hi, i have done an hard reboot with my Centos 7 server but at the restart Webuzo and Apache was running. No issue.
I informed the Webuzo team regard this, maybe your issue should be looked more deep.
I just know from the last PHP App Update after lunch the update Webuzo was stopped to work but a restart solved the issue.
Quote
If reboot with VMWare Server "restart" is KO.

Maybe i cannot test this, just tried to test with an hard reboot of my Centos 7 server but was not able to replicate the issue.


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.
IP: --   

WEbuzo not load after install Apache 2.4
peopleinside
Group: Member
Post Group: Super Member
Posts: 1394
Status:

Open source, web and security passionate
I was able to replicate the issue. I will report to the Webuzo Team. If the issue will be confirmed will be fixed asap with a next update.Thank you for reporting this issue!


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.
IP: --   

WEbuzo not load after install Apache 2.4
webuzo_manager
Group: Member
Post Group: Elite Member
Posts: 268
Status:
Hi ardase,

Can you please let me know the OS that you are using so that we can replicate the issue on our server and provide a fix.
IP: --   

WEbuzo not load after install Apache 2.4
peopleinside
Group: Member
Post Group: Super Member
Posts: 1394
Status:

Open source, web and security passionate
Hi nikhil.m
        ,seems the user report OS is Centos 7 .

As i read this post i tested with an hard reboot. After the VPS was restarted Webuzo was working for some seconds after that went down.
I think there are bug somewhere !
Also some day ago i upgraded PHP from System app and after lunching the update Webuzo went down... i was unable to complete the upgrade that was done successuffly after service webuzo restart.
I really hope this issue can be fixed as is not new that Webuzo can went down sometimes. I am reporting this since quite long time :) was just not easy to reproduce but after read this post was very easy reproduce with an hard reboot.


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.
IP: --   

WEbuzo not load after install Apache 2.4
peopleinside
Group: Member
Post Group: Super Member
Posts: 1394
Status:

Open source, web and security passionate
Hi ardase , as temporary fix you can add the following line:
Code
/etc/init.d/webuzo restart

by editing the file /etc/rc.d/rc.local with the command:
Code
vi /etc/rc.d/rc.local

You have to press I for ( Insert text) then when you ended press again I than :wq for save and enter.
This temporary fix until Webuzo doesn't release a fix should work on all OS


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.
IP: --   

WEbuzo not load after install Apache 2.4
peopleinside
Group: Member
Post Group: Super Member
Posts: 1394
Status:

Open source, web and security passionate
Apache update has been released. On my server after update System App now Webuzo went all time down. This seems to be a bug to me so need to restart Webuzo service by SSH
Code
service webuzo restart

Happen with PHP update and now also Apache. I informed the Webuzo Team about that.


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.
IP: --   

« Previous    Next »

Threaded Mode | Print  

1


Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 19, 2024, 2:18 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.023