Sscp-Instruction Material
Sscp-Instruction Material
Sscp-Instruction Material
Finals Laboratory
INSTRUCTION MANUAL
MODULE OVERVIEW
This module gives a brief overview of Apache Web Server and teaches users how to use the Apache
interface to connect to a data server on different devices such as computers, smartphones, tablets, and laptops.
It includes steps on how to connect to the access point and perform basic actions like viewing and
downloading files.
TABLE OF CONTENTS
Page
MODULE OVERVIEW……………………………………………………..1
MODULE LEARNING OBJECTIVES……………………………………..1
TABLE OF CONTENTS……………………………………………………1
LIST OF FIGURES…………………………………….……………………2
LEARNING CONTENTS
What is Web Server? ………………………………………………….3
What is Apache? ………………………………………………………3
Server and Development: Material and Software needed……………..3
Steps on How to Create a Web Server Using Apache…………………3
BIBLIOGRAPHY…………………………………………………………...9
1
Study Guide in ELEC3_CPE SYSTEM AND NETWORK ADMINISTRATION 3 SNA 3 SSCP
LIST OF FIGURES
2 SSH to Raspberry Pi 4
5 HTML File 5
6 CSS File 6
7 JavaScript File 6
8 Additional Folders 7
2
Study Guide in ELEC3_CPE SYSTEM AND NETWORK ADMINISTRATION 3 SNA 3 SSCP
LEARNING CONTENTS
B. What is Apache?
The Apache software is a freely available and open-source program that enables individuals to
host their websites on the internet. It is a well-established and dependable web server software
developed and maintained by the Apache Software Foundation, first introduced in 1995.
3
Study Guide in ELEC3_CPE SYSTEM AND NETWORK ADMINISTRATION 3 SNA 3 SSCP
4
Study Guide in ELEC3_CPE SYSTEM AND NETWORK ADMINISTRATION 3 SNA 3 SSCP
Step 6: Create additional file templates to configure the website (ex. css.css, script.js, php.php).
Step 8: Delete the default index.html file in /var/www/html/ or where the Apache web server website is saved
and replace what you did in step number 5.
Remove Command: sudo rm -r /var/www/html/*
7
Study Guide in ELEC3_CPE SYSTEM AND NETWORK ADMINISTRATION 3 SNA 3 SSCP
8
Study Guide in ELEC3_CPE SYSTEM AND NETWORK ADMINISTRATION 3 SNA 3 SSCP
BIBLIOGRAPHY
B., R. (2022, November 23). What Is Apache? An In-Depth Overview of Apache Web Server. Hostinger Tutorials.
https://www.hostinger.ph/tutorials/what-is-apache
https://www.layerstack.com/resources/tutorials/Installing-Apache-server-on-Linux-Cloud-Servers