Page 1 of 1

Problems after Upgrading to 0.9.8-23

Posted: Mon Nov 12, 2018 3:10 pm
by donat
We have updated the security fix release to 0.9.8-23.

First we did a ubuntu update (apt-get upgdate && apt-get upgrade).

After that, the web server didn't work. So i removed apache and installed it again.

Now we have the problem, that nginx (which is usually configured as proxy) and apache2.4 are having problems because of same port 80:
both are listening on port 80. So, either nginx is running oder apache2, but not both.

How can I fix this?

Error Message:

Code: Select all

nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Kind regards
Don

Re: Problems after Upgrading to 0.9.8-23

Posted: Mon Nov 12, 2018 9:42 pm
by grayfolk
Did you try to reboot server?

Re: Problems after Upgrading to 0.9.8-23

Posted: Tue Nov 13, 2018 8:22 am
by donat
Everything was fairly messy.

I had to reinstall php5? Then I restored some modules what where missing. Finally I restored some configuration files from my website (including nginx and apache2 config files).

After that all, I rebooted the system againg. And now it works.

Kind regards
Don