メイン コンテンツにスキップ
https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.lamp-bc107dac-449f-428a-8b6f-a9f6d409347f/image1_pCloud216.png

LAMP

作成者: pcloudhosting

Version 1.0.0 + Free Support on Ubuntu 24.04

LAMP 1.0.0 is a web server stack that includes Linux, Apache, MySQL, and PHP 1.0.0. It allows developers and administrators to host dynamic websites, PHP applications, CMS platforms, and database-driven web applications.

The solution supports common web hosting workflows including Apache web serving, PHP application execution, MySQL database management, website testing, and server administration through SSH. It is ideal for PHP-based applications, CMS hosting, development environments, and production web workloads.

Version: PHP 1.0.0

Features of LAMP 1.0.0:

  • Complete Linux, Apache, MySQL, and PHP web server stack.
  • Apache web server for hosting websites and applications.
  • PHP 8.3.6 runtime for running PHP-based applications.
  • MySQL database server for storing and managing application data.
  • Supports CMS platforms and custom PHP applications.
  • HTTP and HTTPS support for web access.
  • SSH-based server administration and management.

Usage instructions for LAMP 1.0.0
$ sudo su
$ apt update && apt upgrade -y
$ apt install apache2 mysql-server php8.3 php8.3-cli php8.3-common php8.3-mysql php8.3-curl php8.3-xml php8.3-mbstring php8.3-zip libapache2-mod-php8.3 -y
$ systemctl enable apache2 mysql
$ systemctl start apache2 mysql
$ a2enmod php8.3
$ systemctl restart apache2
$ php -v

Access the web server:
Open your browser and navigate to: http://your-server-ip

Testing instructions
$ echo "<?php phpinfo(); ?>" > /var/www/html/info.php
$ curl http://localhost/info.php

Access the PHP test page:
Open your browser and navigate to: http://your-server-ip/info.php

Disclaimer: LAMP 1.0.0is provided “as is” under applicable open-source licenses. Users are responsible for proper server configuration, secure database handling, firewall rules, SSL certificate setup, package updates, and validation of application compatibility before using the solution in production environments.