Frequently Asked Question
Will my website stop working?
Last Updated 4 years ago
In short: no, but...
it may stop working if you are relying on old software or are doing weird includes that would not be possible if your website is running isolated from all the other sites.
This permanently solves the problem where we cannot upgrade the PHP version, because some legacy website that is running on the same shared PHP installation thinks it has to break when doing so.
it may stop working if you are relying on old software or are doing weird includes that would not be possible if your website is running isolated from all the other sites.
Current situation
The CBC manages a shared PHP installation no longer receiving updates that cannot be upgraded because a lot of legacy applications will break.New situation
Organs will be able to pick between two options:- Shared hosting: the CBC provides a shared PHP installation that is currently receiving security updates (currently 7.4 and 8.0), which also means that your website may stop working if you don't maintain it. You can find more at: https://support.gewis.nl/kb/faq.php?id=11
- Container hosting: the organ puts everything in a Docker container and picks its own software (that does not contain security vulnerabilities). There you can upgrade software in your own pace, as long as it does not introduce security issues. Container hosting is proxied through a nginx proxy that will be maintained by the CBC, so committees don't need to worry about TLS etc.
This permanently solves the problem where we cannot upgrade the PHP version, because some legacy website that is running on the same shared PHP installation thinks it has to break when doing so.