LAMP
LAMP build- Description
- Instructions
LAMP VPS
Ubuntu Linux, Apache, Mysql and PHP. The perfect App to have a VPS Cloud Server with Apache web server, MySQL and PHP 8.3.6 available within minutes. GZIP compression and HTTP/2 are enabled immediately and a ‘self-signed’ SSL certificate is configured.
Tip: during deployment, specify a domain name as the host name so that the LAMP App is set up directly for your domain name.
Features
- Ubuntu 24
- Apache 2.4.X
- MySQL 8.3.X
- PHP 8.3.6
Useful to know
Connecting via SSH Here's how you do it: https://hosting.nl/support/hoe-maak-ik-verbinding-met-mijn-vps/The document root of your website
The default directory for placing files is /var/www/htmlViewing the App in your web browser
Because a 'self-signed' SSL certificate is active, you will see an error message about this in your web browser. Don't worry, it's harmless. You will see an error message stating "Your connection is not private".Click on 'Help me understand' and then on 'Proceed to .. (unsafe)' to continue. After the App has been deployed, you can reach the App in your web browser by navigating to https://the.ip.address.from.the.email. Did you set a domain name during deployment? In that case, change the DNS of your domain name to the.ip.address.from.the.email. After that, you can reach the App in your web browser via https://yourdomain name.Using MySQL
To use MySQL, first establish an SSH connection. Then execute the following command:mysql -u root