PT3 OSSA Complete
PT3 OSSA Complete
DEPARTMENT : JTMK
CODE COURSE:DFN50303
INSTRUCTION TO CANDIDATES:
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
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