LAMP on Ubuntu 22.04 LTS Container
Apache Configuration:
Changes to the Apache /etc/apache2/apache2.conf file are:
* Module added to end of file:
<IfModule mpm_prefork_module>
StartServers 2
MinSpareServers 6
MaxSpareServers 12
MaxClients 30
MaxRequestsPerChild 3000
</IfModule>
* Hostname added to end of file:
ServerName localhost
MySQL Configuration:
Changes to the mysql configuration are:
* mysql installed but not configured!!!!
* added home directory /var/lib/mysql for mysql user
usermod -d /var/lib/mysql mysql
PHP Configuration:
Changes to the mysql configuration are:
* php8.1 installed but not configured
Content type
Image
Digest
sha256:55668aa19…
Size
192.7 MB
Last updated
over 2 years ago
docker pull overtcode/lamp