0% found this document useful (0 votes)
6 views17 pages

PT3 OSSA Complete

This document outlines the practical task for the course DFN50303: Open Source Server Administration, focusing on the installation and configuration of a LAMP stack on Ubuntu Desktop 20.04. The task includes steps for installing Apache, MySQL, and PHP, as well as configuring a web server and testing PHP processing and database connections. The assessment is worth a total of 20 marks and is part of the JTMK department's curriculum for the 2022/2023 academic session.

Uploaded by

AF GamingChannel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views17 pages

PT3 OSSA Complete

This document outlines the practical task for the course DFN50303: Open Source Server Administration, focusing on the installation and configuration of a LAMP stack on Ubuntu Desktop 20.04. The task includes steps for installing Apache, MySQL, and PHP, as well as configuring a web server and testing PHP processing and database connections. The assessment is worth a total of 20 marks and is part of the JTMK department's curriculum for the 2022/2023 academic session.

Uploaded by

AF GamingChannel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

SESSION : 2 2022/2023

DEPARTMENT : JTMK

ASSESSMENT : PRACTICAL TASK 3

CODE COURSE:DFN50303

COURSE NAME:OPEN SOURCE SERVER ADMINISTRATION

PROGRAMME : _____________ SEMESTER :

DATE : _____________ TIME :

INSTRUCTION TO CANDIDATES:

1. Do NOT open until you are allowed to do so.

AZREY HAZIQ BIN HUZAIREY


NAME: ………………………………………………………………………….…………..…….
19DDT21F1022
REG. NO.: ……………………………………………………………….………….……….……….
19DDT21F1022
PROGRAMME:…………………………………………………………………….…………....…
ENCIK AHMAD ZAHARI BIN MISNAN ZAHARI
LECTURER: …………………………………………………………….……………………...……....

This paper contains 2 printed pages (including the front page)

Prepared by: Verified by:

(Lecturer ) (Head of Department/Head of Programme/ Head of Course


Course Coordinator)

Date: 01/09/2022 Date : 20/03/2023


Practical Task 3 ( CLO1P)
Install Linux, Apache, MySQL, PHP (LAMP)

A “LAMP” stack is a group of open source software that is typically installed together in order to
enable a server to host dynamic websites and web apps written in PHP. This term is an acronym
which represents the Linux operating system, with the Apache web server. The site data is stored in
a MySQL database, and dynamic content is processed by PHP.

Configure Webserver with following step below using Ubuntu Desktop version 20.04

1. Install Apache (2M)


2. Updating the Firewall (2M)
3. Install MySQL (2M)
4. Install PHP (2M)
5. Creating a Virtual Host for Website (4M)
6. Testing PHP Processing on Web Server (4M)
7. Testing Database Connection from PHP (4M)

TOTAL 20 MARKS
Step 1 — Installing Apache and Updating the Firewall
Step 2 — Installing MySQL
Step 3 — Installing PHP
Step 4 — Creating a Virtual Host for your Website
Step 5 — Testing PHP Processing on your Web Server
Step 6 — Testing Database Connection from PHP

You might also like