On Fri, Nov 3, 2023 at 6:36 AM bruce badouglas@gmail.com wrote:
please.. no flames..
we all know.. the list is FEDORA only... (got it... ) no flames.. (this is a last resort!)
However, doing a test of a digitalocean installation/install of ubuntu "23.10". The goal is to get a running Apache webserver. In fedora, trivial!!
In ubuntu, at least with the Digitalocean starting instance, not quite working.
So, I was wondering 1) has anyone here any experience/success with this process for ubuntu? 2) anyone have any idea/site one can turn to for "help"/pointers.... I've gone through countless stackoverflow posts, as well as numerous sites, etc with no success.
Leads me to believe I'm missing something subtle.
Here's the process we use for Crypto++ for a LAMP stack: https://github.com/weidai11/website/blob/master/install/apache-php.txt.
PHP hardening is at https://github.com/weidai11/website/blob/master/install/security.ini. Sometimes we need to update components using Composer. We have to disable hardening for that. Here is the weak configuration: https://github.com/weidai11/website/blob/master/install/security.weak. After updates, we switch back to a hardened configuration.
Jeff