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
[Wartungsarbeiten] Update phpBB-3.2.0 / Redesign
[Wartungsarbeiten] Update phpBB-3.2.0 / Redesign
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings 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.
Wings for Life ● Wings 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.
Re: [Wartungsarbeiten] Update phpBB-3.2.0 / Redesign
Die Migration auf phpBB 3.2.0 ist erfolgreich abgeschlossen.
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings 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.
Wings for Life ● Wings 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.
Re: [Wartungsarbeiten] Update phpBB-3.2.0 / Redesign
Moin,
sieht prima aus - bin bis jetzt noch nicht über irgendwelche Probleme gestolpert.
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
Re: [Wartungsarbeiten] Update phpBB-3.2.0 / Redesign
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.
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/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings 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.
Wings for Life ● Wings 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.
Re: [Wartungsarbeiten] Update phpBB-3.2.0 / Redesign
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
Re: [Wartungsarbeiten] Update phpBB-3.2.0 / Redesign
Ja:
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.
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:~] #
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings 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.
Wings for Life ● Wings 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.