Mastering Linux Web Servers

Mastering Linux Web Servers

12th Grade

10 Qs

quiz-placeholder

Similar activities

EKSTENSI DIALPLAN XII TLJ

EKSTENSI DIALPLAN XII TLJ

1st Grade - University

15 Qs

Mengevaluasi Virtual Private Server

Mengevaluasi Virtual Private Server

12th Grade

10 Qs

Konfigurasi Apache Web Server di Linux

Konfigurasi Apache Web Server di Linux

12th Grade

10 Qs

Instalasi Server Softswitch

Instalasi Server Softswitch

12th Grade

15 Qs

TANYA-TANYA SANTAI

TANYA-TANYA SANTAI

12th Grade

10 Qs

QCM 1 SMDSI

QCM 1 SMDSI

12th Grade

10 Qs

Internet Technologies

Internet Technologies

12th Grade

10 Qs

Evaluasi TLJ Konfigurasi Server Softswitch

Evaluasi TLJ Konfigurasi Server Softswitch

12th Grade

5 Qs

Mastering Linux Web Servers

Mastering Linux Web Servers

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Sri Widodo

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the basic steps to set up a Linux web server?

Ignore security configurations

Set up a database server only

Install a Windows operating system

Install a Linux distribution, set up a web server software, configure it, and secure the server.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to install Apache on a Linux system?

sudo apt install apache2 (for Debian-based) or sudo yum install httpd (for Red Hat-based)

apt-get install apache

yum install apache2

sudo install apache

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default directory for Apache web files?

/usr/local/apache2/htdocs

/var/www/html

/home/user/public_html

/opt/apache/www

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you start the Apache service on a Linux server?

sudo systemctl start apache2 or sudo systemctl start httpd

service apache start

systemctl start apache

sudo start apache

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What file is used to configure Apache virtual hosts?

virtualhosts.conf

apache2.conf

httpd.conf or sites-available configuration files

httpd.default

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command can be used to check the status of the Apache service?

apachectl status

check_apache_status

service apache2 status

systemctl status apache2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to restart the Apache service on a Linux server?

sudo restart apache

sudo systemctl restart apache2

service apache restart

apachectl restart

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?