Page 2 of 47
Re: Server updates
Posted: 12 Aug 2019 23:05
by arkadiusz.makarenko
exxos wrote: 12 Aug 2019 22:42
Does anyone know any sites which will load a webpage (like the forum) and list all the external website it accesses ?
As when I only allow stuff to be loaded from my own server, the forum formatting goes nuts :roll:
I am not sure if I am on the same page.
But on client side you can use Fiddler (Telerik) to track all traffic?
It is free, but it is not website.
Re: Server updates
Posted: 12 Aug 2019 23:06
by exxos
arkadiusz.makarenko wrote: 12 Aug 2019 23:05
I am not sure if I am on the same page.
But on client side you can use Fiddler (Telerik) to track all traffic?
It is free, but it is not website.
Thanks, will take a look in the morning.
Re: Server updates
Posted: 12 Aug 2019 23:11
by rubber_jonnie
Just upgraded my Wordpress site to PHP 7.2, what a bloody nightmare that was.
My webserver is Windows, so I ended up having to upgrade Visual Studio runtimes due to the later varsion of PHP using that, then removing all the deprecated extensions. It's a bloody nightmare, but had to be done to or I couldn't upgrade Wordpress to the latest version.
Re: Server updates
Posted: 12 Aug 2019 23:13
by exxos
rubber_jonnie wrote: 12 Aug 2019 23:11
Just upgraded my Wordpress site to PHP 7.2, what a bloody nightmare that was.
My webserver is Windows, so I ended up having to upgrade Visual Studio runtimes due to the later version of PHP using that, then removing all the deprecated extensions. It's a bloody nightmare, but had to be done to or I couldn't upgrade Wordpress to the latest version.
I tried 7.2, but it from the AMN site with it being old, I think the floppyshop page broke as well.. The only way I could run later php versions is to run 2 servers :(
Re: Server updates
Posted: 12 Aug 2019 23:22
by rubber_jonnie
exxos wrote: 12 Aug 2019 23:13
I tried 7.2, but it from the AMN site with it being old, I think the floppyshop page broke as well.. The only way I could run later php versions is to run 2 servers :(
It's a shame, 7.2 is definitely faster than 5.3.6 that I was running, not to mention the security fixes. :(
Re: Server updates
Posted: 12 Aug 2019 23:46
by exxos
rubber_jonnie wrote: 12 Aug 2019 23:22
It's a shame, 7.2 is definitely faster than 5.3.6 that I was running, not to mention the security fixes. :(
AMN I have been slowly moving posts and downloads here, but just not had time for like a year now :( ultimately AMN will be taken down, so I should be able to upgrade then, but probably be a while yet.
Re: Server updates
Posted: 13 Aug 2019 07:10
by IngoQ
exxos wrote: 12 Aug 2019 23:13
I tried 7.2, but it from the AMN site with it being old, I think the floppyshop page broke as well.. The only way I could run later php versions is to run 2 servers :(
Or you could set up a docker container for the old site. This would somewhat sandbox the installation (and therefore improving security a bit), and the rest could be updated.
Re: Server updates
Posted: 29 Aug 2019 09:28
by exxos
I just got a email from my VPS host, basically they are migrating to a new system, OpenVZ to OpenVZ 7 , whatever what means.
So assuming it will all go wrong, the forum and basically everything I host will probably be offline until its all fixed.
Assuming nothing goes wrong, there may simply be some downtime while the switch happens. As to when this will be, no idea, how long, no idea. Though I don't expect it to be more than a hour.
I just wanted to give people a heads-up to whats going on, I don't want people to think I have "pulled the plug" and vanished :)
Re: Server updates
Posted: 03 Sep 2019 14:04
by exxos
Been playing around with Apache firewall to ban more server attacks. Hopefully it won't start banning forum members, if it does, you now know why :lol: :twisted: :twisted:
Re: Server updates
Posted: 04 Sep 2019 00:34
by ube
exxos wrote: 03 Sep 2019 14:04
Been playing around with Apache firewall to ban more server attacks. Hopefully it won't start banning forum members, if it does, you now know why :lol: :twisted: :twisted:
Fail2ban, great tool for this.