Report writing for fundamental of computing (week 12 and 13)
On 12th and 13th week week we worked on practical 10 which was about configuring web(apache) and FTP servers. Practical 10 We will configure the Web server and FTP server in our system(Ubuntu 20.04LTS). We will make use of the virtual machine. You can get help related to ftp command with the command <man ftp>. Note : If you get permission issues while doing the practical. Please use the concept of previous practicals and solve it. Configuring Apache Web Server What is an Apache web server? - An Apache web server is a software program that runs on a computer and makes websites accessible on the internet. It receives requests from web browsers (like Chrome or Firefox) and sends back the web pages and other files that make up a website. Which port number is used by the Apache webserver by default? - The default port number used by the Apache web server is port 80 ( secure port for communicating with world for Apache is 443.) 1. Install the Apache webserver with the command <