[Wartungsarbeiten] Update phpBB-3.2.0 / Redesign

Ankündigungen und Neuigkeiten
Post Reply
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

[Wartungsarbeiten] Update phpBB-3.2.0 / Redesign

Post by Joe User »

Liebe RootForum Community,

in der kommenden Woche werden wir unsere Forensoftware auf das neue phpBB 3.2.0 migrieren, wodurch es zu einer Downtime von etwa zwei bis vier Stunden kommen wird.

Im Zuge dieser Migration bekommen das Forum und der Planet auch ein überarbeitetes Design, in welchem unter Anderem die meisten Grafiken durch FontAwesome ersetzt wurden. An der grundlegenden Funktionalität und Bedienung des Forums wird sich nur wenig ändern, dennoch bitten wir Euch darum, nach der Migration Eure persönlichen Einstellungen zu überprüfen und gegebenenfalls anzupassen.

Wir empfehlen nach der Migration einen Passwortwechsel, da sich die Methode zur Passwortspeicherung geändert hat. Die bisherigen Passwörter funktionieren zwar weiterhin, dies aber nur aus Kompatibilitätsgründen und daher nicht dauerhaft.

Über Feedback jeglicher Art freuen wir uns selbstverständlich, vielen Dank vorab.

Wir wünschen Euch weiterhin viel Spass und Erfolg in der RootForum Community.

Euer RootForum Comminity Team
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: [Wartungsarbeiten] Update phpBB-3.2.0 / Redesign

Post by Joe User »

Die Migration auf phpBB 3.2.0 ist erfolgreich abgeschlossen.
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
User avatar
daemotron
Administrator
Administrator
Posts: 2641
Joined: 2004-01-21 17:44
Contact:
 

Re: [Wartungsarbeiten] Update phpBB-3.2.0 / Redesign

Post by daemotron »

Moin,

sieht prima aus - bin bis jetzt noch nicht über irgendwelche Probleme gestolpert.
“Some humans would do anything to see if it was possible to do it. If you put a large switch in some cave somewhere, with a sign on it saying 'End-of-the-World Switch. PLEASE DO NOT TOUCH', the paint wouldn't even have time to dry.” — Terry Pratchett, Thief of Time
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: [Wartungsarbeiten] Update phpBB-3.2.0 / Redesign

Post by Joe User »

Unsere Loadtime innerhalb Europas ist jetzt auch beeindruckend:
http://tools.pingdom.com/fpt/#!/cc7pBS/https://www.rootforum.org/forum/
Vor dem Update lag die Loadtime noch bei rund 800ms, was auch schon schnell war.

Und das ganz ohne Schnickschnack wie SSD, RAID-5/10, Nginx, Varnisch, Memcache, Redis, etc. sondern nur mit halbwegs vernünftig konfigurierten Apache 2.4.18, PHP-FPM 7.0.3, MySQL 5.7.11 auf normalen HDDs im Software-RAID-1.
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
User avatar
daemotron
Administrator
Administrator
Posts: 2641
Joined: 2004-01-21 17:44
Contact:
 

Re: [Wartungsarbeiten] Update phpBB-3.2.0 / Redesign

Post by daemotron »

Nutzt Du eigentlich die accept_filter Kernelmodule? (also accf_http für den Apachen)
“Some humans would do anything to see if it was possible to do it. If you put a large switch in some cave somewhere, with a sign on it saying 'End-of-the-World Switch. PLEASE DO NOT TOUCH', the paint wouldn't even have time to dry.” — Terry Pratchett, Thief of Time
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: [Wartungsarbeiten] Update phpBB-3.2.0 / Redesign

Post by Joe User »

Ja:

Code: Select all

[root@devgate:~] # grep 'ACCEPT_FILTER' kernels/ROOTSERVICE
options ACCEPT_FILTER_HTTP
options ACCEPT_FILTER_DNS
options ACCEPT_FILTER_DATA
[root@devgate:~] # sysrc -a | grep 'apache'
apache24_enable: YES
apache24_http_accept_enable: YES
apache24limits_enable: YES
[root@devgate:~] #
Das System entspricht weitestgehend https://www.rootservice.org/howtos/free ... stall.html und https://www.rootservice.org/howtos/free ... ystem.html. Lediglich MySQL 5.7 ist derzeit nicht als offizieller Port verfügbar, kommt aber demnächst und boost-libs benötigt wegen libressl-devel zwei kleine Extra-Patches.
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Post Reply