Konfigurasi Apache Web Server di Linux

Konfigurasi Apache Web Server di Linux

12th Grade

10 Qs

quiz-placeholder

Similar activities

Mengevaluasi Virtual Private Server

Mengevaluasi Virtual Private Server

12th Grade

10 Qs

PTS ASJ

PTS ASJ

12th Grade - University

9 Qs

Kelas 12 TKJ

Kelas 12 TKJ

12th Grade

10 Qs

Web Server

Web Server

12th Grade

10 Qs

Mastering Linux Web Servers

Mastering Linux Web Servers

12th Grade

10 Qs

QUIZ PEMOGRAMAN WEB

QUIZ PEMOGRAMAN WEB

11th Grade - University

10 Qs

lat_pwpb1

lat_pwpb1

11th - 12th Grade

15 Qs

Web Components

Web Components

KG - University

12 Qs

Konfigurasi Apache Web Server di Linux

Konfigurasi Apache Web Server di Linux

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Muhammad Addinillah

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa itu Apache web server?

Apache web server is a programming language for web development.

Apache web server is a type of web browser.

Apache web server is a hardware device used for storing web content.

Apache web server is open-source software that delivers web content over the internet.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara menginstal Apache web server di Linux?

Jalankan perintah 'sudo apt install apache' tanpa menyebutkan versi

Unduh Apache dari situs web yang tidak resmi dan instal secara manual

Gunakan package manager untuk menginstal MySQL server

Gunakan package manager distro Linux Anda (misalnya apt untuk Ubuntu, yum untuk CentOS) untuk menginstal Apache web server. Misalnya, jalankan 'sudo apt install apache2' untuk Ubuntu.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Di mana file konfigurasi utama Apache web server berada di sistem Linux?

/etc/apache2/

/var/www/

/opt/apache/

/usr/local/apache/

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa perbedaan antara httpd.conf dan apache2.conf dalam konfigurasi Apache?

Kedua file konfigurasi hanya berbeda dalam penamaan saja.

apache2.conf berisi konfigurasi dasar sedangkan httpd.conf berisi konfigurasi lanjutan.

Lokasi dan nama file konfigurasi utama Apache berbeda tergantung pada distribusi Linux yang digunakan.

httpd.conf digunakan untuk konfigurasi Apache pada Windows, sedangkan apache2.conf digunakan pada Linux.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara memulai, menghentikan, dan me-restart Apache web server di Linux?

sudo systemctl start apache; sudo systemctl stop apache; sudo systemctl restart apache

sudo systemctl start apache2; sudo systemctl stop apache2; sudo systemctl restart apache2

sudo service apache2 start; sudo service apache2 stop; sudo service apache2 restart

sudo start apache2; sudo stop apache2; sudo restart apache2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa itu Virtual Hosts dalam konteks Apache web server?

Virtual Hosts in Apache web server are only used for hosting one domain per server

Virtual Hosts in Apache web server allow users to access the server using a virtual reality headset

Virtual Hosts in Apache web server are used to manage physical servers remotely

Virtual Hosts in Apache web server enable hosting multiple domains on a single server by configuring separate virtual host blocks for each domain.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara menambahkan Virtual Host baru di Apache web server?

Restart server dengan 'sudo systemctl restart apache'

Buat file konfigurasi baru di /etc/apache2/sites-available/, tambahkan konfigurasi Virtual Host di file tersebut, aktifkan Virtual Host dengan 'sudo a2ensite', dan restart Apache.

Buat file konfigurasi di /etc/apache2/httpd.conf/

Tambahkan konfigurasi Virtual Host di file /etc/apache2/apache2.conf/

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?