Linux
--
Questions
--
Followers
Top Experts
Now, I have just configured about one month ago a Centos 8 server for web hosting. Nginx + Mysql with the possibility of running Apache on (very few) selected websites. It worked like a charm and I was so happy. Mainly WP website, with some exceptions.
BUT I guess I have to start over now, since the schedule has changed.
So I was wondering, do you have any suggestions on alternatives?
Do I have to restart from scratch, or are there some upgrade options available? (to what, I don't know)
I need a stable web server. The server is a PowerEdge R240 with a Xeon E-2234 and 32GB Ram. I don't have physical access to the server but I have remote access to IDRAC, so I can do whatever I want with it.
Since I will host hundreds of sites, I'm fascinated by LXD (or LXC?) containers (which I know next to zilch about, though).
What about CentOS Stream? Too dangerous? Any suggestion is welcome.
Thanks.
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
For generic linux it is hard to be Debian. Â It's stable, well-supported and many other distributions use Debian for their baseline.
I've also found out there's already a "new CentOS" in the works, called Rocky Linux.
https://news.itsfoss.com/rocky-linux-announcement/
EDIT: no I don't need to pay for support.
Right now, I can afford two servers with one IP each.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
2) Docker is meant to be used with Ephemeral data, which dies across containers restarts.
3) LXD is meant to be use with Persistent data (like SQL databases), which survive across container reboots.
4) You can handroll your own... LXD facility on top of Docker to emulate LXD + this type of code is far more fragile than LXD.
5) Best to use Docker for Ephemeral data projects + LXD for Persistent data projects.
OVH provides very cheap IPs.
For me, I assign 1x (or more) unique IPs per container.
Be sure to go through the LXD setup steps above, for a smooth implementation.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Smart choice is to use companies which provide setup cost only IPs, with no monthly cost.
Linux
--
Questions
--
Followers
Top Experts
Linux is a UNIX-like open source operating system with hundreds of distinct distributions, including: Fedora, openSUSE, Ubuntu, Debian, Slackware, Gentoo, CentOS, and Arch Linux. Linux is generally associated with web and database servers, but has become popular in many niche industries and applications.